A Convolutional Neural Network That Predicts The Species of flowers based on these five classes:
- Daisy
- Sunflower
- Rose
- Tulip
- Dandelion
The architecture used to build the model is the TINY VGG used in the CNN Explainer Website.
The Flower Recognition.ipynb file is the raw notebook, which has my end-to-end workflow for exploring, visualizing and transforming the data, Building and fitting the model and finding the appropriate hyperparameters.