forked from lga/XOR-NeuralNetwork-C
This repository has been archived on 2024-11-24 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
4bff0893d90771dfb126238b340ae39cf0fb1e27
XOR 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]
Languages
C
96.6%
Makefile
3.4%