Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 2.93 KB

NLP.md

File metadata and controls

41 lines (28 loc) · 2.93 KB

NLP

Basics

Attention and its Advances

  • Attention and Transformer Link Link2 Link3
  • Bert vs Transformer Link
  • GPT vs Transformer Link
  • Genralized Language Models: CoVe, ELMO, GPT and BERT Link Link2

Named Entity Recognition

  • Part of speech tagging Link
  • Hidden Markov Model Link
  • Veterbi algorithm Link

Topic Modeling

  • LDA Topic Modelling Link Link-Code
    • Cornell Topic Model Link
  • LSH + (Any embedding Method such as Bert, word2vec, tf-idf + K-means

Regex Link Link2

Glove vs Word2vec Link

Attention Link Link2

More Bert More ELMO