搜索资源列表
PG_BOW_DEMO
- 图像的特征用到了Dense Sift,通过Bag of Words词袋模型进行描述,当然一般来说是用训练集的来构建词典,因为我们还没有测试集呢。虽然测试集是你拿来测试的,但是实际应用中谁知道测试的图片是啥,所以构建BoW词典我这里也只用训练集。 其实BoW的思想很简单,虽然很多人也问过我,但是只要理解了如何构建词典以及如何将图像映射到词典维上去就行了,面试中也经常问到我这个问题,不知道你们都怎么用生动形象的语言来描述这个问题? 用BoW描述完图像之后,指的是将训练集以及测试集
rbf-kernelsvmdemo
- 支持向量机的演示程序,可以学习到支持向量机的工作原理及变成机理。核函数是RBF核函数-Support vector machine (SVM) demo, can learn to the working principle of support vector machine (SVM) and become a mechanism. Kernel function is RBF kernel function
eval_kernel
- 各种核函数运算,包含linear kernel、 rbf 、Laplace kernel、Euclidean distance等核函数-Various nuclear function operation, including linear kernel, ' rbf' , Laplace kernel, Euclidean distance and other kernel