Skip to content

ML project to classify benign from malignant tumors using Jupyter notebook

Notifications You must be signed in to change notification settings

amira921/Brain-Tumor-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Brain Tumor Classification

Manual identification of brain tumors is an error-prone and tedious process for radiologists; therefore, it is crucial to adopt an automated system.

Machine Learning Models

  • Decision Tree
  • Random Forest Classifier
  • Naive Bayes Classifier
  • K-Nearest Neighbor Classifier
  • Perceptron

Data Preprocessing

Techniques applied:

  • Dropping useless Features
  • Remove Outliers
  • Feature Scaling
  • Feature Selection