NNF is a library written in plain C that implements multilayer feed-forward neural networks. It's fast and easy to incorporate in your own application. It includes different activation functions and the delta error back-propagation algorithm. Saving and loading routines are included. It is released under the Lesser General Public License.
| Tags | Scientific/Engineering Artificial Intelligence Neuroscience Software Development Libraries |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | C |
Recent releases


Changes: A few compiler warnings corrected. A new makefile was written. Two little fixes were made in the tutorial.


Changes: Months have passed since the last bug was found, so the package is now marked as "stable".


Changes: The learning algorithms were completed for all the respective activation functions. Two minor bugs were fixed. More documentation was written.