【机器学习】 12 Latent linear models

本章目录

12 Latent linear models 381

12.1 Factor analysis 381

12.1.1 FA is a low rank parameterization of an MVN 381

12.1.2 Inference of the latent factors 382

12.1.3 Unidentifiability 383

12.1.4 Mixtures of factor analysers 385

12.1.5 EM for factor analysis models 386

12.1.6 Fitting FA models with missing data 387

12.2 Principal components analysis (PCA) 387

12.2.1 Classical PCA: statement of the theorem 387

12.2.2 Proof * 389

12.2.3 Singular value decomposition (SVD) 392

12.2.4 Probabilistic PCA 395

12.2.5 EM algorithm for PCA 396

12.3 Choosing the number of latent dimensions 398

12.3.1 Model selection for FA/PPCA 398

12.3.2 Model selection for PCA 399

12.4 PCA for categorical data 402

12.5 PCA for paired and multi-view data 404

12.5.1 Supervised PCA (latent factor regression) 405

12.5.2 Partial least squares 406

12.5.3 Canonical correlation analysis 407

12.6 Independent Component Analysis (ICA) 407

12.6.1 Maximum likelihood estimation 410

12.6.2 The FastICA algorithm 411

12.6.3 Using EM 414

12.6.4 Other estimation principles * 415

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

相关推荐
老兵发新帖9 分钟前
Hermes:比openclaw更好用的智能体?
人工智能
俊哥V16 分钟前
每日 AI 研究简报 · 2026-04-09
人工智能·ai
MicrosoftReactor17 分钟前
技术速递|使用 Copilot SDK 构建 AI 驱动的 GitHub Issue 分类系统
人工智能·github·copilot
AI成长日志19 分钟前
【GitHub开源项目专栏】AI推理优化框架深度解析(上):vLLM架构设计与核心实现
人工智能·开源·github
数智前线20 分钟前
三次“进窄门”,MiniMax走向AGI深处
人工智能
AI视觉网奇21 分钟前
几何数据集 多模态
人工智能·深度学习
Figo_Cheung22 分钟前
Figo义商本体约束推理引擎 (CRE):基于已部署CRE本地模型的技术实践研究——迈向AGI时代的AI伦理安全框架
人工智能·安全
guslegend26 分钟前
第5节:动态切片策略与重叠机制提升RAG召回率
人工智能·大模型·rag
V搜xhliang024626 分钟前
AI大模型在临床决策与手术机器人领域的应用
大数据·人工智能·机器人
Captain_Data30 分钟前
Python机器学习sklearn线性模型完整指南:LinearRegression/Ridge/Lasso详细代码注释
python·机器学习·数据分析·线性回归·sklearn