Convolutional Network in 1D and 3D Data

Convolution in 2D

convolved with gives .

If you have 16 filters on image, convolved with gives .

1D example from ECG wave

1D numbers represent voltage

If we have 14 dimentional input, we want the filter to be 1D of 5 dimention, and if the 14 dimentional input is convolved with 5 dimention, we will have 10 dimentional output. If we have 16 filters, then the output will be .

3D Data

3D convolution

With and 16 filters, convolved with gives .