The Deep Learning Playbook

Jie Feng
Machine Intelligence Report
2 min readAug 1, 2015

Machine learning is the art and science of making predictions based on previous observations. Deep learning without doubt is THE hottest subfield of machine learning and it is ubiquitous in various state-of-the-art methods for problems like speech recognition (audio), object recognition (vision), natural language processing (communication). People are studying this technique and try to reveal its potential in all kinds of applications from finance to medicine. I believe you can only understand a learning algorithm and know how to use it by hand coding the program and running it on real data. I also believe an easy-to-follow learning path is necessary to keep you motivated and continue. To help those who are interested to know and use deep learning in their problems, I curated a minimal list of resources based on my own learning experience to get your hands dirty on deep learning quickly without being distracted by the flood of materials online. I wouldn’t be surprised if you find some other lists (such as this) that contain much more resources than this one, but again, my goal is to help you get started in a more focused way.

It’s recommended that you follow the materials in order: 1) gain basic understanding of deep learning (model structure, objective, optimization); 2) pick up a tool/framework and familiarize yourself; 3) dive into real problems by exploring and playing with open source projects.

Theory

Libraries

Projects / Demos

--

--