Skip to content

Commit 1a9cb0d

Browse files
authored
fix: typo
nothing major.
1 parent 40568af commit 1a9cb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)