Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 179 Bytes

File metadata and controls

5 lines (3 loc) · 179 Bytes

NeuralNetwork

This is my first attempt at implementing an Artificial Neural Network using C++.

At the moment, I am using Back Propagation to train my network for solving xOR.