1 min read
A.2) 정의 Non-negative matrix factorization(NMF)는 Linear Algebra와 다변량 분석(multivariate analysis)에 속하는 알고리즘 중 하나이다.
Non-negative Matrix Factorization (NMF) A.1) 참고 Wikipedia - Non-negative matrix factorization A.2) 정의 Non-negative matrix factorization(NMF)는 Linear Algebra와 다변량...
Linear Operator 벡터 공간 V 에서 V (자기 자신) 에 대한 linear map 을 linear operator 라고 부른다. B) Related C) References.
Determinant 2. Properties \operatorname{det}(AB)=\operatorname{det}(A)\operatorname{det}(B) 3. Related 4. References jjycjnmath.tistory.com/397 .
System of Linear Equations 1.1.
Affine 원점을 통과하지 않는 subspace 를 의미한다. B) Related C) References.
Triangular Matrix L=\left[\begin{array}{ccccc}\ell {1,1} & & & & 0 \\ \ell {2,1} & \ell {2,2} & & & \\ \ell {3,1} & \ell {3,2} & \ddots...
Linear Combination 벡터들의 집합 \left\{\boldsymbol{v}^{(1)}, \ldots, \boldsymbol{v}^{(n)}\right\} 에 대한 선형 결합이란, 각 벡터 \boldsymbol{v}^{(i)} 에 대해 scalar 계수를 곱해서 더한 것을 의미한다.
Trace square matrix \boldsymbol{A}\in\mathbb{R}^{n\times n} 의 trace 는 주어진 정사각 행렬의 대각 원소들의 합을 의미한다.
Basic Variable 정의 row-echelon form matrix 에서 pivot 에 해당되는 variable 을 basic variable 이라하고, 나머지를 free variable 이라 한다.
Free Column pivot 을 포함하지 않는 column 이 존재한다면, 이는 free column 으로 부른다. Related References.