Day 5 - Simple Image Classification using Convolutional Neural Network
Hello guys,
This is day 5 of my #100DayOfMLCode challenge. Today, I am building a convolutional neural network that will be trained on few thousand images of cats and dogs, and later be able to predict if the given image is of a cat or a dog.I am using Convolutional Neural Network for this.
The process of building a Convolutional Neural Network always involves four major steps.
Github here
Thanks.
Happy Reading.
Step - 1: Convolution
Step - 2: Pooling
Step - 3: Flattening
Step - 4: Full connection
Source code:-
Github here
Thanks.
Happy Reading.