#243·500lines

Some error in project "ocr"

Author: kaelchanCreated Oct 7, 2016Updated Aug 19, 2020

In neural_network_design.py

The outer loop for j in xrange(100): is useless since the prediction of the neural network is definite. I think the author tried to combined the training process in the outer loop. Anyway, some correction should be made.