« Module Inception » : différence entre les versions


(Page créée avec « ==en construction== == Définition == XXXXXXXXX == Français == ''' XXXXXXXXX ''' == Anglais == ''' Inception Module ''' Inception Modules are used in Convolutional Ne... »)
 
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/inception-module  Source : DeepAI.org ]
[https://deepai.org/machine-learning-glossary-and-terms/inception-module  Source : DeepAI.org ]
[[Catégorie:DeepAI.org]]


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

Version du 15 décembre 2020 à 19:11

en construction

Définition

XXXXXXXXX

Français

XXXXXXXXX

Anglais

Inception Module

Inception Modules are used in Convolutional Neural Networks to allow for more efficient computation and deeper Networks through a dimensionality reduction with stacked 1×1 convolutions. The modules were designed to solve the problem of computational expense, as well as overfitting, among other issues. The solution, in short, is to take multiple kernel filter sizes within the CNN, and rather than stacking them sequentially, ordering them to operate on the same level.



Source : DeepAI.org