From a55180c2e403853b7c841239e190c8d35a8b6fe5 Mon Sep 17 00:00:00 2001 From: Lewis Van Winkle Date: Mon, 30 Jan 2017 20:06:38 -0600 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 272f0b9..eea652a 100644 --- a/README.md +++ b/README.md @@ -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.