mirror of
https://github.com/codeplea/genann
synced 2024-11-21 22:11:34 +03:00
Typo
This commit is contained in:
parent
28e3d30ef1
commit
6ece821187
@ -62,10 +62,10 @@ printf("Output for the first test data point is: %f, %f\n", prediction[0], predi
|
|||||||
genann_free(ann);
|
genann_free(ann);
|
||||||
```
|
```
|
||||||
|
|
||||||
Not that this example is to show API usage, it is not showing good machine
|
This example is to show API usage, it is not showing good machine learning
|
||||||
learning techniques. In a real application you would likely want to learn on
|
techniques. In a real application you would likely want to learn on the test
|
||||||
the test data in a random order. You would also want to monitor the learning to
|
data in a random order. You would also want to monitor the learning to prevent
|
||||||
prevent over-fitting.
|
over-fitting.
|
||||||
|
|
||||||
|
|
||||||
##Usage
|
##Usage
|
||||||
|
Loading…
Reference in New Issue
Block a user