One Hot Vector

One hot vector is used to encode words into a vector of 0 and 1. The dimension for each word vector is the vocabulary size. For each word, one column is set to 1 and others are set to 0.


References


Related Notes