This repository contains project on Brain Tumor Classification.
Given MRI scans of the brain, the goal is to identify the type of brain tumor.
The images belong to the following 4 classes:
- Glioma Tumor
- Meningioma Tumor
- No Tumor
- Pituitary Tumor
In essence, this is an image classification problem.
EfficientNet is an efficent model that reaches State-of-the-Art accuracy on image classification transfer learning tasks. In this problem, EfficientNet with weights pre-trained on imagenet are used.
The performance metrics of the model with respect to number of epochs can be visualised as follows:
The model yielded > 95% accuracy when tested a large number of times.