Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 179 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 179 Bytes

NeuralNetwork

This is a basic Neural Network template class for c++. It has a few useful functions like saving and loading weights. The neuron error is calculated with tanh(x).