About 308,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 …

  2. Support Vector Machine (SVM) Algorithm - GeeksforGeeks

    May 28, 2025 · When data is not linearly separable i.e it can't be divided by a straight line, SVM uses a technique called kernels to map the data into a higher-dimensional space where it …

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

    Support vector machines (SVMs) are a set of supervised learning methods used for classification, regression and outliers detection. The advantages of support vector machines are: Effective in …

  4. What Is Support Vector Machine? | IBM

    Dec 27, 2023 · What are support vector machines (SVMs)? What are SVMs? A support vector machine (SVM) is a supervised machine learning algorithm that classifies data by finding an …

  5. What is a support vector machine (SVM)? - TechTarget

    Nov 25, 2024 · SVMs are useful for analyzing complex data that a simple straight line can't separate. Called nonlinear SVMs, they do this by using a mathematical trick that transforms …

  6. SVM Machine Learning Tutorial – What is the Support Vector …

    Jul 1, 2020 · Support vector machines are a set of supervised learning methods used for classification, regression, and outliers detection. All of these are common tasks in machine …

  7. What Are Support Vector Machine (SVM) Algorithms? - Coursera

    Jun 3, 2025 · SVM algorithms, or support vector machine algorithms, are tools for artificial intelligence and machine learning to classify data points and determine the best way to …

  8. Support Vector Machines | Brilliant Math & Science Wiki

    Support vector machines are a supervised learning method used to perform binary classification on data. They are motivated by the principle of optimal separation, the idea that a good …

  9. Support Vector Machines for Machine Learning

    Aug 15, 2020 · Support Vector Machines are perhaps one of the most popular and talked about machine learning algorithms. They were extremely popular around the time they were …

  10. Support Vector Machine (SVM) Explained | Towards Data Science

    Feb 16, 2021 · Support Vector Machines (SVM) is a core algorithm used by data scientists. It can be applied for both regression and classification problems but is most commonly used for …