自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 [torch]parameters(clone/copy/initialize)

https://github.com/torch/nn/blob/master/doc/module.md-- make an mlpmlp1=nn.Sequential();mlp1:add(nn.Linear(100,10));-- make a copy that shares the weights and biasesmlp2=mlp1:clone('weight','bias');

2017-03-24 15:14:23 895

转载 [torch] rnn training

http://christopher5106.github.io/deep/learning/2016/07/14/element-research-torch-rnn-tutorial.html https://github.com/torch/optim/blob/master/doc/intro.md http://rnduja.github.io/2015/10/26/deep_lear

2017-03-24 14:17:36 302

原创 attention model

How did I select papers?First, I tried to search for “attention” in CVPR2014-2016, ICCV2009-2015 and ACMMM2012-2015. However, there are only a few papers containing this key words. Then, I searched f

2017-03-01 16:16:02 1279

matlab画图不要白边

事实上是师兄给了我一个函数。。 imageName=sprintf('%s_%d.png',camera,imageInd2Draw); export_fig(gcf, imageName, '-transparent'); 当然也可以存成别的格式 export_fig( gcf, fullfile(out_path, sprintf('frame_d.eps', f)));

2015-04-21

matlab_hog

要mex一下。 在matlab里mex featureHoG.cc 调用格式是 patch = im2double(patch); fea = featureHoG(patch, bin);

2015-01-21

matlab提取hsv,rgb,lab

关于lab那里有些不确定,请大家看博客哈~ http://blog.csdn.net/apsvvfb/article/details/40894733

2014-11-07

KLT_MATLAB

有两篇文章:Pyramidal Implementation of the Lucas Kanade Feature Tracker Description of the algorithm 以及它的翻译(当然不是我翻译的 如果有侵权的话联系我我就删啊 QAQ) 还有matlab计算光流 看文章有助于理解程序  ̄▽ ̄ y

2013-10-15

EKF_matlab

具体说明请见 http://blog.csdn.net/apsvvfb/article/details/12651999

2013-10-15

空空如也

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

TA关注的人

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