Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on LSTM

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

http://colah.github.io/posts/2015-08-Understanding-LSTMs/

POS Tagging in NLP

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://nlpoverview.com/#a-pos-tagging

Andor et al. (2016) showed a transition-based approach that produces competitive result with a simple feed-forward neural network.

Tips on Recommendation Systems

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

User-based Filtering (Memory-based Filtering)

Item-based Filtering (Content-based Filtering)

Non-negative Matrix Factorization

Neural Matrix Factorization

Variational Autoencoder

Hybrid

New methods like VAE, AE, or Deep Collaborative outperform classical methods like NMF on …