Intuitive understanding of 1D, 2D, and 3D convolutions in convolutional neural networks

前端 未结 4 877
臣服心动
臣服心动 2020-11-27 08:33

Can anyone please clearly explain the difference between 1D, 2D, and 3D convolutions in convolutional neural networks (in deep learning) with the use of examples?

4条回答
  •  天命终不由人
    2020-11-27 09:36

    1. CNN 1D,2D, or 3D refers to convolution direction, rather than input or filter dimension.

    2. For 1 channel input, CNN2D equals to CNN1D is kernel length = input length. (1 conv direction)

提交回复
热议问题