Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 281 Bytes

File metadata and controls

8 lines (5 loc) · 281 Bytes

Embeddings

HTML Embeddings

  • embeddings provide information on the probability of a certain number of words to occur together
  • problem - they do not necessarily consider sequence, unless n-grams are considered.
  • workaround: use LSTMs, if order plays an important role.