The input file for network training:
C:\Image_Recognition\MNIS_Data\ mnist_train_input_Norm.csvThe input file for network testing:
C:\Image_Recognition\MNIS_Data\ mnist_test_input_Norm.csv
Just to remind you, the format of the records in both files is as follows: The first 784 fields contain the value of the grayscale pixels’ intensity (24*24 = 784 fields). These are the input fields for the network. The next ten fields of the record indicate ...