mirror of
https://github.com/codeplea/genann
synced 2024-11-21 22:11:34 +03:00
typo
This commit is contained in:
parent
4d2eec816e
commit
a55180c2e4
@ -83,7 +83,7 @@ genann *genann_copy(genann const *ann);
|
||||
void genann_free(genann *ann);
|
||||
```
|
||||
|
||||
Creating a new ANN is done with the `genann_init()` function. It's arguments
|
||||
Creating a new ANN is done with the `genann_init()` function. Its arguments
|
||||
are the number of inputs, the number of hidden layers, the number of neurons in
|
||||
each hidden layer, and the number of outputs. It returns a `genann` struct pointer.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user