CatsVsDogs image classification

Using Python, I have trained a Convolutional Neural Netowrk on a set of training data.

Key Features of the Convolutional Neural Network

  1. Multiple layers of max-pooling, convolution
  2. Dropout function
  3. Adam Optimizer to minimize loss # Result Highly trained model with a very low loss of 0.45931

Built With

  • jupyter-notebook
Share this project:

Updates