37. Building Blocks of Deep Neural Networks
2023. 9. 9. 18:05ㆍGoogle ML Bootcamp/1. Neural Networks and Deep Learning
forward_propagtion 시에 Z,W,b 값을 cache
backward_propagation 시에 cache된 값을 활용하여 쉽게 계산
중요한 것은 forward_propagation 과정과 backward_propagation 과정이 어떻게 진행되는지 관찰. 도식화.
'Google ML Bootcamp > 1. Neural Networks and Deep Learning' 카테고리의 다른 글
39. Parameters vs Hyperparameters (0) | 2023.09.09 |
---|---|
38. Forward and Backward Propagation (0) | 2023.09.09 |
36. Why Deep Representations? (0) | 2023.09.09 |
35. Getting your Matrix Dimensions Right (0) | 2023.09.09 |
34. Forward Propagation in a Deep Network (0) | 2023.09.09 |