Machine learning in NLP
latest
  • Data cleaning
  • Text vectorization
  • Feature engineering
  • Embeddings
  • Machine learning models - Tree-based
  • Machine learning models - Neural networks
  • Machine learning models - Recurrent Neural Networks
  • Machine learning models - BERT
  • Metrics
Machine learning in NLP
  • Docs »
  • Machine learning in NLP
  • Edit on GitHub

Machine learning in NLPΒΆ

This document contains the practical use cases in my daily NLP projects.

  • Data cleaning
    • Clean text with regex
    • Clean text with NLTK
    • Text cleaning pipeline
    • Text cleaning module
  • Text vectorization
    • Bag of words
    • N-gram vectorizer
    • Tfidf vectorizer
    • Customized vectorizer
  • Feature engineering
    • Dimension reduction
    • Feature extraction
  • Embeddings
    • Word embedding
    • Document embedding
  • Machine learning models - Tree-based
    • Model selection
    • Model evaluation
  • Machine learning models - Neural networks
  • Machine learning models - Recurrent Neural Networks
  • Machine learning models - BERT
    • Background
    • Codes
  • Metrics
    • Classification
    • Regression
    • Learn to Rank (Recommender systems)
Next

© Copyright 2020, Ruihao Qiu Revision c96ff593.

Built with Sphinx using a theme provided by Read the Docs.