Machine learning
Gradient Descent
Technical term: Gradient Descent (Gradientenverfahren)
Gradient descent is a trick with which the AI takes small steps in the right direction during training. It looks for the point where the errors are smallest. This happens millions of times, until the model is good.
Related terms