You are here

libneural

Comment: 
C++ implementation of the classic 3-layer perceptron in library form
Version: 
1.0.3

libneural is an extremely tiny library for creating a software
three layer backpropagation neural network. This is useful for
a very wide variety of pattern recognition and classification
problems. It is written in C++, based on the standard algorithm
with NO fancy features like bias terms or momentum.

md5: 
MD5 (libneural-1.0.3.tar.gz) = 70f0c8a3fff469a5e074dd03cad81592
Category: 
math
Url: 
http://ieee.uow.edu.au/~daniel/software/libneural/