AI

[CNN] CNN에서 kernel과 filter의 차이는 무엇인가?

Alex Han 2024. 7. 11. 17:36
반응형

The words "kernel" and "filter" are used to refer to the same thing. The word "filter" accounts for the amount of "kernels" that will be used in a single convolution layer.

 

즉, filter는 kernel의 집합이다. kernel의 수는 filter의 채널 수와 동일하다. 

 

 

반응형