« 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 : « ↵↵↵ » par «   »)
 
(10 versions intermédiaires par 3 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
==en construction==
== Définition ==
En traitement d'images avec un [[réseau convolutif]], l'ajout d'une bordure correspond à l'insertion de zéros (la bordure) autour d'une image pour améliorer le traitement du bord de l'image.


== Définition ==
== Compléments ==  
XXXXXXXXX
L’ajout d’une bordure est utile pour préserver la taille de la représentation (carte d’attributs), particulièrement quand on cherche à créer un réseau profond.


== Français ==
== Français ==
''' XXXXXXXXX '''
''' bordure '''
 
''' marge '''


== Anglais ==
== Anglais ==
''' Padding'''
''' 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.


<!-- 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. -->


<small>
==Sources==




[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:vocabulary]]
[[Catégorie:GRAND LEXIQUE FRANÇAIS]]

Dernière version du 29 janvier 2024 à 11:30

Définition

En traitement d'images avec un réseau convolutif, l'ajout d'une bordure correspond à l'insertion de zéros (la bordure) autour d'une image pour améliorer le traitement du bord de l'image.

Compléments

L’ajout d’une bordure est utile pour préserver la taille de la représentation (carte d’attributs), particulièrement quand on cherche à créer un réseau profond.

Français

bordure

marge

Anglais

padding


Sources

Source : DeepAI.org