支持向量机我要分享

support vector machine

matlab 支持 向量

关注次数: 222

下载次数: 0

文件大小: 10.20 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:机器学习,支持向量机(SVM,还支持矢量网络)的监督学习模型相关的学习算法,分析数据,识别模式,用于分类和回归分析。给定一组训练实例,每个标记为属于两类,一种SVM训练算法构建了一个模型,分配新的实例为一类或其他,使其成为非概率二元线性分类。一个SVM模型是的例子如在空间中的点,映射使得的不同类别的例子是由一个明显的差距是尽可能宽划分的表示。新的例子,然后映射到同一个空间,并根据预测他们落在差距哪边就属于一个类别。


English Description:

In machine learning, support vector machines (SVMs, also support vector networks) are supervised learning models with associated learning algorithms that analyze data and recognize patterns, used for classification and regression analysis. Given a set of training examples, each marked as belonging to one of two categories, an SVM training algorithm builds a model that assigns new examples into one category or the other, making it a non-probabilistic binary linear classifier. An SVM model is a representation of the examples as points in space, mapped so that the examples of the separate categories are divided by a clear gap that is as wide as possible. New examples are then mapped into that same space and predicted to belong to a category based on which side of the gap they fall on.


代码预览