Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 899 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 899 Bytes

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