Cyan's Blog

Search

Search IconIcon to open search

D2L-13-Softmax_Regression

Last updated Feb 11, 2022 Edit Source

# Softmax 回归

2022-02-11

Tags: #SoftmaxRegression #MachineLearning #Classification #MulticlassClassification

Softmax函数

# Softmax回归

# 交叉熵作为损失函数

D2L-14-Cross Entropy as Loss

# Softmax and Argmax

解释:

# Softmax名称的由来

Softmax的名字是怎么来的? - 2WaveTech的文章 - 知乎 https://zhuanlan.zhihu.com/p/58859958

Softmax是"Hardmax"函数的Soft版本:

# 与Logistic(Sigmoid)回归的联系

Relation_between_Softmax_and_Logistic_Regression

# 数值稳定性上面的一些细节

softmax和cross-entropy是什么关系? - 董鑫的回答 - 知乎 https://www.zhihu.com/question/294679135/answer/885285177


  1. 和Logistic回归一样, 虽然它名字叫回归, 实际上解决的却是分类问题. 为什么呢? 搜索了一会儿没有得到结果😥 ↩︎