Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- neural network
- machine learning
- matrix multiplication
- vapnik chervonenkis
- Linear algebra
- elimination
- VC dimension
- backpropagation
- gradient descent
Archives
- Today
- Total
AI / ML
[LA] Matrix Multiplication and Inverse Matrix 본문
Fundamental/Linear Algebra
[LA] Matrix Multiplication and Inverse Matrix
Yunjey Choi 2016. 1. 31. 11:58Contents
1. Matrix Multiplication (4 ways!)
2. Inverse Matrix
1. Matrix Multiplication
1) inner product (regular)
2) (important) column operation
3) (important) row operation
4) external product
2. Inverse Matrix
1) definition
2) singular case
reason for A is not invertible
행렬안의 두 벡터(row or column)가 dependent하다면 linear combination(선형조합)으로 모든 벡터를 만들 수는 없습니다.
3) non-singular case
reason for A is invertible
행렬안의 두 벡터(row or column)가 independent 하다면 선형조합으로 모든 벡터를 만들 수 있습니다.
'Fundamental > Linear Algebra' 카테고리의 다른 글
[LA] Elimination With Matrices (0) | 2016.01.31 |
---|
Comments