
深度学习
woneil
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
matlab的Deep Learning的toolbox 中的SAE算法
==========================================================================================最近一直在看Deep Learning,各类博客、论文看得不少但是说实话,这样做有些疏于实现,一来呢自己的电脑也不是很好,二来呢我目前也没能力自己去写一个toolbox只是跟着Andrew Ng的转载 2014-09-12 07:00:35 · 6923 阅读 · 0 评论 -
caffe make runtest 错误
执行make runtest后出现如下错误:[----------] Global test environment tear-down[==========] 1096 tests from 150 test cases ran. (106016 ms total)[ PASSED ] 1095 tests.[ FAILED ] 1 test, liste原创 2016-07-22 10:37:20 · 13127 阅读 · 2 评论 -
测试caffe中的net
参考,P136,所用到的boost需要是boot_1_58_0版本。编写文件 net_demo.cpp,并保存在/home/sf/demo下:#include #include #include "caffe/net.hpp"using namespace caffe;using namespace std;int main(void){ std:原创 2016-07-31 11:23:38 · 7488 阅读 · 0 评论 -
Linux下安装Boost_1_58
1. 首先登陆Boost官网(http://www.boost.org/)。2. 点击中间download下面的 Version 1.58.0,下载boost_1_58_0.tar.bz2。3. 解压下载文件 # tar --bzip2 -xvf boost_1_58_0.tar.bz24. 进入解压后的文件,获得bjam # cd boost_1_原创 2016-07-31 10:47:34 · 3389 阅读 · 0 评论 -
proto/caffe.pb.h:17:2: error: #error This file was generated by an older version of protoc
g++ -o app ./blob_demo.cpp -I ./include/ -D CPU_ONLY -I ./.build_release/src -L .ildb/ -lcaffeIn file included from ./include/caffe/blob.hpp:9:0, from ./blob_demo.cpp :3:./.build_release/src/caffe/proto/caffe.pb.h:17:2: error: #error Thi原创 2016-07-29 23:01:12 · 23258 阅读 · 1 评论 -
Caffe 作者贾扬清:我为什么离开 Google,加入 Facebook?
Caffe 作者贾扬清:我为什么离开 Google,加入 Facebook?在 Google Scholar 上,贾扬清被引用最多的三篇文章:1.Caffe: Convolutional architecture for fast feature embedding(引用1201次)2.Going deeper with convolutions(引用660次)3.De转载 2016-07-16 21:04:25 · 4792 阅读 · 0 评论 -
Ubuntu Kylin 下安装Caffe
Ubuntu Kylin 下安装Caffe本文的安装目的:在虚拟机上只使用单个CPU能够把caffe运行起来。因此没有涉及GPU、python,matlab等相关内容,这此内容以后熟悉开发环境之后,再添加。一、系统环境截图如下:主机是Winodws 10 64bit, 虚拟机软件vmware 9.0, 在虚拟机上安装的操作系统 是Ubutu Kylin15.10原创 2016-07-24 06:33:00 · 1721 阅读 · 0 评论 -
Top Deep Learning Projects
https://github.com/aymericdamien/TopDeepLearning.git原创 2016-05-01 08:40:09 · 472 阅读 · 0 评论 -
GPU and CUDA
http://blog.youkuaiyun.com/abcjennifer/article/details/42436727转载 2015-10-14 10:32:26 · 454 阅读 · 0 评论 -
逻辑回归和牛顿法 Logistic Regression and Newton's Method
英文 中文章原创 2014-10-19 21:12:33 · 1883 阅读 · 0 评论 -
多变量线性回归 Multivariate Linear Regression
英文原处中文解释原创 2014-10-18 20:35:26 · 2632 阅读 · 0 评论 -
线性回归 Linear Regression
在原创 2014-10-11 09:11:25 · 1241 阅读 · 0 评论 -
deep learning 之学习路线
1 先学习 http://blog.youkuaiyun.com/dark_scope/article/details/94955052 自己调试出来原创 2014-09-12 07:03:17 · 1146 阅读 · 0 评论 -
caffe代码解析 参考网页
http://blog.youkuaiyun.com/column/details/caffe-source-clue.htmlhttp://www.cnblogs.com/yymn/category/762593.htmlhttp://blog.youkuaiyun.com/linger2012liu/article/category/2146595原创 2016-07-25 09:20:56 · 644 阅读 · 0 评论