forked from lgallet/XOR-NeuralNetwork-C
338 B
338 B
NXOR Neural Network
How to use
- Build and train the model
make all
By default the model is train on 1000000 epochs, you can change this value in the main.c file, line 106.
- Run the model
./use [value1] [value2]