4
0

docs: 📝 Add link to line

This commit is contained in:
Louis Gallet 2024-09-29 22:58:11 +02:00
parent 8b3dd78717
commit 4bff0893d9
Signed by: lgallet
GPG Key ID: 84D3DF1528A84511

View File

@ -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]