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
- Multiple layers of max-pooling, convolution
- Dropout function
- Adam Optimizer to minimize loss # Result Highly trained model with a very low loss of 0.45931
Built With
- jupyter-notebook
Log in or sign up for Devpost to join the conversation.