23. Neural Network Representation
2023. 9. 9. 13:25ㆍGoogle ML Bootcamp/1. Neural Networks and Deep Learning
a는 해당 layer의 output을 의미.
a[1]와 같이 대괄호 첨자를 사용하여 layer의 번호를 나타냄
x(i)와 같은 소괄호 첨자는 i번째 훈련 세트를 의미하므로 혼동하지 말 것.
'Google ML Bootcamp > 1. Neural Networks and Deep Learning' 카테고리의 다른 글
25. Vectorizing Across Multiple Examples (0) | 2023.09.09 |
---|---|
24. Computing a Neural Network's Output (0) | 2023.09.09 |
22. Neural Networks Overview (0) | 2023.09.09 |
21. Explanation of Logistic Regression Cost Function(Optional) (0) | 2023.09.08 |
20. Quick tour of Jupyter/iPython Notebooks (0) | 2023.09.08 |