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

Regularization

Techniques that discourage a model from fitting training data too closely. Common forms add a penalty term to the loss (L1 or L2 weight decay), drop random units during training (dropout), or stop training before the model overfits (early stopping). The goal is a model that generalizes to data it has not seen.

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.