6. Convolutions Over Volume
2023. 9. 15. 13:32ㆍGoogle ML Bootcamp/4. Convolutional Neural Networks
shape : (height, width, number of channels)
- input and filter's number of channels must be same.
convolution operation?
- sum of 27 element-wise multiplys
filter는 vertical or horizontal filter처럼 특징을 추출하는 filter이다.
- 여러개를 사용할 수록 모델은 여러 특징을 검출하는 모델이 될 수 있으므로 이미지 영상처리에서 매우 강력한 효과를 보여준다.
'Google ML Bootcamp > 4. Convolutional Neural Networks' 카테고리의 다른 글
8. Simple Convolutional Network Example (0) | 2023.09.15 |
---|---|
7. One Layer of a Convolution Network (0) | 2023.09.15 |
5. Strided Convolutions (0) | 2023.09.15 |
4. Padding (0) | 2023.09.15 |
3. More Edge Detection (0) | 2023.09.15 |