摘要:
在caffe的安装过程中,出现/usr/bin/ld: cannot find -lcblas/usr/bin/ld: cannot find -latlas的问题这时解决方案为http://stackoverflow.com/questions/24479060/ubuntu-12-04-ld-c... 阅读全文
摘要:
判断合法数字,之前好像在哪里看到过这题,记得当时还写了好久,反正各种改,今天看到了大神的解法(https://github.com/fuwutu/LeetCode/blob/master/Valid%20Number.cpp),用有限状态机,非常简洁,不需要复杂的各种判断!先枚举一下各种合法的输入情... 阅读全文
摘要:
% !TEX encoding = System% !TEX program = pdflatex% !TEX encoding = System% !TEX program = pdflatex%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% "ModernCV... 阅读全文
摘要:
讲解教授:赵辉 (FROM : UESTC)课程:《模式识别》整理:PO主基础知识:假设空间中两点x,y,定义:欧几里得距离,Mahalanobis距离,不难发现,如果去掉马氏距离中的协方差矩阵,就退化为欧氏距离。那么我们就需要探究这个多出来的因子究竟有什么含义。第一个例子从下往上的一段50米长的坡... 阅读全文
摘要:
====================================================================This article came fromhere.Thanks forzhizhihu.====================================... 阅读全文
摘要:
[LeetCode] Candy (分糖果),时间复杂度O(n),空间复杂度为O(1),且只需遍历一次的实现原题:There areNchildren standing in a line. Each child is assigned a rating value.You are giving c... 阅读全文
摘要:
ROC曲线指受试者工作特征曲线 / 接收器操作特性曲线(receiver operating characteristic curve), 是反映敏感性和特异性连续变量的综合指标,是用构图法揭示敏感性和特异性的相互关系,它通过将连续变量设定出多个不同的临界值,从而计算出一系列敏感性和特异性,再以敏... 阅读全文
摘要:
Spatial Pyramid Matching看了很多关于SPM的介绍,但是网络上的资源大多都是对论文Beyond bags of features: Spatial pyramid matching for recognizing natural scene categories的直接翻译,关于... 阅读全文
摘要:
The parallelogram law in inner product spacesVectors involved in the parallelogram law.In a normed space, the statement of the parallelogram law is an... 阅读全文
摘要:
稀疏编码系列:(一)----Spatial Pyramid 小结(二)----图像的稀疏表示——ScSPM和LLC的总结(三)----理解sparse coding(四)----稀疏模型与结构性稀疏模型-------------------------------------------------... 阅读全文