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

Implement Optimizers #22

Open
14 of 30 tasks
bhavnicksm opened this issue Mar 3, 2023 · 0 comments
Open
14 of 30 tasks

Implement Optimizers #22

bhavnicksm opened this issue Mar 3, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@bhavnicksm
Copy link
Contributor

bhavnicksm commented Mar 3, 2023

This issue is to keep track of all the optimizers to implement in the repository.

To Do

  • SGD (.SGD)

  • Momentum (.Momentum)

  • RMSProp (.RMSProp)

  • AdaGrad (.Adagrad)

  • Adam (.Adam)

  • AdaMax (.Adamax)

  • AdaDelta (.Adadelta)

  • Implement AdamW (.AdamW) #27

  • AMSGrad (AMSGrad)

  • RAdam (.Radam)

  • LION (.Lion)

  • Nesterov Accelerated Gradient (.Nesterov) #31

  • NAdam (.NAdam)

  • AdaBelief (.Adabelief)

  • Adan (.Adan)

  • AdaFactor(.Adafactor)

  • AccSGD (.AccSGD)

  • AdaBound (.Adabound)

  • AdaMod (.AdaMod)

  • Demon SGD/Adam (.DemonSGD & .DemonAdam)

  • AggMo (.AggMo)

  • QHM (.QHM)

  • QHAdam (.QHAdam)

  • LAMB (.Lamb)

  • SWATS (.Swats)

  • Shampoo (.Shampoo)

  • SAM (.SAM)

  • AdamP (.AdamP)

  • Sophia (.Sophia)

  • GaLore (.GaLore)

Resources

@bhavnicksm bhavnicksm added enhancement New feature or request help wanted Extra attention is needed labels Mar 7, 2023
@bhavnicksm bhavnicksm self-assigned this Mar 7, 2023
@bhavnicksm bhavnicksm pinned this issue Mar 8, 2023
@bhavnicksm bhavnicksm unpinned this issue Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant