org.deeplearning4j.scalnet.layers.convolutional
3D convolution for structured image-like inputs. Input should have four dimensions: depth, height, width and number of channels. Convolution is over depth, height and width. For simplicity we assume NDHWC data format, i.e. channels last.
3D convolution for structured image-like inputs. Input should have four dimensions: depth, height, width and number of channels. Convolution is over depth, height and width. For simplicity we assume NDHWC data format, i.e. channels last.