Demonstration 2a Loading a File and Training with a CSV File - adam-nnl/Erudite GitHub Wiki
For this demo we will train a simple backpropogation neural network with the XOR logic truth table.
-
Go into your Erudite-v1.1.0-Full_Suite folder and launch βErudite-v1.1.0.jarβ
-
After the program loads click the βBrowseβ¦β button in the βFile Settingsβ section
-
Navigate into the βANNeML Examplesβ directory and select/open βlogicTest-alllogsig_ANNeML.xmlβ
-
Go to the βTraining Settingsβ section and check the box for βEnable Trainingβ
-
Click the now-enabled button βImport Training Setβ
-
Navigate to the βTraining Setsβ directory and select/open βXOR_TS-logsig.csvβ
-
Select the option for βAvg. error< 0.10β
-
Click the βTrain NNetβ button. The neural network with now go through as many training cycles as it needs to to βlearnβ the training set.
-
Once training has completed uncheck the βEnable Trainingβ box to test your results with the next demonstrationβ¦