【机器学习】9 Generalized linear models and the exponential family

本章目录

9 Generalized linear models and the exponential family 281

9.1 Introduction 281

9.2 The exponential family 281

9.2.1 Definition 282

9.2.2 Examples 282

9.2.3 Log partition function 284

9.2.4 MLE for the exponential family 286

9.2.5 Bayes for the exponential family * 287

9.2.6 Maximum entropy derivation of the exponential family * 289

9.3 Generalized linear models (GLMs) 290

9.3.1 Basics 290

9.3.2 ML and MAP estimation 292

9.3.3 Bayesian inference 293

9.4 Probit regression 293

9.4.1 ML/MAP estimation using gradient-based optimization 294

9.4.2 Latent variable interpretation 294

9.4.3 Ordinal probit regression * 295

9.4.4 Multinomial probit models * 295

9.5 Multi-task learning 296

9.5.1 Hierarchical Bayes for multi-task learning 296

9.5.2 Application to personalized email spam filtering 296

9.5.3 Application to domain adaptation 297

9.5.4 Other kinds of prior 297

9.6 Generalized linear mixed models * 298

9.6.1 Example: semi-parametric GLMMs for medical data 298

9.6.2 Computational issues 300

9.7 Learning to rank * 300

9.7.1 The pointwise approach 301

9.7.2 The pairwise approach 301

9.7.3 The listwise approach 302

9.7.4 Loss functions for ranking 303

github下载链接https://github.com/916718212/Machine-Learning-A-Probabilistic-Perspective-.git

相关推荐
2501_938791221 分钟前
逻辑回归正则化解释性实验报告:L2 正则对模型系数收缩的可视化分析
算法·机器学习·逻辑回归
2501_938790072 分钟前
逻辑回归正则化参数选择实验报告:贝叶斯优化与网格搜索的效率对比
算法·机器学习·逻辑回归
2501_938780285 分钟前
逻辑回归特征重要性排序实验报告:不同特征选择方法的排序一致性验证
算法·机器学习·逻辑回归
TOWE technology27 分钟前
同为科技定制PDU赋能智联未来
人工智能·科技·物联网·数据中心·idc·智能pdu·定制pdu
小叮当⇔28 分钟前
安信可(Ai-Thinker)WiFi系列模块全解析:选型指南与应用洞察
人工智能·物联网·wifi·乐鑫
极客BIM工作室29 分钟前
变分自编码器(VAE):用概率解锁生成式AI的“基因密码”
人工智能
rengang6640 分钟前
106-Spring AI Alibaba RAG ETL Pipeline 完整案例
人工智能·spring·etl·rag·spring ai·ai应用编程
一碗绿豆汤1 小时前
机器学习第一阶段
人工智能·笔记·机器学习
与开发同行1 小时前
大语言模型是如何听懂并会说人话的
人工智能
倔强青铜三1 小时前
苦练Python第71天:一行代码就搭出服务器?别眨眼,http.server真有这么爽!
人工智能·python·面试