MOOCs
Stanford的CS231n: Convolutional Neural Networks for Visual Recognition
Stanford的 CS224d: Deep Learning for Natural Language Processing
BOOKs
《Neural Networks and Deep Learning》:一本免费的在线书,备受推崇,由浅入深,利用MNIST语料,从算法的原理角度一步步从神经网络到深度学习讲述。
深度学习三大牛写的《deep learning》:全面的深度学习参考书。
Documents
UFLDL教程:神经网络与深度学习的Stanford的入门教程。
theano文档:讲的非常细致全面。
Libs
Theano:深度学习的Python库
TensorFlow:Google开源的深度学习库
keras:深度学习框架,集成了Theano 和TensorFlow
gluon: Apache MXNet (incubating) 的最新 gluon 接口