Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 469 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 469 Bytes

Simple feed forward neural network written in C++ !

The main function contains a simple test that makes the network learn the f(x)=x^2 function. After the training, the program prints out the results of predicting values from -100 to 100.

To compile, just type make.

Dependencies:

  • boost::numeric::ublas
  • boost::function

Result plot example

alt tag