SUMMARY: This project aims to construct a predictive model using a TensorFlow convolutional neural network (CNN) and document the end-to-end steps using a template. The Brain Tumor MRI Images Dataset is a multi-class classification situation where we attempt to predict one of several (more than two) possible outcomes.
INTRODUCTION: Early detection and classification of brain tumors is an important research domain in the field of medical imaging. Detection can help in selecting the most convenient and effective treatment method to save patients’ life. The research team hopes to use Convolutional Neural Network (CNN) based models to classify and detect tumors.
ANALYSIS: The InceptionV3 model’s performance achieved an accuracy score of 98.51% after five epochs using the training dataset. When we applied the model to the validation dataset, the model achieved an accuracy score of 97.46%.
CONCLUSION: In this iteration, the TensorFlow InceptionV3 CNN model appeared suitable for modeling this dataset.
Dataset ML Model: Multi-Class classification with numerical features
Dataset Used: Brain Tumor MRI Image Dataset
Dataset Reference: https://www.kaggle.com/datasets/mahdinavaei/brain-tumor-mri-images-huge
One source of potential performance benchmarks: https://www.kaggle.com/datasets/mahdinavaei/brain-tumor-mri-images-huge/code
The HTML formatted report can be found here on GitHub.
You must be logged in to post a comment.