Files
freeCodeCamp/curriculum/challenges/chinese/11-machine-learning-with-python/tensorflow/neural-networks-optimizers.md
2021-07-15 13:04:11 +05:30

416 B

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5e8f2f13c4cdbe86b5c72d94 神经网络:优化 11 hdOtRPQe1o4 neural-networks-optimizers

--question--

--text--

什么是优化函数?

--answers--

一种提高模型预测准确性的函数。


一个为你实现梯度下降和反向传播算法的函数。


一个可以减少模型训练时间的函数。

--video-solution--

2