Natural Language Processing

Word Embedding Lookup

How does an embedding layer solve the curse of dimensionality problem?

Naoki
6 min readOct 11, 2021

--

This article reviews A Neural Probabilistic Language Model (2003) by Yoshua Bengio et al. In the paper, the authors proposed to train a neural language model end-to-end, including a learnable word embedding layer.

--

--