Jump to content

Convolutional neural network: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 12: Line 12:
* Activation (typically ReLU or some variant).
* Activation (typically ReLU or some variant).


More traditionally as in the UNet paper, convolutional blocks come in blocks of two conv layers
More traditionally, convolutional blocks came in blocks of two conv layers
* Conv2D layer.
* Conv2D layer.
* Activation.
* Activation.