本片内容转自,作为Memo : http://rt.dgyblog.com/ref/ref-learning-deep-learning.html 

[NOTICE] I'm in the middle of adding NLP and Speech Recognition key references.

There are lots of awesome reading lists or posts that summarized materials related to Deep Learning. So why would I commit another one? Well, the primary objective is to develop a complete reading list that allows readers to build a solid academic and practical background of Deep Learning. And this list is developed while I'm preparing my Deep Learning workshop. My research is related to Deep Neural Networks (DNNs) in general. Hence, this posts tends to summary contributions in DNNs instead of generative models.

For Novice

If you have no idea about Machine Learning and Scientific Computing, I suggest you learn the following materials while you are reading Machine Learning or Deep Learning books. You don't have to master these materials, but basic understanding is important. It's hard to open a meaningful conversation if the person has no idea about matrix or single variable calculus.

Theory of Computation, Learning Theory, Neuroscience, etc

Fundamentals of Deep Learning

Tutorials, Practical Guides, and Useful Software

Literature in Deep Learning and Feature Learning

Deep Learning is a fast-moving community. Therefore the line between "Recent Advances" and "Literature that matter" is kind of blur. Here I collected articles that are either introducing fundamental algorithms, techniques or highly cited by the community.

Recent Must-Read Advances in Deep Learning

Most of papers here are produced in 2014 and after. Survey papers or review papers are not included.

Podcast, Talks, etc.

Practical Deep Neural Networks - GPU computing perspective

The following entries are materials I use in the workshop.

Slides

Practical tutorials

  • Python Warm-up, pre-processing
  • [Multi Layer Perceptron Network]
  • [Support Vector Machine, Softmax Regression]
  • [Auto-encoder]
  • [Convolutional Neural Networks]
  • [Recurrent Neural Networks]

Codes

  • Telauges
    • A new deep learning libraries for education
    • Right now implements MLP Hidden Layer, Softmax Layer, Auto-encoder, ConvNet Layer
    • In the middle of transforming coding style, I suggest you explore it, but do not use it seriously.
posted on 2015-04-29 13:34  StandFast  阅读(460)  评论(0编辑  收藏  举报