Skip to content

peitsche/NLP-wine-recommendation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

NLP-wine-recommendation

Pedagogical introduction to NLP.

Approach

In this notebook we apply the following concepts and methods:

  • Data preprocessing:
    • Removal of duplicates.
    • Binning of target variable.
    • Pandas profiling.
  • Natural Language Processing (NLP):
    • Bag of words.
    • TF-IDF.
    • Word embeddings.
    • (Bi-directional) RNNs, including Attention mechanism.
  • Model stacking.
  • Bayesian hyperparameter optimization.

Note

If you have problems viewing the .ipynb notebook, go to: https://nbviewer.jupyter.org/github/peitsche/NLP-wine-recommendation/blob/master/NLP_wine-reviews.ipynb

About

Pedagogical introduction to NLP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published