본 글은 주재걸교수님의 인공지능을 위한 선형대수 강의를 듣고 정리한 내용입니다.
- Linear Combinations(v1, v2 ...)
- Weights or Coefficients(c1, c2, ...)
- Span
- Span is defined as the set of all linear combinations of vector
- Collection of all vectors that can be written in the form c1v1 + c2v2 + ... + cpvp
- Linear Combination of columns
- Linear Combination of rows
- (Rank-1) outer product 위 예시에서 vector -> Matrix
- Sum of (Rank-1) outer products
'Study > 선형대수학' 카테고리의 다른 글
2.5 선형변환 (0) | 2021.12.29 |
---|---|
2-4. 부분공간의 기저와 차원 (0) | 2021.12.29 |
2-3. 선형독립과 선형종속 (0) | 2021.12.28 |
2-1. 선형방정식과 선형시스템 (0) | 2021.12.27 |
1. 선형대수의 기초 (0) | 2021.12.27 |
댓글