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

Gradient Descent

An optimization method that updates model parameters in the direction that reduces error. The algorithm computes how the loss changes with respect to each parameter, then takes a small step the opposite way. Variants such as stochastic gradient descent and Adam differ in how they estimate the gradient and scale the step.

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.