noun
steepest descent method; gradient descent method; saddle point method
Mathematical optimization algorithm that finds a local minimum by moving in the direction of the negative gradient. In Japanese, 最急降下法 is the standard term; 'saddle point method' is a less common English equivalent sometimes used in physics contexts.
最急降下法は、機械学習でよく使われる最適化アルゴリズムです。
The steepest descent method is an optimization algorithm often used in machine learning.
この関数の最小値を求めるために、最急降下法を適用した。
We applied the steepest descent method to find the minimum of this function.
Compound of 最急 (steepest), 降下 (descent), and 法 (method). A direct translation of the English mathematical term 'steepest descent method'.