17. Inception Network Motivation
2023. 9. 15. 23:25ㆍGoogle ML Bootcamp/4. Convolutional Neural Networks
문제는 operation cost.
output pixel 하나 당 5*5*number of channels[l-1] 연산을 수행해야한다.
- filter의 number of channels는 이전 layer와 동일하다고 가정.
- 따라서 5x5 filter size의 경우 한 pixel 당 (5,5,192)의 연산후 sum을 적용하는 것.
그래서 1x1 convolution 을 왜 사용하는지는 알았는데 Inception Network는 왜 사용하는건데..?
'Google ML Bootcamp > 4. Convolutional Neural Networks' 카테고리의 다른 글
19. MobileNet (0) | 2023.09.16 |
---|---|
18. Inception Network (0) | 2023.09.15 |
16. Networks in Networks and 1x1 Convolutions. (0) | 2023.09.15 |
15. Why ResNets Work? (0) | 2023.09.15 |
14. ResNets (0) | 2023.09.15 |