From e5d0e4b5f6124e4a8e51043a1488d76506a3c162 Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Sat, 2 Nov 2024 15:47:53 +0100 Subject: [PATCH] docs: :pencil: Change documentation for NXOR --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a526a73..fd0649e 100644 --- a/README.md +++ b/README.md @@ -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]