An open API service indexing awesome lists of open source software.

https://github.com/amira921/brain-tumor-classification

ML project to classify benign from malignant tumors using Jupyter notebook
https://github.com/amira921/brain-tumor-classification

classification decision-tree jupyter-notebook knn machine-learning naive-bayes preceptron random-forest

Last synced: 5 days ago
JSON representation

ML project to classify benign from malignant tumors using Jupyter notebook

Awesome Lists containing this project

README

          

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