일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- WinAPI
- NLP
- Diffusion
- WBP
- Few-shot generation
- animation retargeting
- ddpm
- GAN
- Font Generation
- 언리얼엔진
- userwidget
- motion matching
- UE5
- 딥러닝
- 오블완
- CNN
- dl
- ue5.4
- Generative Model
- Stat110
- 모션매칭
- BERT
- Unreal Engine
- 디퓨전모델
- RNN
- 폰트생성
- 생성모델
- deep learning
- cv
- multimodal
Archives
- Today
- Total
Deeper Learning
Eigenvector & Eigenvalue 본문
선형대수학에서 Eigenvector는 선형 변환이 일어나도 방향이 변하지 않는 벡터를 말한다.
(A - lambda)x = 0에서 ( A - lambda )가 역행렬을 가질 경우 x는 trivial solution인 영벡터가 된다.
x가 영벡터를 제외한 값을 가지려면 A- lambda는 역행렬을 가지지 않아야하고
따라서 det( A - lambda ) = 0
구한 Eigenvalue를 (A- lambda)x = 0 식에 대입하여 단위벡터인 Eigenvector를 구할 수 잇다.
x1 = 1, x2 = 1 and x1 = -1, x2 = 1
Eigenvector (1, 1) , (-1, 1)은 A에 의한 선형 변환에서 방향이 바뀌지 않고 크기만 바뀌는 벡터다.
Eigenvector를 이용하여 Eigen decomposition을 할 수 있는데 결과는 다음과 같다.
'Statistics & Math' 카테고리의 다른 글
[Statistics 110] Universality of Uniform distribution (0) | 2022.05.21 |
---|---|
[Statistics 110] 확률변수와 확률분포 (0) | 2022.03.27 |
Community Detection (0) | 2021.02.25 |
PageRank (0) | 2021.02.24 |
Graph (0) | 2021.02.23 |
Comments