Blue color gradient
What we see in 2 dimensions might not be true in 300 dimensions. Blue color gradient is used to bypass this problem. The color is defined by this function:
What we see in 2 dimensions might not be true in 300 dimensions.
Blue color gradient is used to bypass this problem. The color is defined by this function:
color_i = delta_i =
|cosine_similarity(selected word in 300 dimensions, word_i in 300 dimensions) - cosine_similarity(selected word in 2 dimensions, word_i in 2 dimensions)|
This means that if the dot color is dark, it’s delta value is small, which means that what the user is seeing in 2 dimensions is also happening in 300 dimensions. If the dot color is lighter, it’s delta value is large, which means that what the user is seeing in 2 dimensions is only true in 2 dimensions, thanks to the dimensionality reduction, so the user should be warned not to jump to conclusion too fast with that specific data point.