Cheatsheet unsupervised learning (Khái niệm trong học không giám sát) - Afshine Amidi and Shervine Amidi
Generating preview...
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.
Description
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
AI summary
- Document name
- Cheatsheet unsupervised learning (Khái niệm trong học không giám sát) - Afshine Amidi and Shervine Amidi
- School / Course
- Stanford University · Machine learning
- Author (in document)
- Afshine Amidi and Shervine Amidi
- Content
- 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.
- Table of contents
- Introduction to Unsupervised Learning
- k-means clustering
- Expectation-Maximization
- Hierarchical clustering
- Clustering assessment metrics
- Independent component analysis
- Pages
- 2 pages
- Uploaded by
- Uni24h
Frequently asked questions
Is this document free?
Yes. “Cheatsheet unsupervised learning (Khái niệm trong học không giám sát) - Afshine Amidi and Shervine Amidi” is free — just sign in and click Download to get the original file.
How many pages is this document?
The document has 2 pages, for the course Machine learning. You can preview it online before downloading.
Can I preview before downloading?
Yes. You can preview this document right on this page with the online reader, then decide whether to download.
Cheatsheet unsupervised learning (Khái niệm trong học không giám sát) - Afshine Amidi and Shervine Amidi
Generating preview...
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
Read full document
- Document name
- Cheatsheet unsupervised learning (Khái niệm trong học không giám sát) - Afshine Amidi and Shervine Amidi
- School / Course
- Stanford University · Machine learning
- Author (in document)
- Afshine Amidi and Shervine Amidi
- Content
- 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.
- Table of contents
- Introduction to Unsupervised Learning
- k-means clustering
- Expectation-Maximization
- Hierarchical clustering
- Clustering assessment metrics
- Independent component analysis
- Pages
- 2 pages
- Uploaded by
- Uni24h
Comments (0)
No comments yet. Be the first!
Eval algo notes (11) (Các kiểm định thống kê và so sánh thuật toán) - Sebastian Raschka
Refresher probabilities statistics (Xác suất và thống kê cho Machine Learning) - Afshine Amidi and Shervine Amidi
Ensembles notes (07) (Các phương pháp học ensemble) - Sebastian Raschka
Super cheatsheet machine learning (Khái niệm và công thức chính trong học máy) - Afshine Amidi and Shervine Amidi
Cheatsheet Deep Learning (Khái niệm chính về học sâu) - Afshine Amidi and Shervine Amidi
Chương 7.Cơ học lượng tử - Vật lý đại cương 3 - TS.Nguyễn Thị Trang
Chương 6.Quang học lượng tử - Vật lý đại cương 3 - TS.Nguyễn Thị Trang
Chương 5.Thuyết tương đối - Vật lý đại cương 3 - TS.Nguyễn Thị Trang
Chương 4. Tán xạ ánh sáng - Vật lý đại cương 3 - TS.Nguyễn Thị Trang
Chương 3.Phân cực ánh sáng - Vật lý đại cương 3 - TS.Nguyễn Thị Trang
Comments (0)
No comments yet. Be the first!