blob: 4c2c0f1e2e5edf51753f2d17db3ebdd45c243433 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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.
WWW: http://ieee.uow.edu.au/~daniel/software/libneural/
Author: Daniel Franklin <d.franklin@computer.org>
- Will <andrews@technologist.com>
|