About 2,530,000 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

    Nov 13, 2025 · 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

    Support Vector Machines are powerful tools, but their compute and storage requirements increase rapidly with the number of training vectors. The core of an SVM is a quadratic programming problem …

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

    A support vector machine (SVM) is a supervised machine learning algorithm that finds the hyperplane that best separates data points of one class from those of another class.

  6. Support Vector Machine — Introduction to Machine Learning …

    Jun 5, 2018 · Support vector machine is highly preferred by many as it produces significant accuracy with less computation power. Support Vector Machine, abbreviated as SVM can be used for both …

  7. State Vector Machines - Algorithm Training Institute in KPHB …

    A Support Vector Machine (SVM) is a discriminative classifier formally defined by a separating hyperplane. In other words, given labeled training data (supervised learning), the algorithm outputs …

  8. 11 Support Vector Machines – STAT 508 | Applied Data Mining and ...

    Support vector machines are a class of statistical models first developed in the mid-1960s by Vladimir Vapnik. In later years, the model has evolved considerably into one of the most flexible and effective …

  9. Support Vector Machines (SVMs) are competing with Neural Networks as tools for solving pattern recognition problems. This tutorial assumes you are familiar with concepts of Linear Algebra, real …

  10. Step-by-Step Guide to Support Vector Machines with Hands-On …

    As I mentioned earlier, Support Vector Machines, or SVMs, are a supervised machine learning algorithm used for classification tasks. SVMs work by finding an optimal “hyperplane” that best separates data …