做机器学习时遇到epoch和iteration,一开始有点迷惑。不是一个意思吗?

epoch可以翻译成“回合”。一个epoch内,做一次train+一次test

iteration意思是迭代,因为要解的目标函数没有close-form解,所以要迭代求解,比如用梯度下降法,逐次迭代更新参数。在一次train内做多次iteration

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
  • 2021-09-01
  • 2021-05-15
  • 2022-12-23
  • 2021-04-27
猜你喜欢
  • 2021-12-21
  • 2021-06-16
  • 2021-06-05
  • 2021-06-21
  • 2022-12-23
  • 2021-08-11
相关资源
相似解决方案