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(변수들) $x_1, \cdots, x_n$에 대한 equation(방정식)으로,$a_1, \cdots, a_n$와 같은 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 $\mathcal{T}\left\{ \quad \right\}$은 다
dsaint31.tistory.com
정의
정의는 다음과 같음 (from LInear Algebra and its application, 5th ed. David C. Ray)
Given vectors $\textbf{v}_1,\textbf{v}_2,\cdots,\textbf{v}_p$ in $\mathbb{R^n}$ and given scalars $c_1,c_2,\cdots,c_p$,
the vector $\textbf{y}$ defined by
$$
\textbf{y}=c_1\textbf{v}_1+\cdots+c_p \textbf{v}_p
$$
is called a linear combination of $\textbf{v}_1,\textbf{v}_2,\cdots,\textbf{v}_p$ with weights $c_1,c_2,\cdots,c_p$.
- 위의 정의식에서 vector $\textbf{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 |