The Deviation of Cross Entropy with Softmax
2021-06-28
Softmax function is used to regularize all number of a vector to [0, 1]. It is usual appeared in classification problems. By softmax, a vector with huge number can be projected to a small number range — from 0 to 1. That is useful to avoid gradient explosion & vanishing.
662 字
|
3 分钟
基于 Word2Vec 的红楼梦人物关系分析
2021-05-18
word2vec是Google公司在2013年提出的一种词嵌入算法。使用word2vec算法对词汇进行向量化后,原来的近义词在向量空间中是邻近的,因此word2vec可以很好的保留原来词汇之间的相似性。
1450 字
|
7 分钟