Table of Contents generated with DocToc
- Basic algorithm/Framework
- Applications
- Machine learning implementation in large scale system
- Reference Materails
-
Convolutional Neural Networks for Sentence Classification. Paper and blog post
-
Bidirectional LSTM and one level attentional RNN. blog
Industrial machine Learning Application design
Machine learning implementation in large scale system
- Deep Learning: An MIT Press Book
- By Ian Goodfellow and Yoshua Bengio and Aaron Courville
-
Stanford: CS231n: Convolutional Neural Networks for Visual Recognition
-
Stanford: CS224n: Natural Language Processing with Deep Learning
-
Deep Learning course: lecture slides and lab notebooks
-
Lab 1: Neural Networks and Backpropagation:
- Intro to MLP with Keras, Numpy and TensorFlow
-
Lab 2: Embeddings and Recommender Systems.
- Neural Recommender Systems with Explicit Feedback. Neural Recommender Systems with
- Implicit Feedback and the Triplet Loss
-
Lab 3: Convolutional Neural Networks for Image Classification
-
Convolution and ConvNets with TensorFlow
- Pretrained ConvNets with Keras
- Fine Tuning a pretrained ConvNet with Keras (GPU required)
-
Lab 4: Deep Learning for Object Dection and Image Segmentation
- Fully Convolutional Neural Networks
- ConvNets for Classification and Localization
-
Lab 5: Text Classification, Word Embeddings and Language Models
-
Text Classification and Word Vectors
- Character Level Language Model (GPU required)
-
Lab 6: Sequence to Sequence for Machine Translation
-
-
A Brief History of CNNs in Image Segmentation: From R-CNN to Mask R-CNN
-
Understanding LSTM Networks and LSTM by Example using Tensorflow
- Prophet: forecasting at scale by Facebook
Facebook is open sourcing Prophet, a forecasting tool available
some interesting project based on it