Advanced Topics
Optimization Algorithms
最適化アルゴリズム
An optimization algorithm searches for parameters that improve an objective function. Gradient descent is a central method used to train many machine-learning models.
Japanese terms
- Optimization algorithm — 最適化アルゴリズム: A procedure for finding parameter values that improve or minimize an objective.
- Objective function — 目的関数: A numerical function that an optimization process seeks to minimize or maximize.
- Gradient descent — 勾配降下法: An iterative optimization method that moves parameters in the direction that reduces an objective.
Related topics
Optimization is the numerical engine behind training in machine learning and deep learning.