4
0

docs: 📝 Change documentation for NXOR

This commit is contained in:
Louis Gallet 2024-11-02 15:47:53 +01:00
parent 1b64ad6df5
commit e5d0e4b5f6
Signed by: lgallet
GPG Key ID: 84D3DF1528A84511

View File

@ -1,10 +1,10 @@
# XOR Neural Network
# NXOR Neural Network
## How to use
1. Build and train the model
```bash
make all
```
> 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.
> By default the model is train on 1000000 epochs, you can change this value in the [main.c](https://gitea.louisgallet.fr/OCRudoku/NXOR-NeuralNetwork-C/src/branch/master/main.c#L106) file, line 106.
2. Run the model
```bash
./use [value1] [value2]