自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

原创 64位win7安装vmware安装linux

首先下载vmware64位软件

2014-08-26 16:04:49 570

原创 sift源码解析

BOW算法中,sift特征生成算法代码如下:

2014-08-22 09:27:47 2602

原创 PCA-sift源码解释

SIFT 后来有两种扩展,都用到PCA的概念。1 PCA-SIFT   PCA-SIFT与标准SIFT有相同的亚像素位置(sub-pixel),尺度(scale)和主方向(dominant orientations),但在第4步计算描述子的时候,它用特征点周围的41×41的像斑计算它的主元,并用PCA-SIFT将原来的2×39×39维的向量降成20维,以达到更精确的表示

2014-08-20 16:23:33 2626

原创 PCA学习过程

近期被文章逼疯了,对lsgc算法进行了邻接矩阵的实验。我想把PCA的方法在这个实验中进行应用,对特征进行降维以

2014-08-20 09:08:47 756

转载 matlab主成分分析函数princomp简介

比来看了些主成分解析,混迹Matlab论坛,翻了n多帖子,对princomp函数有了些懂得。在此只讲一些小我懂得,并没有效术语,只求通俗。供献率:每一维数据对于区分全部数据的供献,供献率最大的显然是主成分,第二大的是次主成分......[coef,score,latent,t2] = princomp(x);(小我概念):x:为要输入的n维原始数据。带入这个

2014-08-20 08:51:46 25868 2

liblinear1.93

LIBLINEAR is a simple package for solving large-scale regularized linear classification and regression. It currently supports - L2-regularized logistic regression/L2-loss support vector classification/L1-loss support vector classification - L1-regularized L2-loss support vector classification/L1-regularized logistic regression - L2-regularized L2-loss support vector regression/L1-loss support vector regression. When to use LIBLINEAR but not LIBSVM ==================================== There are some large data for which with/without nonlinear mappings gives similar performances. Without using kernels, one can efficiently train a much larger set via linear classification/regression. These data usually have a large number of features. Document classification is an example. Warning: While generally liblinear is very fast, its default solver may be slow under certain situations (e.g., data not scaled or C is large). See Appendix B of our SVM guide about how to handle such cases. http://www.csie.ntu.edu.tw/~cjlin/papers/guide/guide.pdf Warning: If you are a beginner and your data sets are not large, you should consider LIBSVM first. LIBSVM page: http://www.csie.ntu.edu.tw/~cjlin/libsvm

2013-10-10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除