Cheatsheet unsupervised learning (Khái niệm trong học không giám sát) - Afshine Amidi and Shervine Amidi
Cheat sheet tóm tắt các khái niệm chính trong học không giám sát, bao gồm phân cụm k-means, phân cụm phân cấp, EM, đánh giá mô hình, PCA và ICA.
正在生成预览...
https://stanford.edu/~shervine CS 229 – Machine Learning VIP Cheatsheet: Unsupervised Learning Afshine Amidi and Shervine Amidi August 12, 2018 Introduction to Unsupervised Learning k-means clustering r Motivation – The goal of unsupervised learning is to find hidden patterns in unlabeled data {x(1) ,...,x(m) }. We note c(i) the cluster of data point i and µj the center of cluster j. r Algorithm – After randomly initializing the cluster centroids µ1 ,µ2 ,...,µk ∈ Rn , the k-means algorithm repeats the following step until convergence: r Jensen’s inequality – Let f be a convex function and X a random variable. We have the following inequality: m X E[f (X)] ⩾ f (E[X]) c(i) = arg min||x(i) − µj ||2 and µj = j 1{c(i) =j} x(i) i=1 m X Expectation-Maximization 1{c(i) =j} i=1 r Latent variables – Latent variables are hidden/unobserved variables that make estimation problems difficult, and are often denoted z. Here are the most common settings where there are latent variables: Setting Latent variable z x|z Comments Mixture of k Gaussians Multinomial(φ) N (µj ,Σj ) µj ∈ Rn , φ ∈ Rk Factor analysis N (0,I) N (µ + Λz,ψ) µj ∈ Rn r Algorithm – The Expectation-Maximization (EM) algorithm gives an efficient method at estimating the parameter θ through maximum likelihood estimation by repeatedly constructing a lower-bound on the likelihood (E-step) and optimizing that lower bound (M-step) as follows: r Distortion function – In order to see if the algorithm converges, we look at the distortion function defined as follows: J(c,µ) = E-step: Evaluate the posterior probability Qi (z (i) ) that each data point x(i) came from a particular cluster z (i) as follows: Hierarchical clustering r Algorithm – It is a clustering algorithm with an agglomerative hierarchical approach that build nested clusters in a successive manner. M-step: Use the posterior probabilities Qi (z (i) ) as cluster specific weights on data points x(i) to separately re-estimate eac
… 下载原始文件以阅读完整文档。
- 文档名称
- Cheatsheet unsupervised learning (Khái niệm trong học không giám sát) - Afshine Amidi and Shervine Amidi
- 学校 / 课程
- Stanford University · Machine learning
- 作者(文档中)
- Afshine Amidi and Shervine Amidi
- 内容
- Tài liệu tóm tắt các thuật toán học không giám sát chính như k-means, EM, và phân cụm phân cấp, cùng với các phương pháp đánh giá và kỹ thuật giảm chiều dữ liệu như PCA và ICA.
- 目录
- Introduction to Unsupervised Learning
- k-means clustering
- Expectation-Maximization
- Hierarchical clustering
- Clustering assessment metrics
- Independent component analysis
- 页数
- 2 页
- 上传者
- Giang Le
常见问题
此文档免费吗?
是的。“Cheatsheet unsupervised learning (Khái niệm trong học không giám sát) - Afshine Amidi and Shervine Amidi”是免费的 — 只需登录并点击“下载”即可获取原始文件。
这份文档有多少页?
该文档共有 2 页,适用于课程 Machine learning。您可以在下载前进行在线预览。
我可以在下载前预览吗?
是的。您可以通过在线阅读器直接在本页面预览此文档,然后再决定是否下载。

评论 (0)
暂无评论。快来抢沙发吧!