xashru / deep-learning-distilled

Notes on some important deep learning topics and paper summaries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deep-learning-distilled

Notes on some important deep learning topics and paper summaries.
Feel free to contribute.
Documents have corresponding latex file you can edit.

Notes added so far

Paper Summary

  1. How transferable are features in deep neural networks?
  2. Learning and transferring mid-Level image representations using convolutional neural networks
  3. Distilling the Knowledge in a Neural Network
  4. Sequence to Sequence Learning with Neural Networks
  5. Distributed Representations of Sentences and Documents
  6. VGG
  7. ResNet
  8. Deep Sparse Rectifier Neural Networks
  9. Network in Network
  10. GoogLeNet
  11. MobileNets
  12. AlexNet
  13. Inception-V2
  14. Inception-V4
  15. Dropout
  16. Efficient Estimation of Word Representations in Vector Space
  17. A Convolutional Neural Network for Modelling Sentences
  18. Effective Approaches to Attention-based Neural Machine Translation
  19. Neural Machine Translation by Jointly Learning to Align and Translate
  20. Large-scale Video Classification with Convolutional Neural Networks
  21. Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation
  22. Curriculum Learning
  23. Maxout Networks
  24. Visualizing and Understanding Convolutional Networks
  25. R-CNN
  26. Fast R-CNN
  27. Faster R-CNN
  28. SSD: Single Shot MultiBox Detector

Notes to add

  • Regularization
  • Different types of Losses
  • Activation functions: swish

About

Notes on some important deep learning topics and paper summaries

License:MIT License


Languages

Language:Jupyter Notebook 58.0%Language:TeX 42.0%