Various NN on MNIST data using TensorFlow library
See jupyter notebook for more info
pip3 install virtualenv # This may already be installed
virtualenv .env # Create a virtual environment
source .env/bin/activate # Activate the virtual environment
pip3 install -r requirements.txt # Install dependencies
jupyter notebook # Start iPython notebook
deactivate # Close session