feat: Update error message; update makefile; Update doc

This commit is contained in:
2024-09-29 22:57:06 +02:00
parent 442ebdd16c
commit 8b3dd78717
4 changed files with 18 additions and 8 deletions

View File

@ -1 +1,11 @@
# XOR Neural Network
# XOR 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 file, line 106.
2. Run the model
```bash
./use [value1] [value2]
```