Training a neural network to differentiate between a cat pic and dog pic

In this project, I implemented ‘supervised learning’ to train neural network with labeled images of cats and dogs.

Following were the steps involved in it:

Supervised ML

This project was implemented in Colab Notebook which reads and writes files and folders in Google Drive and connects to the Google Cloud on the back-end.

Accuracy achieved was 82.4% which is not that bad, for having learned from just 1000 input images for each class!