Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 533 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 533 Bytes

Source code for the Building a neural network to recognise handwritten digits with TensorFlow tutorial written for DigitalOcean.

  • Install Python3 and pip
  • Clone this Github repo git clone https://github.com/elliebirbeck/tensorflow-digit-recognition.git
  • Install the Python dependencies pip install -r requirements.txt
  • Run the file python main.py

Achieves ~92% accuracy on the MNIST dataset using a neural network with 3 hidden fully connected layers.