Understanding Word2Vec Through Visuals

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

Analysis of PCA and Its Application in Image Recognition

Analysis of PCA and Its Application in Image Recognition

Principal Component Analysis (PCA) is a “frequent visitor” in the field of data analysis, much like Zhuge Liang from the Three Kingdoms period, who always skillfully arranges troops on the “battlefield” of data, simplifying complexity. Its core idea is to project the original data onto a new coordinate system through linear transformation, maximizing the variance … Read more