Thursday, August 28, 2014

Some Useful Machine Learning Tools

A list of useful machine learning tools (in alphabetical order). Will continuously update this list. :)

FEST, short for Fast Ensembles of Sparse Trees, is a piece of software for learning various types of decision tree committees from high dimensional sparse data.
Golang machine learning lib. Currently, it can be used to solve binary classification problems.
Factorization machines (FM) are a generic approach that allows to mimic most factorization models by feature engineering. 
LIBLINEAR is a linear classifier for data with millions of instances and features.
LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification.
The Vowpal Wabbit (VW) project is a fast out-of-core learning system sponsored by Microsoft Research and (previously) Yahoo! Research.
An optimized general purpose gradient boosting (tree) library.