Jump to content

Convolutional neural network: Difference between revisions

no edit summary
No edit summary
Line 4: Line 4:
though they can be used anywhere you have a rectangular grid with spatial relationship among your data.
though they can be used anywhere you have a rectangular grid with spatial relationship among your data.


Typically convolutional layers are using in blocks consisting of the following:
Typically convolutional layers are used in blocks consisting of the following:
* Conv2D layer.
* Conv2D layer.
** Usually stride 2 for encoders, stride 1 for decoders.
** Usually stride 2 for encoders, stride 1 for decoders.