约 327,000 个结果
在新选项卡中打开链接
  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 classification and regression analysis.

  2. Support Vector Machine (SVM) Algorithm - GeeksforGeeks

    2025年8月7日 · The key idea behind the SVM algorithm is to find the hyperplane that best separates two classes by maximizing the margin between them. This margin is the distance from the hyperplane to the nearest data points (support vectors) on each side.

  3. 1.4. Support Vector Machines — scikit-learn 1.7.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. What Is Support Vector Machine? | IBM

    2023年12月27日 · 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 optimal line or hyperplane that maximizes the distance between each class in an N …

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

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

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

    2024年11月25日 · 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 data into higher-dimensional space, where it is easier to find a boundary.

  7. How Do Support Vector Machines Work: A Complete Guide to …

    2025年6月18日 · Support Vector Machines (SVMs) represent one of the most powerful and versatile machine learning algorithms available today. Despite being developed in the 1990s, SVMs continue to be widely used across industries for classification and regression tasks, particularly when dealing with complex datasets and high-dimensional data.

  8. Support Vector Machine (SVM) - Analytics Vidhya

    2025年4月21日 · SVM (Support Vector Machine) is a supervised algorithm, effective for both regression and classification, though it excels in classification tasks. Popular since the 1990s, it performs well on smaller or complex datasets with minimal tuning.

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

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

    2021年2月16日 · 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 classification. Its popularity stems from the strong accuracy and computation speed (depending on size of data) of the model.