Machine learning project to identify wildlife animals.
Some notes to follow: -
- Creat a folder in Collab folder called Wildlife Identifier Project
- Place the Animals images' directory inside the project directory
- Place the wildlifeIdentifier.ipynb file inside the project directory
- Open the ipynb file in google collab and run the code shells
This was a helpful project for me to learn some aspects of Convolutional Neural Networks.
- It helped me understand why data augmentation is quite important for small datasets
- It helped me understand how different layers affect the training of the model
Note to myself:- It needs updating and more testing. I will do it in the near future.