文件名称:SVM

介绍说明--下载内容均来自于网络,请自行研究使用

SVM: 一种分类器,采用最大化分类间隔进行优化参数。

关于这个分类器两点比较重要:

1)SMO优化算法需要掌握, 可以具体参看两篇文章,John Platt的文章

以及“Improvements to Platt s SMO algorithm for SVM Classifier Design”

2)核函数的使用,如何将核函数使用到SVM中,核函数就是空间转换的函数,

说白了就是距离计算函数,如何将同类之间的距离计算的比较近,如何将低维空间转换到易于分类的高维空间。

我自己看书写的程序,采用Python实现,注释比较多-SVM: a classification, a classification intervals to maximize the use of optimization parameters.

About this classifier is more important points:

    1) SMO optimization algorithms need to know, you can see the specific two articles, John Platt article

        And "Improvements to Platt s SMO algorithm for SVM Classifier Design"

    2) the use of nuclear function, how to use the SVM kernel function, the kernel function is a function space conversion,

That white is the distance calculation function, how relatively close distance between similar calculations, how to convert low-dimensional space to a high-dimensional space is easy classification.

I see myself writing program, using Python, notes more
(系统自动生成,下载前可以参看下载内容)

下载文件列表





SVM.py

SVM.readme

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org