890 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
788
788 views
2 2 votes
1 1 answer
1.1k
1.1k views
machinelearning asked Oct 3, 2018
1,107 views
They look the same to me, but what is the difference between "Artificial Intelligence" and "Machine Learning"?
0 0 votes
1 1 answer
2.9k
2.9k views
tofighi asked Jun 19, 2019
2,910 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
809
809 views
Neo asked Oct 14, 2018
809 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...