About 8,260 results
Open links in new tab
  1. Support vector machine - Wikipedia

    The popularity of SVMs is likely due to their amenability to theoretical analysis, and their flexibility in being applied to a wide variety of tasks, including structured prediction problems.

  2. Support Vector Machine (SVM) Algorithm - GeeksforGeeks

    Jan 19, 2026 · When the data can be precisely linearly separated, linear SVMs are very suitable. This means that a single straight line (in 2D) or a hyperplane (in higher dimensions) can entirely divide the …

  3. What Is Support Vector Machine? | IBM

    SVMs are commonly used in natural language processing (NLP) for tasks such as sentiment analysis, spam detection, and topic modeling. They lend themselves to these data as they perform well with …

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

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

    Nov 25, 2024 · SVMs are supervised learning algorithms for ML tasks. Discover their types and how they classify data and enhance applications across various fields.

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

    Jul 1, 2023 · Support Vector Machines (SVMs) have been successfully applied to various real-world problems across different domains. Here are some notable applications of SVMs:

  7. All You Need to Know About Support Vector Machines - Spiceworks

    Sep 2, 2022 · This article explains the fundamentals of SVMs, their working, types, and a few real-world examples.

  8. Support Vector Machine — Introduction to Machine Learning …

    Jun 5, 2018 · Introduction I guess by now y o u would’ve accustomed yourself with linear regression and logistic regression algorithms. If not, I suggest you have a look at them before moving on to support

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

    SVMs are among the most popular supervised learning algorithms in machine learning and artificial intelligence, mainly because they can handle high-dimensional data and complex decision …

  10. SVMs Simplified: A Beginner’s Guide To Support Vector Machines

    Oct 7, 2024 · Learn how Support Vector Machines (SVMs) work and why they’re highly effective in classification and regression tasks in machine learning.