Description
Happycoders Neural Networks C++ library provides various algorithms for MLP (Multi Layers Perceptron):
It contains principal component analysis algorithms :
It supports normal and time lagged neurons.
This library is released under the term of the GNU LGPL licence.
Features
- Learnings algorithms : Backprop, Rprop and Quickprop
- Principal Component Analysis algorithms : ALA and GHA
- Normal and time lagged neurons
- file format to store neural networks structure
- batch and stochastic mode
- can store result in pgm picture
Installation
Example
Nncompress is a application of libneuralnet, it can compress/decompress images
using a MLP,
|