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

https://github.com/frozenwolf-cyber/brain-tumor-classification

Fine-tuning pre-trained ResNet50 model to classify the brain scan different types of tumor
https://github.com/frozenwolf-cyber/brain-tumor-classification

classification cnn deep-learning neural-network pytorch resnet-50 tensorflow2 torchvision

Last synced: 4 months ago
JSON representation

Fine-tuning pre-trained ResNet50 model to classify the brain scan different types of tumor

Awesome Lists containing this project

README

          

# Brain Tumor Classification
Fine-tuning pre-trained ResNet50 model to classify the brain scan among different types of tumors : Meningioma , Glioma and Pitutary.
To checkout Kaggle Notebook click [here](https://www.kaggle.com/frozenwolf/brain-tumor-classification)

## Sample Dataset:
![sample_dataset](https://user-images.githubusercontent.com/57902078/137530839-a608e20f-75bc-4b45-9750-afb7cf737404.png)
![sample_dataset1](https://user-images.githubusercontent.com/57902078/137530946-f86589b5-d873-4b0e-94f3-23df092f7244.png)
![sample_dataset2](https://user-images.githubusercontent.com/57902078/137530960-1c16a796-ea8a-4be6-8a0d-5c9315c43d35.png)

## Results :
### ResNet50 :
Test Accuracy : 96.875
Test Loss : 0.1528246495872736
- #### Loss :
![loss](https://user-images.githubusercontent.com/57902078/137531104-36d1cbce-ae34-45dd-8c1f-4e6ac1e0afdf.png)

- #### Accuracy :
![accuracy](https://user-images.githubusercontent.com/57902078/137531108-c6f1ac33-da7b-430e-881b-2754b733501d.png)