Skip to content

Commit 887a7a9

Browse files
typo fix
1 parent 07f5372 commit 887a7a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
:bulb: **Note**: This is a continuation of the [**harthur/brain**](https://github.com/harthur/brain) repository (which is not maintained anymore). For more details, check out [this issue](https://github.com/harthur/brain/issues/72).
1313

1414
- [Examples](#examples)
15-
+ [More Examples](#move-examples)
15+
+ [More Examples](#more-examples)
1616
- [Usage](#usage)
1717
+ [Node](#node)
1818
+ [Browser](#browser)
1919
- [Training](#training)
2020
+ [Data format](#data-format)
21-
+ [Options](#options)
21+
+ [Training Options](#training-options)
2222
- [Methods](#methods)
2323
+ [`train`](#-train-)
2424
- [Failing](#failing)
2525
- [JSON](#json)
26-
- [Options](#options-1)
26+
- [Options](#options)
2727
+ [activation](#activation)
2828
+ [hiddenLayers](#hiddenlayers)
2929
- [Streams](#streams)
@@ -123,7 +123,7 @@ var output = net.run({ r: 1, g: 0.4, b: 0 }); // { white: 0.81, black: 0.18 }
123123
```
124124

125125

126-
### Options
126+
### Training Options
127127
`train()` takes a hash of options as its second argument:
128128

129129
```javascript

0 commit comments

Comments
 (0)