Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 585 Bytes

File metadata and controls

20 lines (12 loc) · 585 Bytes

TensorFlowMNIST

Various NN on MNIST data using TensorFlow library

See jupyter notebook for more info

Instalation

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