This repository contains the Master's Final Project on Brain Tumor Classification using Convolutional Neural Networks (CNNs).
The project aims to classify MRI brain images into different tumor types using deep learning and late Fusion techniques.
We implemented and evaluated CNN models on two different datasets to verify the robustness of our approach
You can access the original notebooks below:
- Notebook 1 – Brain Tumor Classification (Dataset 1)
- Notebook 2 – Brain Tumor Classification (Dataset 2)
Both datasets are publicly available on the notebooks links in the input section
The CNN models used include:
- Transfer learning using pre-trained networks : ConvNextTiny and EfficientNetV2B0.
-Detailed results and plots are available in each notebook.