Demonstration 1 Loading a File and Running a CSV Test Data Set - adam-nnl/Erudite GitHub Wiki
For this demonstration we will use an already trained neural network to predict NFL football games. This is part of the AFootball sub-project.
-
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 βAFootballβ directory and then into the βANNeML Filesβ sub-directory
-
select/open βAFNNET_ANNeML_logsig_6H1Lv2-rand-TRAINED.xmlβ
-
Go to βInput Settingsβ section and click the βImport Batchβ button
-
Navigate into the βAFootballβ directory and select/open βnfl_weeklystats_week7.csvβ or download and use the NFL week 8 stats
-
Click the βRun NNetβ button, all of the data sets(games) will be processed through the neural network and the resulting outputs will print out. Outputs of approximately one(1.00-0.70) represents a win and outputs of approximately zero(0.30-0.00) represent a loss
Further info about predicting NFL games with the AFootball project can be found here or here