Skip to content

kakauandme/TensorFlowMNIST

Repository files navigation

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

About

Various neural networks on MNIST data using TensorFlow library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •