26. Explanation for Vectorized Implementation
2023. 9. 9. 14:17ㆍGoogle ML Bootcamp/1. Neural Networks and Deep Learning
W의 row는 input(x)의 feature dim. column은 훈련 예제의 개수를 의미하므로
여러 훈련 세트에 대해 X를 벡터화 함으로써 Z[i]를 for문 없이 한번에 구할 수 있음을 증명할 수 있다.
'Google ML Bootcamp > 1. Neural Networks and Deep Learning' 카테고리의 다른 글
28. Why do you need Non-Linear Activation Functions? (0) | 2023.09.09 |
---|---|
27. Activation Functions (0) | 2023.09.09 |
25. Vectorizing Across Multiple Examples (0) | 2023.09.09 |
24. Computing a Neural Network's Output (0) | 2023.09.09 |
23. Neural Network Representation (0) | 2023.09.09 |