0 votes
in Data Science by
Explain SVM algorithm in detail.

1 Answer

0 votes
by

SVM stands for support vector machine, it is a supervised machine learning algorithm which can be used for both Regression and Classification. If you have n features in your training data set, SVM tries to plot it in n-dimensional space with the value of each feature being the value of a particular coordinate. SVM uses hyperplanes to separate out different classes based on the provided kernel function.

Related questions

+2 votes
asked May 28, 2021 in Data Science by sharadyadav1986
0 votes
asked Mar 12, 2023 in Agile by Robindeniel
...