LIBSVM

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
LIBSVM
Developer(s) Chih-Chung Chang and Chih-Jen Lin
Stable release 3.21 / December 14, 2015 (2015-12-14)
Written in Java, C++
Operating system Cross-platform
Type Machine Learning
License BSD
Website http://www.csie.ntu.edu.tw/~cjlin/libsvm

LIBSVM and LIBLINEAR are two popular open source machine learning libraries, both developed at the National Taiwan University and both written in C++ though with a C API. LIBSVM implements the SMO algorithm for kernelized support vector machines (SVMs), supporting classification and regression.[1] LIBLINEAR implements linear SVMs and logistic regression models trained using a coordinate descent algorithm.[2]

The SVM learning code from both libraries is often reused in other open source machine learning toolkits, including GATE, KNIME, Orange[3] and scikit-learn. Many bindings to it exist for programming languages such as Java, MATLAB and R.

Both libraries are free software released under the 3-clause BSD license.[4][5]

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.

External links


<templatestyles src="Asbox/styles.css"></templatestyles>