1,070 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
980
980 views
2 2 votes
1 1 answer
1.3k
1.3k views
machinelearning asked Oct 3, 2018
1,280 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.2k
3.2k views
tofighi asked Jun 19, 2019
3,228 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
1.0k
1.0k views
Neo asked Oct 14, 2018
1,016 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...