978 views

1 Answer

1 1 vote

In machine learning, support-vector machines (SVMs, also support-vector networks) are supervised learning models with associated learning algorithms that analyze data used for both classification and regression analysis. When you call it Support Vector Classification, it means you are using these models for classification tasks.

Related questions

1 1 vote
1 1 answer
883
883 views
2 2 votes
1 1 answer
1.2k
1.2k views
machinelearning asked Oct 3, 2018
1,191 views
They look the same to me, but what is the difference between "Artificial Intelligence" and "Machine Learning"?
0 0 votes
1 1 answer
3.1k
3.1k views
tofighi asked Jun 19, 2019
3,106 views
I am confused about this figure. Is not this a cross-validation test or we have a fixed few examples for which it is tested while you also have various folds being tested...
3 3 votes
1 1 answer
915
915 views
Neo asked Oct 14, 2018
915 views
I am wondering what is the difference between normalization and feature scaling and usually when working on a machine learning project what comes normalization or feature...