- Neural Networks with Keras Cookbook
- V Kishore Ayyadevara
- 71字
- 2021-07-02 12:46:28
Varying the loss optimizer to improve network accuracy
So far, in the previous recipes, we considered the loss optimizer to be the Adam optimizer. However, there are multiple other variants of optimizers, and a change in the optimizer is likely to impact the speed with which the model learns to fit the input and the output.
In this recipe, we will understand the impact of changing the optimizer on model accuracy.
推薦閱讀
- SQL學習指南(第3版)
- SpringMVC+MyBatis快速開發與項目實戰
- 云計算通俗講義(第3版)
- Mastering KnockoutJS
- Java項目實戰精編
- Scala編程實戰(原書第2版)
- Mastering JavaScript High Performance
- Linux C編程:一站式學習
- Web前端應用開發技術
- Learning Material Design
- Java 9 Programming By Example
- ASP.NET Web API Security Essentials
- Java EE 8 and Angular
- Hands-On Dependency Injection in Go
- 零基礎PHP從入門到精通