Skip to content
forked from tareq-s/FFANN

This is an easy to use minimal feed forward neural network library. Setup instructions are in the readme!

Notifications You must be signed in to change notification settings

yanshanjing/FFANN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FFANN

09/18/2015 This is an easy to use minimal feed forward neural network library. Setup instructions are in the readme!

In your compiler, use the include folder for the headers, and the lib folder for the libraries Make sure to link ffann.lib and matrixmath.lib

In your C++ code, include FFANN.h and MatrixMath.h

There is example code in the cpps folder, along with the source code for the libraries in case you want to edit/fix things!

Have fun!

09/19/2015: Support for genetic algorithms has been added! *Note: it has not been tested very much

About

This is an easy to use minimal feed forward neural network library. Setup instructions are in the readme!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%