Tradução pendente. Esta definição ainda não foi traduzida para o português brasileiro. Ler a versão em inglês.

Mixture of Experts

A neural network design where a router sends each input token to a small subset of expert subnetworks, instead of activating the full model. Mixture of experts trades a larger total parameter count for sparser activation, which keeps inference cost manageable. Several frontier language models use MoE to scale capacity without scaling cost linearly.

Definição editorial da DecipherU. Para definições técnicas autorizadas, consulte NIST AI RMF, ISO/IEC 42001, ou as publicações oficiais dos laboratórios de IA.