Software
Links
N-gram Statistics Package (NSP)
http://www.d.umn.edu/~tpederse/nsp.html
Suite of Perl tools for counting and analyzing word n-grams in text; provides standard tests of association for identifying word n-grams in large corpora and allows users to implement other tests with minimal Perl knowledge.
Pattern Recognition Application Programmer's Interface (PRAPI)
http://www.ee.oulu.fi/~topiolli/?section=cpplibs
A C++ library for many pattern recognition tasks; main focus is on image analysis, but a general architecture and XML-based data interchange format allows it to be used for many other tasks as well.
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.
ANNI - Artificial Neural Network Investing
Commercial Securities Modeler that uses artificial neural networks and genetic algorithms for customizable prediction
Tilburg Memory Based Learner (TIMBL)
http://ilk.uvt.nl/software.html
A program implementing several memory-based learning techniques. These learners store representation of the training set explicitly, and classifies new cases by extrapolation from the most similar stored cases. Free for educational or non-commercial research purposes.


