Software
Links
The CHILL Empirical Parser Acquisition System
http://www.cs.utexas.edu/users/ml/chill.html
A general approach to the problem of inducing natural language parsers. It uses an annotated corpus, and produces a parser by using ILP for inducing the rules that control the actions of a shift-reduce parser. [Free]
The NEITHER Theory Revision System
http://www.cs.utexas.edu/users/ml/neither.html
A propositional theory refinement system that will modify a incomplete or incorrect rule base so as to make it consistent with a set of input training examples. [Free]
The R Project for Statistical Computing
R, also known as `GNU S', is a free system for statistical computation and graphics similar to S. It provides a wide variety of statistical and graphical techniques (linear and nonlinear modelling, statistical tests, time series analysis, classification, and clustering).
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.
Weka 3 - Open Source Machine Learning Software in Java
http://www.cs.waikato.ac.nz/~ml/weka/index.html
Suite that implements decision trees and tables, rule learners, Naive Bayes, support vector machines, voted perceptrons, multi-layer perceptron. Meta schemes include bagging, stacking, and boosting. [Free under GPL]
WinMine Toolkit
http://research.microsoft.com/~dmax/WinMine/tooldoc.htm
Tools for learning dependency networks or Bayesian networks from data. [Free]
XELOPES Data Mining Library
http://www.prudsys.com/Produkte/Algorithmen/Xelopes
Platform- and data-source-independent library for embedded data mining based on the CWM/OMG and other data mining standards. XELOPES-Java algorithms: SVMs, market basket analysis, sequence analysis, decision trees, cluster analysis, multidimensional grouping. XELOPES-C++ algorithms: SVMs, decision trees. [GPL]


