Software
Links
An AI Learning System
http://tcw2.ppsw.rug.nl/~jorrit/ai/ai.html
A description of an AI system, with a demonstration program and Delphi sourcecode.
ANNI - Artificial Neural Network Investing
Commercial Securities Modeler that uses artificial neural networks and genetic algorithms for customizable prediction
AutoClass
http://ic-www.arc.nasa.gov/ic/projects/bayes-group/autoclass/
Takes a database of cases described by a combination of real and discrete valued attributes, and automatically finds the natural classes in that data. It can be seen as a Naive Bayes classifier where the class node is hidden. [Free]
Bayes Net Toolbox for Matlab
http://www.cs.berkeley.edu/~murphyk/Bayes/bnt.html
Supports several inference algorithms and learning algorithms. Allows simulation of static and dynamic networks, including HMMs, IOHMMs, and Kalman filters.
Bayes++
http://bayesclasses.sourceforge.net
A library of C++ classes for Bayesian filtering. From the Australian Centre for Field Robotics. [C++, MIT license]
C4.5 and FOIL
http://www.cse.unsw.edu.au/~quinlan/
Home page of R. Quinlan. FTP links to FOIL (inductive logic programming) and C4.5 (learning decision trees).
EM algorithm for Mixture models
http://www.neurosci.aist.go.jp/~akaho/MixtureEM.html
Shotaro Akaho's implementation of EM algorithm for modeling Mixtures of Gaussians (Java, free). An extended version is available from the author.
Experience-Based Language Acquisition
http://sourceforge.net/projects/ebla
Computational model of human language acquisition written in Java; currently acquires a protolanguage of nouns and verbs language based on visual perception
FastMix
Generates Gaussian mixture models for large datasets using efficient EM clustering algorithms. [Free]
GNU Hidden Markov Model Library
http://sourceforge.net/projects/ghmm
Hidden Markov Models software library from the Center of Applied Informatics, Cologne. Includes algorithms such as Viterbi, Baum-Welch, and Forward-Backward. [C, GPL license]

