This commit is contained in:
Lewis Van Winkle 2017-01-30 20:06:38 -06:00 committed by GitHub
parent 4d2eec816e
commit a55180c2e4

View File

@ -83,7 +83,7 @@ genann *genann_copy(genann const *ann);
void genann_free(genann *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 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. each hidden layer, and the number of outputs. It returns a `genann` struct pointer.