Nota: A tradução desta entrada está atualmente em revisão de qualidade, portanto parte do conteúdo é exibida temporariamente apenas em inglês.
Este verbete ainda não foi traduzido para o seu idioma, portanto o original é exibido abaixo.
global minimum
This term is primarily used in mathematics, computer science, and optimization theory. It describes the absolute lowest point of a function, distinguishing it from a local minimum, which is only the lowest point within a specific neighborhood or region of the domain.
In practical application, finding the global minimum is often the primary goal of machine learning training, such as minimizing a loss function. However, because many complex functions have multiple valleys, algorithms may accidentally settle in a local minimum, failing to reach the true global minimum.