Skip to content

This repository contains all the information of my final project for the MAIS 202 course offered by the McGill Artificial Intelligence Society during Winter 2019

Notifications You must be signed in to change notification settings

MichelMajdalani/mais202_finalProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

MAIS 202 - FINAL PROJECT: Breast Cancer Detection

Description

  1. Dataset used: https://www.kaggle.com/uciml/breast-cancer-wisconsin-data
    Why?

    1. letsfcancer
    2. Recommended dataset to use (447 scholarly articles cite this dataset)
  2. Methodology

    1. Data preprocessing: Analyze features with histograms and heat maps. Since the data set is small (less than 600 rows), I do not need to use PCA. I will follow most of what the following URL recommends: https://www.kaggle.com/kanncaa1/feature-selection-and-data-visualization.
    2. Machine Learning model: The objective of this project is to predict whether the cancer is benign or malignant. From my research, it seems that Random Forest, Decision tree and SVM gave good results of around 99% accuracy.
    3. Final conceptualization: Simple web page where you manually enter features of a cell and it predicts whether it is malignant or benign.

About

This repository contains all the information of my final project for the MAIS 202 course offered by the McGill Artificial Intelligence Society during Winter 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published