scratchpad
nlp
Dec 23, 2018     1 minutes read

This is not a proper blog post yet.

nlp (TODO)

NLP (natural language processing)

Tutorials:

Tutorial describing basic tools and techniques used in NLP:

Or this is actually beginnig of a playlist.

Example NLP usage in Python

link to the article

Text Mining

Text mining in R - basic concepts in text mining, introduction to tidytext package and LDA

LDA

long tutorial from medium

a comprehensive book - The Little Book of LDA

use cases:

LDA from scratch in R

other subjects

word2vec, FastText, Flair, BERT

LSTM, CNN, HAN

NER, PoS (LSTM-CRF, Bi-LSTM)

R-CNN

word2vec

Stanford’s lectures