mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-05 10:20:48 +00:00
chapter4: compared standard SGD with Adam Optimizer
Made a little graph to compare plain SGD (lr=2e-5) with plain Adam optimizer, on a very simple quaddratic function with 3 parameters. It's like a "guess the 3 numbers I'm thinking of" game. Adam was a good improvement, but I wonder if there isn't some way to do much better.
This commit is contained in:
parent
2c5db23a34
commit
f54965d266
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user