Skip to content

Commit 8a8496a

Browse files
authored
Merge pull request #81 from bape234/patch-1
fixed a typo
2 parents 18a7ed5 + 2744975 commit 8a8496a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ namespace MinimalExample
5858
{
5959
private static void Main()
6060
{
61-
// species a 2-layer neural network with one hidden layer of 20 neurons
61+
// specifies a 2-layer neural network with one hidden layer of 20 neurons
6262
var net = new Net<double>();
6363

6464
// input layer declares size of input. here: 2-D data

0 commit comments

Comments
 (0)