4
0
This repository has been archived on 2024-11-24. You can view files and clone it, but cannot push or open issues or pull requests.

NXOR Neural Network

How to use

  1. 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.

  1. Run the model
./use [value1] [value2]
Description
No description provided
Readme 42 KiB
Languages
C 96.6%
Makefile 3.4%