« Bordure » : différence entre les versions


(Page créée avec « ==en construction== == Définition == XXXXXXXXX == Français == ''' XXXXXXXXX ''' == Anglais == ''' Padding''' Padding is a term relevant to convolutional neural netwo... »)
 
m (Remplacement de texte — « DeepAI.org ] » par « DeepAI.org ] Catégorie:DeepAI.org  »)
Ligne 17 : Ligne 17 :


[https://deepai.org/machine-learning-glossary-and-terms/padding  Source : DeepAI.org ]
[https://deepai.org/machine-learning-glossary-and-terms/padding  Source : DeepAI.org ]
[[Catégorie:DeepAI.org]]


[[Catégorie:vocabulary]]
[[Catégorie:vocabulary]]

Version du 15 décembre 2020 à 19:10

en construction

Définition

XXXXXXXXX

Français

XXXXXXXXX

Anglais

Padding

Padding is a term relevant to convolutional neural networks as it refers to the amount of pixels added to an image when it is being processed by the kernel of a CNN. For example, if the padding in a CNN is set to zero, then every pixel value that is added will be of value zero. If, however, the zero padding is set to one, there will be a one pixel border added to the image with a pixel value of zero.



Source : DeepAI.org