You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're looking for the original source code to match the videos [visit this repo] (https://github.com/CodingTrain/Rainbow-Code/tree/master/Courses/natureofcode/10.18-toy_neural_network)
8
+
7
9
TODO
8
10
9
11
### Prerequisites
@@ -22,6 +24,12 @@ npm install
22
24
23
25
This Project doesn't require any additional Installing steps
24
26
27
+
### Documentation
28
+
29
+
*`NeuralNetwork` - The neural network class
30
+
*`predict(input_array)` - Returns the output of a neural network
31
+
*`train(input_array, target_array)` - Trains a neural network
32
+
25
33
## Running the tests
26
34
27
35
The Tests can either be checked via the automaticly running CircleCI Tests or you can also run `npm test` on your PC after you have done the Step "Prerequisites"
@@ -38,7 +46,7 @@ Please send PullRequests. These need to pass a automated Test first and after it
38
46
39
47
## Versioning
40
48
41
-
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/CodingTrain/Toy-Neural-Network-JS/tags).
49
+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/CodingTrain/Toy-Neural-Network-JS/tags).
0 commit comments