thedatanerdz / MLP-89

NLP concepts and algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLP-89

NLP concepts and algorithms

  • Regex
  • NLP pipeline
  • Tokenization
  • Stemming & Lemmentation
  • Parts of Speech POS tagging
  • Name Enitity Recognition (NER)
  • Text representation
    • Label
    • One-hot encoding
    • Bag of Words (BOW)
    • Bag of ngrams
    • TF-IDF
    • Word-embeddings
  • Stop words
  • Word vectors - WORD2Vec (text classfication) - Genshim (text classfication) - fastText (text classfication)
  • fastText
  • chatbots

About

NLP concepts and algorithms

License:Apache License 2.0


Languages

Language:Jupyter Notebook 100.0%