This model is a Convolutional Neural Network (CNN) trained to classify brain MRI images into two classes:
"yes" (tumor present) and
"no" (no tumor). It was trained on the
Brain MRI Images for Brain Tumor Detection dataset from Kaggle.
This model is a custom CNN built from scratch using PyTorch. It consists of two convolutional layers followed by max-pooling layers and two fully connected layers. The model was trained for 10 epochs with a learning rate of 0.001 using the Adam optimizer.