Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 233 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 233 Bytes

Gate-Logic-Neural-Network

Implement an OR logic Neural Network in C

How to Run?

Compile the C file- gcc main.c -o main Run the Executable- ./main

Have a look at train.csv and test.csv to get better picture of the output.