whats the difference between svm and libsvm?

3 visualizaciones (últimos 30 días)
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran el 21 de Feb. de 2013
Respondida: Nikhil Kori el 7 de Jul. de 2020
whats the difference between svm and libsvm?

Respuestas (1)

Nikhil Kori
Nikhil Kori el 7 de Jul. de 2020
Following is the difference between SVM and LIBSVM
A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems. For instance, after giving an SVM model sets of labeled training data for each category, they’re able to categorize new text.
LIBSVM is a 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 Sequential minimal optimization (SMO) algorithm for kernelized support vector machines (SVMs), supporting classification and regression

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by