参考资料:Learning Globally-Consistent Local Distance Functions for Shape-Based Image Retrieval and Classification,Andrea Frome etc.昨晚总结完就睡着了,今天不知道为什么手欠给拉到...
分类:
其他好文 时间:
2014-09-24 01:30:35
阅读次数:
278
Pooling: OverviewAfter obtaining features using convolution, we would next like to use them for classification. In theory, one could use all the extra...
分类:
其他好文 时间:
2014-09-19 17:22:45
阅读次数:
233
This model generalizes logistic regression to classification problems where the class label y can take on more than two possible values. Softmax regre...
分类:
其他好文 时间:
2014-09-16 12:06:50
阅读次数:
891
印象笔记同步分享:Machine Learning—k-nearest
neighbor classification(k近邻分类)...
分类:
其他好文 时间:
2014-09-14 01:23:36
阅读次数:
168
参考资料:ImageNet Classification with Deep Convolutional Neural Networks,Alex Krizhevsky,Ilya Sutskever,Geoffrey E. Hintonhttp://www.cnblogs.com/tornadome...
分类:
Web程序 时间:
2014-09-09 17:49:19
阅读次数:
257
印象笔记同步分享:Machine Learning—Classification and logistic regression...
分类:
其他好文 时间:
2014-09-01 19:41:34
阅读次数:
144
这一课时主要是讲述了线性模型的一些处理。
包括:
1、输入数据的表示(Input Representation)
2、线性分类(Linear Classification)
3、线性回归(Linear Regression)
4、非线性模型转换(Nonlinear Transformation)
作者认为,如果要测试某个模型的可用性,做好就是用真实数据。
为了讲解线...
分类:
其他好文 时间:
2014-08-29 22:42:38
阅读次数:
366
OpenCV支持的目标检測的方法是利用样本的Haar特征进行的分类器训练,得到的级联boosted分类器(Cascade Classification)。注意,新版本号的C++接口除了Haar特征以外也能够使用LBP特征。先介绍一下相关的结构,级联分类器的计算特征值的基础类FeatureEvalua...
分类:
其他好文 时间:
2014-08-22 21:05:49
阅读次数:
981
印象笔记同步分享:Machine Learning—Naive Bayesian classification(朴素贝叶斯分类)...
分类:
其他好文 时间:
2014-08-22 16:19:39
阅读次数:
158