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)
댓글이 없습니다. 첫 댓글을 남겨보세요!