일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- animation retargeting
- Stat110
- 모션매칭
- multimodal
- WinAPI
- ue5.4
- BERT
- 언리얼엔진
- 생성모델
- cv
- dl
- 디퓨전모델
- RNN
- WBP
- 폰트생성
- GAN
- 딥러닝
- Font Generation
- CNN
- motion matching
- 오블완
- Diffusion
- deep learning
- UE5
- Few-shot generation
- userwidget
- NLP
- Generative Model
- ddpm
- Unreal Engine
- Today
- Total
Deeper Learning
[Statistics 110] Lecture 33: Markov Chains Continued Further 본문
[Statistics 110] Lecture 33: Markov Chains Continued Further
Dlaiml 2023. 1. 28. 17:00Reversible Markov Chains
i,j state 간 edge가 없으면 가중치 wij=0.
i에서 j state로 wij에 비례하는 확률로 이동.
qij=wij∑kwik
si는 ∑Kwik에 비례
간단하게 말하면 모든 가역적 마르코프 체인을 아래 형태(가중치가 있는 Random walk)로 나타낼 수 있다.
P(Xn+1=j|Xn=i)=wij∑kwik=qij
Non-reversible Markov Chains
Google PageRank
모든 페이지에 중요도 점수를 주고 그에 따라 검색 결과를 노출. 점수는 참조된 페이지의 수와 그 페이지들의 중요도에 의해 결정
Score=Ssj=∑isiqij→SQ=→S
링크가 걸려있는 페이지들의 점수의 합을 해당 페이지의 점수로 지정
하지만 다른 페이지로의 링크가 1000개 존재하는 사이트의 경우 다른 페이지로의 링크가 1개인 사이트보다 링크의 중요도를 낮게 주어야 함. 아래와 같이 Q 전이행렬을 통해 이를 조정, 고정적 분포

Google Chain
G=αQ+(1−α)JM.
M은 전체 페이지의 수, J는 모든 원소가 1로 이루어진 행렬
α는 다른 링크로 넘어가는 행위를 하고, 1−α는 링크를 따르지 않고 다른 페이지로 teleportation
구글은 0.85를 α값으로 사용
→t를 시작 벡터라고 하면
→tG=α→tQ+(1−α)→tJM
→tGn에서 n이 커지면 Pagerank Vector에 수렴
Reference
[0] https://www.youtube.com/playlist?list=PL2SOU6wwxB0uwwH80KTQ6ht66KWxbzTIo
Statistics 110: Probability
Statistics 110 (Probability) has been taught at Harvard University by Joe Blitzstein (Professor of the Practice in Statistics, Harvard University) each year ...
www.youtube.com
'Statistics & Math > Statistics 110: Probability' 카테고리의 다른 글
[Statistics 110] Lecture 32: Markov Chains Continued (0) | 2023.01.28 |
---|---|
[Statistics 110] Lecture 31: Markov Chains (0) | 2023.01.28 |
[Statistics 110] Lecture 30: Chi-Square, Student-t, Multivariate Normal (0) | 2023.01.28 |
[Statistics 110] Lecture 29: Law of Large Numbers and Central Limit Theorem (0) | 2023.01.28 |
[Statistics 110] Lecture 28: Inequalities (0) | 2023.01.28 |