Dataset used
Check Brain Tumor MRI.pdf
for a detailed report
model1.ipynb
is the code for the custom model implementionvgg19.ipynb
is the code for feature extraction of VGG19 model for the task, ImageNet weights were usedresnet50_scratch_ipynb
is the code for resnet50 implementation from scratch in tensorflowresnet_101_freeze.ipynb
is the code for feature extraction of resnet101 model. ImageNet weights were usedresnet_101_allTrain.ipynb
is the code for finetuning of resnet101 model. ImageNet weights were used
model1_shap.ipynb
is implementation of shaply explainable deep learning on custom implementionlayer_by_model1.ipynb
is implementation of layer-by-propagation for custom model- layer-by-propagation is a technique by which we extract the output of intermediate layers to explain the output of the model