Public Domain ANN/Fuzzy Systems Software Index
Last Update: October 29, 2008
Multi-Layer Perceptron and ANN in general
- CASCOR
-- Cascade Correlation BackProp Network (Cascor)
- QuickProp
-- A quick and simple backProp learning algorithm (Quickprop)
- Matrix
-- A matrix based backProp learning algorithm (mvp)
-
PDP++ -- The PDP++ software is a neural-network simulation
system written in C++. It represents the next generation of the PDP
software originally released with the McClelland and Rumelhart
"Explorations in Parallel Distributed Processing Handbook", MIT Press,
1987.
As of August 21, 2007, PDP++ is replaced by
emergent.
- MLC++ -- MLC++ is a library of C++ classes for supervised
machine learning. The MLC++ utilities were created using
the library. Official web site: http://www.sgi.com/tech/mlc/
- Win_nn:
Implementation of fully connected multilayer perceptron
in Window environment.
- Neural Network Utilities Programs -- This package
is distributed in .zip file in a PC/Window environment.
It contains some programs illustrating how to program a
neural network in C. Please read the README
file for more detail. Then you may want to down load the nnutl101.zip
ZIP file.
- LNKnet pattern classification software. Official web site:
http://www.ll.mit.edu/mission/communications/ist/lnknet/index.html
- Netlab neural
network software: Window source
code, and html help
files. Official web site: http://www.ncrg.aston.ac.uk/netlab/
SOM, LVQ, and Clustering
Support Vector Machine (SVM)
Miscellaneous
-
Statistical pattern recognition toolbox. It is an
implementation of selected methods described in the book:
M.I. Schlesinger, V. Hlavac, Ten lectures on the statistical and
structural pattern recognition, Kluwer Academic Publishers,
2002.
Download the latest version at here,
a local version can be found at
here
-
Genetic Algorithm Toolbox, released by the
Evolutionary Computation Research Group of the university of
Sheffield, UK.
- Modular toolkit
for data processing --
MDP is a collection of supervised and unsupervised learning
algorithms and other data processing units that can be combined into
data processing sequences and more complex feed-forward network
architectures.