About 5,600 results
Open links in new tab
  1. 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 …

  2. Support Vector Machine (SVM) Algorithm - GeeksforGeeks

    4 days ago · Support Vector Machine (SVM) is a supervised machine learning algorithm used for classification and regression tasks. It tries to find the best boundary known as hyperplane that …

  3. What Is Support Vector Machine? | IBM

    A support vector machine (SVM) is a supervised machine learning algorithm that classifies data by finding an optimal line or hyperplane that maximizes the distance between each class in an N …

  4. 1.4. Support Vector Machines — scikit-learn 1.8.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.

  5. Support vectors Maximize margin. •SVMs maximize the margin (Winston terminology: the ‘street’) around the separating hyperplane. •The decision function is fully specified by a (usually very small) …

  6. What Is an SVM? Support Vector Machines Explained

    A support vector machine (SVM) is a machine learning algorithm that classifies data by finding the best possible boundary between two categories. Imagine plotting data points on a graph where each point …

  7. What Is a Support Vector Machine? - MATLAB & Simulink - MathWorks

    A support vector machine is a supervised machine learning algorithm often used for classification and regression problems in applications such as signal processing, natural language processing (NLP), …

  8. Support Vector Machine (SVM) Explained: Components & Types

    Learn what Support Vector Machines (SVMs) are, how they work, key components, types, real-world applications and best practices for implementation.

  9. Support Vector Machines | Springer Nature Link

    SVMs have a strong mathematical basis and are closely related to some well-established theories in statistics. They not only try to correctly classify the training data, but also maximize the margin for …

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

    Mar 18, 2025 · 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 …