Sequence Models  |   Attention Model   |   Word Embeddings   |   More about Data Science

1. What are word representations?

2. Summary of word embeddings

  Word Embeddings
Transfer Learning yes
Training Set small
Entity recognition, text summarization, co-reference resolution, parsing Good
Language modeling and machine translation Bad
Visulization t-SNE

3. How does word embedding algorithms work?

4. How to create an embedding layer and build a Kears LSTM model for sentiment classification?


Reference