Linear Combination이란
linear equation 에서 variables가 scalars가 아닌 vectors로 대체한 형태 (상수가 놓이는 Right Side가 아닌 Left Side)
- scalar를 component가 1개인 vector라고 생각할 수 있으므로, linear equaiton의 (right side의) 일반화 라고 봐도 된다.
- weighted sum이라고도 불림.
2024.02.16 - [.../Linear Algebra] - [LA] Linear Equation (선형 방정식) and Linear System 정리.
[LA] Linear Equation (선형 방정식) and Linear System 정리.
Linear Equationlinear equation(선형 방정식)은variables(변수들) x1,⋯,xn에 대한 equation(방정식)으로,a1,⋯,an와 같은 real (or complex) scalar coefficients(계수들, weights) 와real (or complex) scalar b를 사용
dsaint31.tistory.com
특정 함수나 매핑을 Linear Combination(or Linear Equation)로 표현할 경우,
해당 함수나 매핑은 Linerity를 가짐.
2023.08.21 - [.../Signals and Systems] - [SS] System의 종류 (1) : Continuous, Linear
[SS] System의 종류 (1) : Continuous, Linear
1. Continuous System & Discrete SystemContinuous System입력과 출력이 연속 신호인 시스템Discrete System입력과 출력이 이산 신호인 시스템2. Linear System & Non-linear systemLinear system T{}은 다
dsaint31.tistory.com
정의
정의는 다음과 같음 (from LInear Algebra and its application, 5th ed. David C. Ray)
Given vectors v1,v2,⋯,vp in Rn and given scalars c1,c2,⋯,cp,
the vector y defined by
y=c1v1+⋯+cpvp
is called a linear combination of v1,v2,⋯,vp with weights c1,c2,⋯,cp.
- 위의 정의식에서 vector v를 scalar x로 변경할 경우, linear equation이 됨.
- 기계학습 등에서는 weight들은 real number로 쓰는 경우가 대부분임.
- weight이 0인 경우도 포함됨을 주의할 것.
같이 보면 좋은 URLs
https://youtu.be/2CcCOgDilO8?si=GLzV2vkzyTgrL45P&t=29
https://youtu.be/P3vXQRLGo4Y?si=B2sEcbLRh80Ptae1
'... > Linear Algebra' 카테고리의 다른 글
[LA] Existence and Uniqueness Theorem (1) | 2024.02.17 |
---|---|
[LA] Linear Equation (선형 방정식) and Linear System 정리. (0) | 2024.02.16 |
[LA] Affine Combination, Affine Hull and Affine Set (0) | 2024.02.16 |
[LA] Linear and Affine: Summary (1) | 2024.01.03 |
[LA] Diagonalization (Eigen-Decomposition), Orthogonal Diagonalization, and Symmetric Matrix (0) | 2022.11.17 |