机器学习数学原理专题——广义线性模型数学公式总览
广义线性模型章节内容总览
·
目录
一、文章链接
1.回归模型
回归损失函数推导:https://blog.csdn.net/qq_58718853/article/details/137536043
回归损失函数求导:https://blog.csdn.net/qq_58718853/article/details/137535658
2.分类模型
分类链接函数推导:https://blog.csdn.net/qq_58718853/article/details/136280920
分类损失函数推导:https://blog.csdn.net/qq_58718853/article/details/137547067
二、广义线性模型数学公式归纳表格
回归 |
二分类 |
多分类 | |
---|---|---|---|
模型 |
|
|
|
链接函数 |
|
|
|
分布 |
高斯 —> 均匀 |
伯努利—>二分类 | 多项式—>多分类 |
似然函数 |
其中, |
其中, |
其中, |
损失函数 |
|
||
损失函数求导 |
|
其中, |
其中, |
更多推荐
所有评论(0)