Mixture d'experts


Révision datée du 18 décembre 2020 à 18:05 par Pitpitt (discussion | contributions) (Page créée avec « ==en construction== == Définition == XXXXXXXXX == Français == ''' XXXXXXXXX ''' == Anglais == ''' Mixture of experts''' Mixture of experts refers to a machine learni... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

en construction

Définition

XXXXXXXXX

Français

XXXXXXXXX

Anglais

Mixture of experts

Mixture of experts refers to a machine learning technique where multiple experts (learners) are used to divide the problem space into homogeneous regions.[1] An example from the computer vision domain is combining a neural network model for human detection with another for pose estimation. If the output is conditioned on multiple levels of probabilistic gating functions, the mixture is called a hierarchical mixture of experts.[2]

A gating network decides which expert to use for each input region. Learning thus consists of 1) learning the parameters of individual learners and 2) learning the parameters of the gating network.


Source : Source : Wikipedia

Source : Wikipedia Machine learning algorithms