约 14,300,000 个结果
在新选项卡中打开链接
  1. Support Vector Machine (SVM) Algorithm - GeeksforGeeks

    2026年1月19日 · Your All-in-One Learning Portal. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive …

  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 Machines with Scikit-learn Tutorial - DataCamp

    2019年12月27日 · In this tutorial, you'll learn about Support Vector Machines, one of the most popular and widely used supervised machine learning algorithms.

  4. Support Vector Machine (SVM) - Analytics Vidhya

    2025年4月21日 · 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 …

  5. Major Kernel Functions in Support Vector Machine (SVM)

    2025年11月8日 · 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) 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.

  7. Definition ‘Support Vector Machine is a system for efficiently training linear learning machines in kernel-induced feature spaces, while respecting the insights of generalisation theory and exploiting …

  8. Support Vector Machine — Introduction to Machine Learning

    2018年6月5日 · What is Support Vector Machine? 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 …

  9. 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 …

  10. Machine Learning Tutorial - GeeksforGeeks

    2026年3月9日 · Machine learning is a branch of Artificial Intelligence that focuses on developing models and algorithms that let computers learn from data without being explicitly programmed for every task. …