http://caffe.berkeleyvision.org/tutorial/layers.html#data-layers The InnerProduct layer (also usually referred to as the fully connected layer) treats
分类:
其他好文 时间:
2016-02-01 14:20:44
阅读次数:
269
http://stats.stackexchange.com/questions/145768/importance-of-local-response-normalization-in-cnn caffe 解释: The local response normalization layer per
分类:
其他好文 时间:
2016-02-01 13:59:29
阅读次数:
877
Caffe原来叫:Convolutional Architecture for Fast Feature Embedding 官网的个人翻译:http://blog.csdn.net/fengbingchun/article/details/49535873 NG的英文教程:http://ufldl
分类:
其他好文 时间:
2016-02-01 13:53:26
阅读次数:
202
常用的deep learning frameworks 基本转自:http://www.codeceo.com/article/10-open-source-framework.html 1. Caffe 基于C++开发 2. Theano 大部分代码是使用CYthon开发的,主页有很详细的教程,在
分类:
其他好文 时间:
2016-02-01 09:35:58
阅读次数:
161
batch :http://www.zhihu.com/question/32673260 caffe blog: http://blog.csdn.net/abcjennifer/article/details/46424949
分类:
其他好文 时间:
2016-01-28 23:57:19
阅读次数:
138
Caffe学习系列(12):训练和测试自己的图片在caffe上跑自己的数据
分类:
其他好文 时间:
2016-01-25 19:07:15
阅读次数:
129
1 官网:http://caffe.berkeleyvision.org/2 豆丁网中:http://www.docin.com/p-871820917.html3 下载的caffe中,.../docs/tutorial4 百度5 新浪微博搜索也特别强大,很多牛人喜欢在微博上发6 ...
分类:
其他好文 时间:
2016-01-24 22:27:14
阅读次数:
219
参考:caffe官网2016-01-2310:08:221 blobs,layers,nets是caffe模型的骨架2 blobs是作者写好的数据存储的“容器”,可以有效实现CPU和GPU之间的同步(隐藏了这些复杂的操作),搬移,传递等。它提供了统一的接口,可以存储数据,如batches of im...
分类:
其他好文 时间:
2016-01-23 18:06:38
阅读次数:
743
1 ubuntu git clone 默认在当前文件夹2 caffe 基础了解:https://www.zhihu.com/question/27982282/answer/393506293 当然,官网才是大牛:http://caffe.berkeleyvision.org/4Caffe支持三种数...
分类:
其他好文 时间:
2016-01-23 10:23:24
阅读次数:
218
cudnn的配置1. 安装前请去先官网下载cuDNN (cudnn-7.0-linux-x64-v3),建议安装v3,v4有些问题。将cudnn-7.0-linux-x64-v3解压后会有两个文件夹include和lib64,复制其中文件到系统库sudo cp include/cudnn.h /us...
分类:
其他好文 时间:
2016-01-22 17:39:25
阅读次数:
200