Skip to content

A lightweight, generic and easy to use C++11 library for feedforward neural networks

Notifications You must be signed in to change notification settings

resibots/simple_nn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_nn

A lightweight, generic and easy to use C++11 library for feedforward neural networks.

Authors

  • Author/Maintainer: Konstantinos Chatzilygeroudis

Using the code

This is a header-only library and you should just include the header files in your project.

Installing using the waf build system

  • ./waf configure --prefix=INSTALL_DIR
  • [sudo] ./waf install (you might need sudo depending on your installation directory)

Compiling the examples

  • ./waf configure
  • ./waf

After a successful build, the executables should be inside the build folder. The examples are mainly here for the user to inspect the code and do not provide any meaningful output.

Documentation

Work in progress. It should be available soon. Until then, please have a look at the examples source files.

LICENSE

CeCILL

About

A lightweight, generic and easy to use C++11 library for feedforward neural networks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published