/SimpleFNN

A very basic Feedforward Neural Network (FNN) which uses the MNIST dataset to recognise handwritten digits

Primary LanguagePureBasic

Open test.py and modify line 17 to any image in the folder 'testimages'.
You will need the libraries: tensorflow, numpy, matplotlib and cv2