/how_to_make_an_image_classifier

This is the code for the "How to Make an Image Classifier" - Intro to Deep Learning #6 by Siraj Raval on Youtube

Primary LanguageJupyter Notebook

how_to_make_an_image_classifier

This is the code for the "How to Make an Image Classifier" - Intro to Deep Learning #6 by Siraj Raval on Youtube

##Overview

This is the code for this video on Youtube by Siraj Raval as part of the Intro to Deep Learning Udacity nanodegree. The code uses Keras & Tensorflow to train a convolutional neural network on a labeled dataset of cats and dogs. Then, it will be able to classify novel cats and dogs pretty well.

##Dependencies

Install Jupyter notebook from here.

##Usage

Run jupyter notebook in terminal when you are in the main directory, then a browser window will pop up. You can run the code in the browser easily.