统计模式识别工具包(统计模式识别工具包,包含EM,SVM等方法。)
上传时间: 2017-03-05
上传用户:dsgkjgkjg
该程序包实现了几个常用的模式识别分类器算法,包括K近邻分类器KNN、线性判别方程LDF分类器、二次判别方程QDF分类器、RDA规则判别分析分类器、MQDF改进二次判别方程分类器、SVM支持向量机分类器。 主程序中还有接口调用举例,压缩包中还有两个测试数据集文件。
上传时间: 2017-03-08
上传用户:aeiouetla
支持向量机导论(有中英版本),学习SVM的经典书籍。导师叫我看这本书。
上传时间: 2017-03-14
上传用户:youmo81
这是Libsvm2.6工具的源码,用于SVM分类和回归计算。
上传时间: 2013-12-17
上传用户:LIKE
本文介绍了一般贝叶斯框架通过稀疏来解决回归和经典任务中利用线性模型中参数。虽然这框架完全概括说明了,我们对一个特定专业的做法,这个特定专业就是我们指的“相关向量机( RVM )” 一个模型以相同的函数模型功能流行和最先进的“支持向量机”( SVM) 。我们论证了利用概率贝叶斯学习的构造,我们可以得出准确的预测模式,这个模型相比SVM大幅减少了使用基底函数,同时提供了一些其他优点。这些优点包括在效益指标的概率预测,自动估算“nuisance”参数,并利用该设施任意基函数(如:非`Mercer 的内核)
上传时间: 2014-01-02
上传用户:dancnc
In computer vision, sets of data acquired by sampling the same scene or object at different times, or from different perspectives, will be in different coordinate systems. Image registration is the process of transforming the different sets of data into one coordinate system. Registration is necessary in order to be able to compare or integrate the data obtained from different measurements. Image registration is the process of transforming the different sets of data into one coordinate system. To be precise it involves finding transformations that relate spatial information conveyed in one image to that in another or in physical space. Image registration is performed on a series of at least two images, where one of these images is the reference image to which all the others will be registered. The other images are referred to as target images.
标签: different computer acquired sampling
上传时间: 2013-12-28
上传用户:来茴
SQL中的单记录函数 1.ASCII 返回与指定的字符对应的十进制数 SQL> select ascii( A ) A,ascii( a ) a,ascii( 0 ) zero,ascii( ) space from dual A A ZERO SPACE --------- --------- --------- --------- 65 97 48 32 2.CHR 给出整数,返回对应的字符 SQL> select chr(54740) zhao,chr(65) chr65 from dual ZH C -- -
上传时间: 2017-04-14
上传用户:330402686
超球面支持向量机,一种构建超球面来进行分类的单类svm
标签: 支持向量机
上传时间: 2013-12-17
上传用户:xhz1993
There are _NO_ standard sample rate for the samples used in modules. But most often the samples are done on the rate called C-3 (which is about 16574 Hz if you have a PAL machine). Sometimes drums are sampled at A-3 (around 28 kHz), and some sounds are at ~8 kHz or anything else to save space.
上传时间: 2017-04-14
上传用户:稀世之宝039
The purpose of this project is to explore the issues and implementation of a multiple instruction stream, single data stream processor. We are running two instruction streams on two CPUs which share an address space. The processors share a second level cache, and maintain coherence at the L1 cache with a write-invalidate policy. The L2 cache is two-way set associative, with a block size of 8 words, and a total capacity of 512 words.
标签: implementation instruction multiple purpose
上传时间: 2017-04-18
上传用户:731140412