9. Normalizaing Inputs
2023. 9. 10. 17:53ㆍGoogle ML Bootcamp/2. Improving Deep Neural Networks
훈련 시간을 단축시키는 방법 : input 정규화
- 이때 train, test에 동일한 정규화 기법을 사용해야 정확하게 모델 성능을 평가할 수 있음
경험상으로는 학습 속도는 개선될 수 있어도 모델 성능에는 부정적인 영향을 끼치는것을 많이 보았다...
'Google ML Bootcamp > 2. Improving Deep Neural Networks' 카테고리의 다른 글
11. Weight Initialization for Deep Networks (0) | 2023.09.10 |
---|---|
10. Vanishing / Exploding Gradients (0) | 2023.09.10 |
8. Other Regularization Methods (0) | 2023.09.10 |
7. Understanding Dropout (0) | 2023.09.10 |
6. Dropout Regularization (0) | 2023.09.10 |