Learn Before
Concept

Featured representation: Word Embedding

Instead of one-hot encoding vector, we use featured representation to capture relationship between words.

In simple words, what are extracted features for each word? For example, in the following matrix "Man" and "Woman" have high score for "Gender" feature and low score for "Food" feature. As a result, the computer can capture their relation.

Image 0

0

1

Updated 2021-03-01

References


Tags

Data Science