bbueno5000 / Image-Classifier-Demo-Live

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How_to_make_a_tensorflow_image_classifier_LIVE

##Overview

This is the code for this video by Siraj Raval on Youtube. This Jupyter notebook shows step by step, the process of building a Convolutional Neural Network using Tensorflow to classify MNIST digits.

##Dependencies

  • matplotlib
  • tensorflow
  • numpy
  • scikit-learn
  • math

install missing dependencies with pip. And install tensorflow via this link.

##Usage

Once dependencies are installed run jupyter notebook in terminal to see the code in your browser.

##Credits

Credits for this code go to Hvass Labs I've merely created a wrapper to get people started

About

License:Apache License 2.0


Languages

Language:Jupyter Notebook 100.0%