人脸关键点定位;视频行为识别;caffe multi-gpu with openmpi...
分类:
其他好文 时间:
2015-07-14 15:35:16
阅读次数:
186
mpi for multi-gpu solution; End-to-end Convolutional Network for Saliency Prediction...
分类:
其他好文 时间:
2015-07-14 11:32:25
阅读次数:
94
http://www.cs.toronto.edu/~rsalakhu/Deep Learning (Python, C/C++, Java, Scala, Go)https://github.com/yusugomori/DeepLearning会敲键盘的猩猩http://www.cnblogs....
分类:
其他好文 时间:
2015-07-11 21:27:37
阅读次数:
160
DEEP LEARNING IS THE FUTURE: Q&A WITH NAVEEN RAO OF NERVANA SYSTEMSCME Group was one of several companies taking part in a $20.5 million funding round...
分类:
其他好文 时间:
2015-07-10 20:36:06
阅读次数:
216
1. visualizing higher-layer features of a deep network
本文提出了两种可视化方法。
1. 最大化activation
当训练完一个深层神经网络之后, 固定所有参数。 然后对于某一个神经元的activation进行梯度上升优化来寻找能使它的值最大化的input。 不断的用gradient ascent来更新一个初始化为random...
分类:
其他好文 时间:
2015-07-09 22:43:05
阅读次数:
219
Natural Neural Networks
Google DeepMind又一神作
Projected Natural Gradient Descent algorithm (PRONG) better than SGD as evidenced by the boost in performance offered by batch normalization (BN)
Dee...
分类:
其他好文 时间:
2015-07-08 14:43:35
阅读次数:
136
A note on matrix implementations将J对softmax的权重W和每个word vector进行求导:尽量使用矩阵运算(向量化),不要使用for loop。模型训练中有两个开销比较大的运算:矩阵乘法f=Wx和指数函数expSoftmax(=logistic regression) is not very powerfulsoftmax只是在原来的向量空间中给出了一些lin...
分类:
其他好文 时间:
2015-07-04 22:20:10
阅读次数:
283
Awesome Deep VisionA curated list of deep learning resources for computer vision, inspired byawesome-phpandawesome-computer-vision.Maintainers -Jiwon ...
分类:
其他好文 时间:
2015-07-03 21:53:37
阅读次数:
1261
stanford推荐阅读目录stanford deep learning 网站上推荐的阅读目录:UFLDL Recommended ReadingsIf you're learning about UFLDL (Unsupervised Feature Learning and Deep Learn...
分类:
其他好文 时间:
2015-07-03 19:04:25
阅读次数:
178
转载http://hi.baidu.com/chb_seaok/item/6307c0d0363170e73cc2cb65个人阅读的Deep Learning方向的paper整理,分了几部分吧,但有些部分是有交叉或者内容重叠,也不必纠结于这属于DNN还是CNN之类,个人只是大致分了个类。目前只整理了...
分类:
其他好文 时间:
2015-07-01 22:02:46
阅读次数:
181