Skip to content

Simple implementation of a feedforward neural network in c++

License

Notifications You must be signed in to change notification settings

amstuta/cpp-neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple implementation of a feedforward neural network in c++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published