Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 504 Bytes

File metadata and controls

4 lines (4 loc) · 504 Bytes

TensorFlow-Python-Neural-Network-Example

Working example of the example program described on the TensorFlow MINST Pro Tutorial

The original instructions are mentioned on https://www.tensorflow.org/get_started/mnist/pros It is inherently strange that the entire source code is not attached over there at the time of writing this. Pieces of the entire source scattered with explanation makes for a good tutorial but a bad idea for actually implementing it so that it "just works".