Deep Learning(深度学习)学习笔记整理系列 http://blog.csdn.net/zouxy09/article/details/8775518 ...
分类:
其他好文 时间:
2017-01-12 12:55:57
阅读次数:
130
Deep Learning Tutorial 由 Montreal大学的LISA实验室所作,基于Theano的深度学习材料.Theano是一个python库,使得写深度模型更容易些,也可以在GPU上训练深度模型。所以首先得了解python和numpy。其次,阅读Theano basic tutori ...
分类:
其他好文 时间:
2017-01-09 18:24:39
阅读次数:
250
Relationship: Machine Learning > Deep Learning >Deep Reinforcement Learning [Learning Road Map] Reinforcement Learning Papers: Deep Learning Papers Re ...
分类:
其他好文 时间:
2017-01-08 18:00:23
阅读次数:
247
转自:http://www.jeremydjacksonphd.com/category/deep-learning/ Deep Learning Resources 转自:http://www.jeremydjacksonphd.com/category/deep-learning/ Deep L ...
分类:
其他好文 时间:
2017-01-04 10:51:46
阅读次数:
311
Theano下用CNN(卷积神经网络)做车牌中文字符OCR 原文地址:http://m.blog.csdn.net/article/details?id=50989742 之前时间一直在看 Michael Nielsen 先生的 Deep Learning 教程。 用了他的代码在theano下测试了 ...
分类:
其他好文 时间:
2017-01-03 19:02:22
阅读次数:
448
solver算是caffe的核心的核心,它协调着整个模型的运作。caffe程序运行必带的一个参数就是solver配置文件。运行代码一般为 #caffe train --solver=*_solver.prototxt 在Deep Learning中,往往loss function是非凸的,没有解析解 ...
分类:
其他好文 时间:
2016-12-31 15:30:33
阅读次数:
418
本文总结自《Neural Networks and Deep Learning》第3章的内容。 目录 交叉熵代价函数(The cross-entropy cost function) 柔性最大值(softmax) 过度拟合(Overfitting) 规范化(regularization) 权重初始化 ...
分类:
其他好文 时间:
2016-12-19 00:14:41
阅读次数:
329
https://www.zhihu.com/question/41176911/answer/90066752 这里面有关于Deep Learning和蒙特卡洛树的一些内容 https://www.zhihu.com/question/22298352/answer/34267457 这里面有关于卷 ...
分类:
其他好文 时间:
2016-12-18 15:14:14
阅读次数:
150
http://blog.csdn.net/jaccen2012/article/details/50301707 机器学习(Machine Learning)&深度学习(Deep Learning)资料(Chapter 1)http://jacoxu.com/?p=1139 计算机IT求职学习Lis ...
分类:
其他好文 时间:
2016-12-16 09:39:55
阅读次数:
227
译自:The Major Advancements in Deep Learning in 2016 建议阅读时间:10分钟 https://tryolabs.com/blog/2016/12/06/majoradvancementsdeeplearning2016/ 在过去的十多年来,深度学习一直 ...
分类:
其他好文 时间:
2016-12-14 09:42:32
阅读次数:
276