03 2016 档案

有线时不需要hosts直接上谷歌
摘要:https://www.google.com.hk/ 阅读全文

posted @ 2016-03-30 19:55 一动不动的葱头 阅读(24) 评论(0) 推荐(0)

无限维
摘要:http://www.math.lsa.umich.edu/~kesmith/infinite.pdf 什么是无限维呢? 似乎我的想法中,无限维只是将有限维逐步推到无限维,现实中我们基本不需要考虑到这点。 但是有一个说法一直让我忐忑不安:函数就是无限维的。这真是让人难受!很抽象。尽管学了现代数学。 阅读全文

posted @ 2016-03-28 21:01 一动不动的葱头 阅读(303) 评论(0) 推荐(0)

黎曼流形
摘要:http://blog.sina.com.cn/s/blog_4dd3aa1901007ppa.html 阅读全文

posted @ 2016-03-28 17:29 一动不动的葱头 阅读(266) 评论(0) 推荐(0)

caffe源码解读
该文被密码保护。

posted @ 2016-03-27 17:28 一动不动的葱头 阅读(19) 评论(0) 推荐(0)

why we need virtual key word
摘要:http://stackoverflow.com/questions/2391679/why-do-we-need-virtual-methods-in-c 简言之,声明基类时,而实际指向派生类。如果没有virtual,那么对象就无法使用这个方法, 调用时,调用的还是基类的对应的方法。 阅读全文

posted @ 2016-03-27 15:32 一动不动的葱头 阅读(203) 评论(0) 推荐(0)

RNN lstm书
摘要:http://wenku.baidu.com/link?url=xC9VKCxUquSohEfv28b4fZsjy5zgJV7HbUNvf5SODKQmI_p_q-PxZ6CpWTALDXg3aVpzrESbTkHkvTpsMa6w_9iZqf18HzA4vrxt43o_9ui 阅读全文

posted @ 2016-03-26 11:34 一动不动的葱头 阅读(186) 评论(0) 推荐(0)

Word embedding blog
摘要:http://colah.github.io/posts/2014-07-NLP-RNNs-Representations/ https://www.quora.com/What-is-the-definition-of-word-embedding-word-representation http 阅读全文

posted @ 2016-03-25 17:23 一动不动的葱头 阅读(187) 评论(0) 推荐(0)

rnn lstm 推导
摘要:http://blog.csdn.net/Dark_Scope/article/details/47056361 阅读全文

posted @ 2016-03-24 16:09 一动不动的葱头 阅读(164) 评论(0) 推荐(0)

blas
摘要:https://developer.apple.com/library/mac/documentation/Accelerate/Reference/BLAS_Ref/#//apple_ref/c/func/cblas_sgemm 阅读全文

posted @ 2016-03-23 17:22 一动不动的葱头 阅读(147) 评论(0) 推荐(0)

重定位shell
摘要:http://www.tldp.org/LDP/abs/html/io-redirection.html http://unix.stackexchange.com/questions/20469/difference-between-21-output-log-and-21-tee-output- 阅读全文

posted @ 2016-03-23 17:00 一动不动的葱头 阅读(246) 评论(0) 推荐(0)

git 教程
摘要:http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/0013745374151782eb658c5a5ca454eaa451661275886c6000 阅读全文

posted @ 2016-03-20 14:33 一动不动的葱头 阅读(104) 评论(0) 推荐(0)

video2sentence
摘要:https://github.com/vsubhashini/caffe/tree/recurrent/examples/s2vt 阅读全文

posted @ 2016-03-20 10:26 一动不动的葱头 阅读(220) 评论(0) 推荐(0)

NLP(Natural Language Processing)
摘要:https://github.com/kjw0612/awesome-rnn#natural-language-processing 通常有: (1)Object Recognition (2)Visual Tracking (3)Image Generation (4)Video Analysis 阅读全文

posted @ 2016-03-18 15:29 一动不动的葱头 阅读(432) 评论(0) 推荐(0)

Word embedding
摘要:https://en.wikipedia.org/wiki/Word_embedding 简言之,就是讲词汇或短语映射成实值特征向量。 阅读全文

posted @ 2016-03-18 15:15 一动不动的葱头 阅读(225) 评论(0) 推荐(0)

rnn lstm
摘要:资料收集:https://github.com/kjw0612/awesome-rnn 代码+例子+物理意义:https://iamtrask.github.io/2015/11/15/anyone-can-code-lstm/ lstm详解:http://colah.github.io/posts 阅读全文

posted @ 2016-03-18 09:04 一动不动的葱头 阅读(202) 评论(0) 推荐(0)

lstm clip
摘要:https://github.com/junhyukoh/caffe-lstm/issues/2 阅读全文

posted @ 2016-03-16 16:35 一动不动的葱头 阅读(352) 评论(0) 推荐(0)

gemm c++
摘要:http://www.pittnuts.com/2015/08/gemm-of-caffe/ 阅读全文

