About 2,390,000 results
Open links in new tab
  1. Support vector machine - Wikipedia

    The soft-margin support vector machine described above is an example of an empirical risk minimization (ERM) algorithm for the hinge loss. Seen this way, support vector machines belong to a natural class …

  2. 1.4. Support Vector Machines — scikit-learn 1.8.0 documentation

    1.4. Support Vector Machines # Support vector machines (SVMs) are a set of supervised learning methods used for classification, regression and outliers detection. The advantages of support vector …

  3. Support Vector Machine (SVM) in Machine Learning

    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.

  4. Support Vector Machine — Introduction to Machine Learning …

    Jun 5, 2018 · The objective of the support vector machine algorithm is to find a hyperplane in an N-dimensional space (N — the number of features) that distinctly classifies the data points.

  5. Support Vector Regression (SVR) using Linear and Non-Linear Kernels …

    Mar 20, 2026 · Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, …

  6. Support Vector Machine (SVM) - Analytics Vidhya

    Apr 21, 2025 · What is a Support Vector Machine (SVM)? A Support Vector Machine (SVM) is a machine learning algorithm used for classification and regression. This finds the best line (or …

  7. Support Vector Machines (SVM) Made Simple & How To Tutorial

    May 6, 2024 · What are Support Vector Machines? Machine learning algorithms transform raw data into actionable insights. Among these algorithms, Support Vector Machines (SVMs) stand out as a core …

  8. Vectors for ML - GeeksforGeeks

    Feb 14, 2026 · Vectors are a fundamental concept in machine learning and play an important role in data representation. They are widely used in algorithms for classification, regression, clustering and …

  9. Support Vector Machines This set of notes presents the Support Vector Machine (SVM) learning al-gorithm. SVMs are among the best (and many believe is indeed the best) \o -the-shelf" supervised …

  10. A comparative analysis of K-Nearest Neighbor, Genetic, Support Vector ...

    Jun 1, 2022 · In this paper, majorly all the aspects concerning five machine learning algorithms namely-K-Nearest Neighbor (KNN), Genetic Algorithm (GA), Support Vector Machine (SVM), Decision Tree …