1. Introduction
1.1 优化学习目标
Distinguish between the objectives of optimization and those of deep learning (DL)
In the context of DL problems, after defining the loss function, we can utilize an optimization algorithm, also known as an optimizer, to minimize this loss function.
👉 在深度学习问题中,在定义好损失函数后,我们可以使用优化算法(也称为优化器)来最小化这个损失函数。