Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 234 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 234 Bytes

Simple Neural Network

A simple neural network created with back propogation and written in C++. It has been written to train the network to differentiate Exclusive OR operators.

Credit to this tutorial