Skip to content

Latest commit

 

History

History
84 lines (66 loc) · 6.35 KB

deephack_NLP.md

File metadata and controls

84 lines (66 loc) · 6.35 KB

Natural Language Processing by DeepHackLab

dhl

Курс был построен на лекциях by Richard Socher

  1. Intro to NLP and Deep Learning [lecture]

  2. Word Vectors [lecture]

  3. More Word Vectors [lecture]

  4. Neural Networks and backpropagation — for named entity recognition [lecture]

  5. Project Advice, Neural Networks and Back-Prop (in full gory detail) [lecture]

  6. Practical tips: gradient checks, overfitting, regularization, activation functions, details [lecture]

  7. Recurrent neural networks — for language modeling and other tasks [lecture]

  8. GRUs and LSTMs — for machine translation [lecture]

  9. Convolutional neural networks – for sentence classification [lecture *Note: RNN here stands for Recursive NN not for Recurrent NN]

  10. Applications of DL in NLP [lecture *Note: RNN here stands for Recursive NN not for Recurrent NN]