Understanding Word2Vec Through Visuals
Reference Article: https://www.jianshu.com/p/471d9bfbd72f Before understanding word2vec, we first need to grasp what One-Hot encoding is, as this simple encoding method is quite useful for handling enumerable features. Encoding One-Hot encoding, also known as single valid encoding, uses an N-bit state register to encode N states, where each state has its own independent register bit, and … Read more