작성자 : 16기 하예은
본 포스팅은 다음 자료들을 참고하여 작성되었습니다.
- https://youtu.be/b-672791HgA
- PyTorch documentation — PyTorch 1.12 documentation
- Broadcasting — NumPy v1.23 Manual
1. 1차원 * 1차원 : dot product 반환
2. 2차원 * 2차원 : 행렬 곱 반환
3. 1차원 * 2차원
4. 2차원 * 1차원
5. 1차원 이상 * 3차원 이상 : batched matrix multiplication
[Dive into Deep Learning / CNN] Fully connected layer / pooling layer (0) | 2022.11.13 |
---|---|
[Dive into Deep Learning / 3주차] Python Class (2) | 2022.09.30 |
[Dive into Deep Learning / 2주차] Backward Function Problem (0) | 2022.09.25 |
[Dive into Deep Learning / 2주차] PyTorch Automatic Differentiation (1) | 2022.09.25 |
[Dive to Deep Learning/1주차] 딥러닝이란? (What is Deep Learning?) (1) | 2022.09.18 |
댓글 영역