machine learning, neural networks code written in python
Dogs Vs. Cats Classification Use the Kaggle Dogs vs. Cats dataset (https://www.kaggle.com/c/dogs-vs-cats/data) to train a Convolutional Neural Network model capable to distinguishing an image of a dog from that of a cat. You are free to architect your network in any way you like (e.g. 2D Conv; Max Pool; 2D Conv; Max Pool; Dense Network etc.). You should detail your intuition for your choice of […]