Model Purpose: Detection of brain tumors automatically from MRI brain scans using the VGG 16 architecture and Convolutional Neural Networks (CNN).
Data Source: Brain MRI pictures categorized into two folders, "yes" and "no", each containing 1050 images. The "yes" folder contains 1050 tumorous MRI images, while the "no" folder contains 1050 non-tumorous MRI images.
Model Architecture: The algorithm utilizes the VGG 16 architecture and CNN for brain tumor detection. Convolutional feature maps are created using VGG 16, and brain tumors are identified and categorized using the Faster CNN method.
Category | Number of Images |
---|---|
Tumorous (yes) | 1050 |
Non-Tumorous (no) | 1050 |
Training: 70%
Validation: 15%
Testing: 15%