type
status
date
slug
summary
tags
category
icon
password
这是对 FML 附录部分涉及到的一些数学背景做一些总结
Entropy
Amount of Information

Shannon Entropy


Cross Entropy
机器学习中的实际应用:
其中:
- 是样本数量。
- 是类别数量。
- 是样本 的真实分布, 若样本 属于第 类,则 , 否则为 0.
- 是模型对样本 属于类别 的预测概率
在分类问题中真实分布 是隐式的, 即是确定的, 非 1 即 0。
- Logistic regression 的损失函数
这个损失函数是通过MLE推导出来的

- 神经网络中的 Cross Entropy Loss
Divergence
KL Divergence
Kullback-Leibler Divergence (Relative Entropy)

Slides
📎 参考资料
- Author:FlowerMouse
- URL:https://tangly1024.com/article/entropy
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!