File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ net.train(data, {
134134 errorThresh: 0.005 , // the acceptable error percentage from training data --> number between 0 and 1
135135 log: false , // true to use console.log, when a function is supplied it is used --> Either true or a function
136136 logPeriod: 10 , // iterations between logging out --> number greater than 0
137- learningRate: 0.3 , // scales with delta to effect traiing rate --> number between 0 and 1
137+ learningRate: 0.3 , // scales with delta to effect training rate --> number between 0 and 1
138138 momentum: 0.1 , // scales with next layer's change value --> number between 0 and 1
139139 callback: null , // a periodic call back that can be triggered while training --> null or function
140140 callbackPeriod: 10 , // the number of iterations through the training data between callback calls --> number greater than 0
You can’t perform that action at this time.
0 commit comments