Jump to content

Convolutional neural network: Difference between revisions

Line 105: Line 105:


;Common Types of padding
;Common Types of padding
* Zero/Constant
* Zero or Constant padding
* Mirror/Reflection
* Mirror/Reflection padding
* Replication
* Replication padding


With convolution layers in tensorflow and other libraries you often see these two types of padding:
With convolution layers in tensorflow and other libraries you often see these two types of padding: