We build a simple cat vs. dog image classifier
Disclaimer: This tutorial is highly based off of Francois Chollet's blog post: https://blog.keras.io/building-powerful-image-classification-models-using-very-little-data.html
We create a cat vs. dog image classifier using the python deep learning library Keras. Check out this excellent blog post on CNN's by Andrej Karpathy. I would also recommend taking a look at this tutorial by Michael Nielsen for a general overview of neural networks.