posted @ 2016-03-15 22:20 一动不动的葱头 阅读(465) 评论(0) 推荐(0)

lstm的debug模式下编译不行貌似
摘要:待验证,因为也可能是 USE_CUDNN := 1被注释掉的原因 阅读全文

posted @ 2016-03-15 21:00 一动不动的葱头 阅读(189) 评论(0) 推荐(0)

caffe编译关于imread问题的解决
摘要:change Makefile: LIBRARIES += glog gflags protobuf leveldb snappy \ lmdb boost_system hdf5_hl hdf5 m \ opencv_core opencv_highgui opencv_imgproc add : 阅读全文

posted @ 2016-03-15 20:57 一动不动的葱头 阅读(260) 评论(0) 推荐(0)

c++ 走向高级之日积月累
摘要:1.enum:http://en.cppreference.com/w/cpp/language/enum 2.weak_pr:http://en.cppreference.com/w/cpp/memory/weak_ptr shared_pr给释放了,weak_pr给缓冲一下作用 3.thread 阅读全文

posted @ 2016-03-15 17:24 一动不动的葱头 阅读(177) 评论(0) 推荐(0)

c++ 线程
摘要:http://www.cplusplus.com/reference/thread/thread/ 阅读全文

posted @ 2016-03-15 08:59 一动不动的葱头 阅读(135) 评论(0) 推荐(0)

InitGoogleLogging坑爹
摘要:  google::InitGoogleLogging(argv[0]);    //::google::InitGoogleLogging(argv[0]); 加上这句,竟然没有日志 阅读全文

posted @ 2016-03-14 16:37 一动不动的葱头 阅读(1937) 评论(0) 推荐(0)

shared_ptr
摘要:http://blog.csdn.net/sndaxdrs/article/details/6175701 阅读全文

posted @ 2016-03-14 15:21 一动不动的葱头 阅读(118) 评论(0) 推荐(0)

try catch 好不好
摘要:http://www.zhihu.com/question/29459586 阅读全文

posted @ 2016-03-14 14:19 一动不动的葱头 阅读(118) 评论(0) 推荐(0)

c++ assert
摘要:http://blog.csdn.net/sndaxdrs/article/details/6175701 阅读全文

posted @ 2016-03-14 13:39 一动不动的葱头 阅读(105) 评论(0) 推荐(0)

glog功能介绍
摘要:http://mengjh.blog.51cto.com/2860827/546766 阅读全文

posted @ 2016-03-14 11:22 一动不动的葱头 阅读(121) 评论(0) 推荐(0)

sublime操作
摘要:http://luopuya.github.io/2014/03/26/Sublime%20Text%203%20%E5%B8%B8%E7%94%A8%E5%BF%AB%E6%8D%B7%E9%94%AE/ 阅读全文

posted @ 2016-03-11 09:40 一动不动的葱头 阅读(119) 评论(0) 推荐(0)

caffe train c++
摘要:https://github.com/BVLC/caffe/issues/1888 阅读全文

posted @ 2016-03-10 23:37 一动不动的葱头 阅读(193) 评论(0) 推荐(0)

各层参数介绍,尤其数据层
摘要:http://demo.netfoucs.com/danieljianfeng/article/details/42929283 阅读全文

posted @ 2016-03-10 21:22 一动不动的葱头 阅读(190) 评论(0) 推荐(0)

LSTM长短期记忆网络
摘要:Long Short Term Memory networks : http://colah.github.io/posts/2015-08-Understanding-LSTMs/ 阅读全文

posted @ 2016-03-09 20:38 一动不动的葱头 阅读(178) 评论(0) 推荐(0)

caffe c++
摘要:http://www.zhihu.com/question/26493556 阅读全文

posted @ 2016-03-09 09:09 一动不动的葱头 阅读(142) 评论(0) 推荐(0)

python 类属性初始化
摘要:类的一个属性的多种可能初始化: http://stackoverflow.com/questions/2164258/multiple-constructors-in-python 类多个属性的初始化: http://stackoverflow.com/questions/5279855/pytho 阅读全文

posted @ 2016-03-08 11:31 一动不动的葱头 阅读(817) 评论(0) 推荐(0)

layers框架
摘要: 阅读全文

posted @ 2016-03-06 20:39 一动不动的葱头 阅读(201) 评论(0) 推荐(0)

im2col函数
摘要:http://cn.mathworks.com/help/images/ref/im2col.html?requestedDomain=www.mathworks.com 阅读全文

posted @ 2016-03-03 16:39 一动不动的葱头 阅读(212) 评论(0) 推荐(0)

texstudio
摘要:http://math.ecnu.edu.cn/~latex/ 阅读全文

posted @ 2016-03-01 17:38 一动不动的葱头 阅读(134) 评论(0) 推荐(0)

matlalb 的后台运行方式
摘要:http://blog.sina.com.cn/s/blog_3eac55fd0101g729.html 阅读全文

posted @ 2016-03-01 10:40 一动不动的葱头 阅读(157) 评论(0) 推荐(0)

导航