About 3,840 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. 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.

  3. 1.4. Support Vector Machines — scikit-learn 1.9.0 documentation

    A support vector machine constructs a hyper-plane or set of hyper-planes in a high or infinite dimensional space, which can be used for classification, regression or other tasks.

  4. 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 …

  5. Support Vector Machine (SVM) - Analytics Vidhya

    Apr 21, 2025 · A Support Vector Machine (SVM) is a machine learning algorithm used for classification and regression. This finds the best line (or hyperplane) to separate data into groups, maximizing the …

  6. 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 …

  7. Support Vector Machines (SVM): An Intuitive Explanation

    Jul 1, 2023 · Support Vector Machines (SVMs) are a type of supervised machine learning algorithm used for classification and regression tasks.