About 48,600 results
Open links in new tab
  1. Support Vector Machine (SVM) Algorithm - GeeksforGeeks

    May 2, 2026 · It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.

  2. 1.4. Support Vector Machines — scikit-learn 1.8.0 documentation

    While SVM models derived from libsvm and liblinear use C as regularization parameter, most other estimators use alpha. The exact equivalence between the amount of regularization of two models …

  3. Support vector machine - Wikipedia

    In machine learning, support vector machines (SVMs, also support vector networks[1]) are supervised max-margin models with associated learning algorithms that analyze data for classification and …

  4. •SVMs maximize the margin (Winston terminology: the ‘street’) around the separating hyperplane. •The decision function is fully specified by a (usually very small) subset of training samples, the support …

  5. Support Vector Machine (SVM) Algorithm - Great Learning

    Mar 25, 2020 · Support Vector Machine (SVM) is a supervised machine learning algorithm used for classification and regression tasks. It is widely applied in fields like image recognition, text …

  6. What Is SVM in Machine Learning : Guide & Examples

    Feb 12, 2026 · What is SVM in Machine Learning? A Support Vector Machine (SVM) is a powerful supervised machine learning algorithm designed for classification, regression, and outlier detection …

  7. Support Vector Machine (SVM) in Machine Learning

    Support vector machines (SVMs) are powerful yet flexible supervised machine learning algorithm which is used for both classification and regression. But generally, they are used in classification problems. …