Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 252 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 252 Bytes

ML

A simple C++ feedforward neural network implementation which supports training network weights using stochastic gradient descent and fast evolutionary programming.

Dependencies

BOOST uBLAS (linear algebra library)

BOOST.TEST (unit testing)