Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

hardmax是最大值,

对于一个集合z1,z2,…zC,我们想求最大值

hardmax是最大值,

softmax要soft一些,不是仅保留最大值,而是给所有都赋一个概率,这个概率分布满足值越大对应的概率越大

softmax函数如下:

image-20240219205029864

评论