看到Max Welling教授主页上有不少学习notes,收藏一下吧,其最近出版了一本书呢还,还没看过。

http://www.ics.uci.edu/~welling/classnotes/classnotes.html

Statistical Estimation [ps]
- bayesian estimation
- maximum a posteriori (MAP) estimation
- maximum likelihood (ML) estimation
- Bias/Variance tradeoff & minimum description length (MDL)

Expectation Maximization (EM) Algorithm [ps]
-
 detailed derivation plus some examples

Supervised Learning (Function Approximation) [ps]
- mixture of experts (MoE)
- cluster weighted modeling (CWM)

Clustering [ps]
- mixture of gaussians (MoG)
- vector quantization (VQ) with k-means.

Linear Models [ps]
- factor analysis (FA)
- probabilistic principal component analysis (PPCA)
- principal component analysis (PCA)

Independent Component Analysis (ICA) [ps]
- noiseless ICA
- noisy ICA
- variational ICA

Mixture of Factor Analysers (MoFA) [ps]
- derivation of learning algorithm

Hidden Markov Models (HMM) [ps]
- viterbi decoding algorithm
- Baum-Welch learning algorithm

Kalman Filters (KF) [ps]
- kalman filter algorithm (very detailed derivation)
- kalman smoother algorithm (very detailed derivation)

Approximate Inference Algorithms [ps]
- variational EM
- laplace approximation
- importance sampling
- rejection sampling
- markov chain monte carlo (MCMC) sampling
- gibbs sampling
- hybrid monte carlo sampling (HMC)

Belief Propagation (BP) [ps]
- Introduction to BP and GBP: powerpoint presentation [ppt]
- converting directed acyclic graphical models (DAG) into junction trees (JT)
- Shafer-Shenoy belief propagation on junction trees
- some examples

Boltzmann Machine (BM) [ps]
- derivation of learning algorithm

Generative Topographic Mapping (GTM) [ps]
- derivation of learning algorithm

Introduction to Kernel Methods: powerpoint presentation [ppt]

Kernel Principal Components Analysis [pdf]

Kernel Canonical Correlation Analysis [pdf]

Kernel Support Vector Machines [pdf]

Kernel Ridge-Regression [pdf]

Kernel Support Vector Regression [pdf]

Convex Optimization [pdf]
A brief introduction based on Stephan Boyd’s book, chapter 5.

Fisher Linear Discriminant Analysis [pdf]

最新文章

  1. SQL Server2014 哈希索引原理
  2. NSRunLoop && NSTimer
  3. IT168关于敏捷开发采访
  4. java Study 基础 1
  5. LeetCode中有技巧的题需要面试前记得的
  6. SharePoint对象模型性能考量
  7. MFC应用程序创建窗口的过程 good
  8. android 利用反射机制获取drawable中所有的图片资源
  9. 用JSmooth制作java jar文件的可运行exe文件教程【图文】
  10. Redis学习-Sentinel
  11. 剑指offer第四天
  12. Web前端 web的学习之路2
  13. css---遮罩层
  14. Java笔记Spring(九)
  15. Vue.$nextTick
  16. Codeforces 1083E The Fair Nut and Rectangles
  17. API网关-Ocelot概述
  18. linux 两个查找工具 locate,find
  19. Flask蓝图
  20. 【JS】Js对json的转换

热门文章

  1. input元素的blur事件与定位在其上面的元素的点击(click)事件冲突的解决方法
  2. auto uninstaller 简体中文版 更新下载地址
  3. 性能测试工具LoadRunner12-LR之Virtual User Generator 脚本编写验证步骤以及LR常见错误处理方法
  4. 性能测试工具LoadRunner10-LR之Virtual User Generator 错误处理函数
  5. Day3监督学习——决策树原理
  6. 定义与声明、头文件与extern总结(转)
  7. pat1041. Be Unique (20)
  8. dreamweaver,access2010,数学
  9. [转]Linq语法一
  10. 前台异步传过来的URL中获取token/获取string链接中的token