-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterminalConfig
14 lines (14 loc) · 906 Bytes
/
terminalConfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
false // Boolean for the mode (true if training and false if running)
2 // Number of hidden layers
10000 1000 100 5 // Number of activation, hidden, and output nodes
5 // Number of test cases
0.01 100000 // Error threshold and maximum iterations
0.1 // Lambda
-1.5 1.5 // Random weight lower and upper limits
true // Whether weights are preloaded
true // Whether weights are saved in intervals
10 // Interval at which weights are saved
weightsOut // File from which starting weights are inputted
src\finaltest.txt // File from which the truth table is inputted
newWeightsOut // File to which trained weights will be outputted
false // Whether weights are printed at the end of training