A simple VGGNet-16 Convolutional Neural Network that can classify images.
Dataset from - Kaggle
- Callbacks
- Image Augmentation
- Dropout layer
- First, download the dataset from Kaggle
- Extract it inside a folder called Datasets (in Google Drive)
- Load your Drive on the Colab notebook
Make sure there are no issues while unzipping the files in the Colab environment.
Implemented stuff I've learnt from IBMs course on Deeplearning. 🙂