Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 342 Bytes

File metadata and controls

5 lines (4 loc) · 342 Bytes

TensorFlow-Basic-Neural-Network-Example

Uses the mnist data set set of 60000 handwritten digits 0-9 28 by 28 pixels 784 total pixels tests it against 10,000 testing examples

My first attempt as I'm learning more about Neural Networks and tensorFlow
Followed this excellent video series