34. Forward Propagation in a Deep Network
2023. 9. 9. 17:07ㆍGoogle ML Bootcamp/1. Neural Networks and Deep Learning

layer마다 for문을 통해 Z,A 전파를 수행.
- 이때는 for문을 없앨 수 있는 방법이 보이지 않으므로 for문을 사용.
- 왜 그럴 수 밖에 없는가는 진지하게 고민해볼 것.
- 단순히 차원을 늘리는걸로는 작동하지 않으려나?
'Google ML Bootcamp > 1. Neural Networks and Deep Learning' 카테고리의 다른 글
36. Why Deep Representations? (0) | 2023.09.09 |
---|---|
35. Getting your Matrix Dimensions Right (0) | 2023.09.09 |
33. Deep L-layer Neural Network (0) | 2023.09.09 |
32. Random Initialization (1) | 2023.09.09 |
31. Backpropagation Intuition (Optional) (0) | 2023.09.09 |