/tensorflow-basics

Basic walk-through of TensorFlow with MNIST

Primary LanguageJupyter Notebook

tensorflow-basics

Basic walk-through of TensorFlow with MNIST

Requirements

This notebook is written in Python 2.7. If you are using Python 3.3+, you'll need to adapt the script accordingly.

Required packages are: numpy, matplotlib, scikit-learn, and tensorflow. Instructions on installing tensorflow can be found at https://www.tensorflow.org/versions/r0.7/get_started/os_setup.html.