From 4bff0893d90771dfb126238b340ae39cf0fb1e27 Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Sun, 29 Sep 2024 22:58:11 +0200 Subject: [PATCH] docs: :pencil: Add link to line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aa9b2e..a526a73 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ```bash make all ``` -> By default the model is train on 1000000 epochs, you can change this value in the main.c file, line 106. +> By default the model is train on 1000000 epochs, you can change this value in the [main.c](https://gitea.louisgallet.fr/lgallet/XOR-NeuralNetwork-C/src/branch/master/main.c#L106) file, line 106. 2. Run the model ```bash ./use [value1] [value2]