Classifying tumorous images and non-tumorous images using Convolutional Neural Networks.
Code index:
- Importing libraries
- Sampling the data for balanced classes and splitting into train and validation
- Creating directories for training and validation
- Move the images in the appropriate folders
- Data augmentation of images and conversion to tensors
- Model compilation and training
- Prediction on test set images