Training dataset: Kaggle - Butterfly Image Classification
Medium Blog: Butterfly Species, how much do you know?
In this notebook Butterfly_Image_Classification we will be doing following steps do build a CNN model to classify butterfly types:
- The Data
- Exploratory Data Analysis
- Image Preprocessing
- A basic CNN model
- Transfer Learning with VGG16
pip install -r requirements.txt
To explore Deep Learning skill to solve image classification problem by using CNN and also transfer learning.
After training 60 epochs with basic CNN and pre-trained model VGG16, here is the result:
All belong to Kaggle: Kaggle - Butterfly Image Classification