forked from lga/XOR-NeuralNetwork-C
		
	docs: 📝 Change documentation for NXOR
This commit is contained in:
		@ -1,10 +1,10 @@
 | 
				
			|||||||
# XOR Neural Network
 | 
					# NXOR Neural Network
 | 
				
			||||||
## How to use
 | 
					## How to use
 | 
				
			||||||
1. Build and train the model
 | 
					1. Build and train the model
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
make all
 | 
					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
 | 
					2. Run the model
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
./use [value1] [value2]
 | 
					./use [value1] [value2]
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user