首页 > 代码库 > 深度学习
深度学习
机器学习视频 吴恩达
http://open.163.com/special/opencourse/machinelearning.html
神经网络深度学习在线教程 共六章
http://neuralnetworksanddeeplearning.com
《神经网络设计》 国外经典教程 第十一章 反向传播
CNN:《Notes On Convolutional Neutral Networks》 Jake Bouvrie
http://cogprints.org/5869/1/cnn_tutorial.pdf
RNNs: A tutorial on training recurrent neural networks, covering BPPT, RTRL, EKF and the "echo state network" approach
http://minds.jacobs-university.de/sites/default/files/uploads/papers/ESNTutorialRev.pdf
LSTM: Understanding LSTM Networks
http://colah.github.io/posts/2015-08-Understanding-LSTMs/
Attension and Augmented Recurrent Neural Networks
http://distill.pub/2016/augmented-rnns/
Neural Turning Machines
https://arxiv.org/pdf/1410.5401v2.pdf
tensorflow 安装及使用
http://www.cnblogs.com/peaceWang/p/5970495.html/article/details/37998797
tensorflow学习笔记(六):LSTM 与 GRU
http://blog.csdn.net/u012436149/article/details/52887091
word2vec 中的数学原理详解(五)基于 Negative Sampling 的模型
http://blog.csdn.net/itplus/
深度学习