Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Include the Adam algorithm #1012

Closed
renatobellotti opened this issue Sep 22, 2022 · 3 comments · Fixed by #1069
Closed

Feature request: Include the Adam algorithm #1012

renatobellotti opened this issue Sep 22, 2022 · 3 comments · Fixed by #1069

Comments

@renatobellotti
Copy link

Hi,

I would like to suggest including the Adam algorithm into Optim.jl. Adam is used extensively in the deep learning community, where it is the go-to algorithm. I found a small implementation: https://gist.github.com/vankesteren/96207abcd16ecd01a2491bcbec12c73f

@pkofod
Copy link
Member

pkofod commented Nov 23, 2022

I have Adam and AdaMax here https://github.com/JuliaNLSolvers/NLSolvers.jl

@renatobellotti
Copy link
Author

renatobellotti commented Nov 24, 2022

Nice, thank you! Is it already compatible with the Optim.jl API? I couldn't find it in the documentation of Optim.jl... Would be great to have more options to experiment with. :)

@pkofod
Copy link
Member

pkofod commented Jan 29, 2024

Sorry. I never had a need for this, but since it was requested again, I made a PR here though it may not longer be relevant for you :) #1069

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants