Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 210 Bytes

avdhoot_NLP.md

File metadata and controls

11 lines (9 loc) · 210 Bytes

Natural language Processing topics

  • Tokenization
  • Sequencing
  • Turning sentences into data to train NN models
  • Sentiment classification.
  • Word embeddings
  • RNN
  • LSTM, GRU
  • Bidirectional RNN (Theory)