Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 532 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 532 Bytes

Image-classfication

This project uses the dataset avalible in https://www.kaggle.com/sartajbhuvaji/brain-tumor-classification-mri

Comparison between multiple networks

Run the multi_networks_image_classifaction file if you would like to compare between the following networks VGG_16 AlexNet ResNet50

Dataset formate

The Data set must be of the following format

Dataset 
Test
|__ Class 1
|__ Class 2
..
Train
|__ Class 1
|__ Class 2
..