About 849,000 results
Open links in new tab
  1. Support Vector Machine (SVM) Algorithm - GeeksforGeeks

    Jan 27, 2025 · Support Vector Machine (SVM) is a supervised machine learning algorithm used for classification and regression tasks. While it can handle regression problems, SVM is particularly well-suited for classification tasks.

  2. Classifying data using Support Vector Machines(SVMs) in Python

    Sep 1, 2023 · 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 an optimal hyperplane which categorizes new examples.

  3. 1.4. Support Vector Machines — scikit-learn 1.6.1 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 dimensional spaces. Still effective in cases where number of dimensions is greater than the number of samples.

  4. 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. They are widely used in various fields, including...

  5. Support Vector Machine Algorithm - Tpoint Tech - Java

    Jan 30, 2025 · Support Vector Machine or SVM is one of the most popular Supervised Learning algorithms, which is used for Classification as well as Regression problems. However, primarily, it is used for Classification problems in Machine Learning.

  6. Introduction to Support Vector Machines (SVM) - GeeksforGeeks

    Feb 2, 2023 · Support Vector Machines (SVMs) are a type of supervised learning algorithm that can be used for classification or regression tasks. The main idea behind SVMs is to find a hyperplane that maximally separates the different classes in the training data.

  7. Support Vector Machine (SVM) in Machine Learning - Online …

    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. In 1960s, SVMs were first introduced but later they got refined in 1990 also.

  8. The Mathematics Behind Support Vector Machine Algorithm (SVM)

    Jan 16, 2025 · Support Vector Machine is a supervised and linear Machine Learning algorithm most commonly used for solving classification problems and is also referred to as Support Vector Classification. There is also a subset of SVM called SVR which stands for Support Vector Regression which uses the same principles to solve regression problems.

  9. Support Vector Machine — Introduction to Machine Learning Algorithms

    Jun 5, 2018 · Support Vector Machine, abbreviated as SVM can be used for both regression and classification tasks. But, it is widely used in classification objectives. What is Support Vector Machine?

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

    Mar 11, 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 separate data in binary classes.

Refresh