선형대수2 2-2. 선형결합 본 글은 주재걸교수님의 인공지능을 위한 선형대수 강의를 듣고 정리한 내용입니다. 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 product.. 2021. 12. 28. 1. 선형대수의 기초 본 글은 주재걸교수님의 인공지능을 위한 선형대수 강의를 듣고 정리한 내용입니다. Scalar : a single number s ∈R Vector : an ordered list of numbers (unordered list : Set) Matrix : a tow-dimensional array of numbers Row Vector : a horizontal vector Column Vector : a vertical vector Square Matrix(#rows = #columns) Rectangular Matrix(#rows ≠ #columns) Transpose of Matrix Element-wise addition(Matrix should have the same size) Scalar m.. 2021. 12. 27. 이전 1 다음