25. Vectorizing Across Multiple Examples
2023. 9. 9. 14:05ㆍGoogle ML Bootcamp/1. Neural Networks and Deep Learning
a[2][i] : i번째 훈련 예제에 대한 2번째 layer output.a
how to vectorizing across multiple examples?
start:
이전 단일 훈련 예제에서 X, W를 stacking을 통해 벡터화했던 것과 같이,
Z, A에 대해서도 벡터화를 진행.
column : training examples, row : hidden units(input x features)를 의미.
'Google ML Bootcamp > 1. Neural Networks and Deep Learning' 카테고리의 다른 글
27. Activation Functions (0) | 2023.09.09 |
---|---|
26. Explanation for Vectorized Implementation (0) | 2023.09.09 |
24. Computing a Neural Network's Output (0) | 2023.09.09 |
23. Neural Network Representation (0) | 2023.09.09 |
22. Neural Networks Overview (0) | 2023.09.09 |