Skip to content

Add RMSprop optimizer to machine_learning#14733

Open
aryan-neogi wants to merge 1 commit into
TheAlgorithms:masterfrom
aryan-neogi:add-rmsprop-optimizer
Open

Add RMSprop optimizer to machine_learning#14733
aryan-neogi wants to merge 1 commit into
TheAlgorithms:masterfrom
aryan-neogi:add-rmsprop-optimizer

Conversation

@aryan-neogi
Copy link
Copy Markdown

@aryan-neogi aryan-neogi commented May 29, 2026

Describe your change:

Add RMSprop (Root Mean Square Propagation) optimizer implementation
to machine_learning. Complements the existing gradient_descent.py
with an adaptive learning rate optimizer.

Checklist:

  • I have read CONTRIBUTING.md
  • This is my own work, not plagiarized
  • I know PRs won't merge if automated tests fail
  • This PR only changes one algorithm file
  • All new Python files are placed inside an existing directory

@algorithms-keeper algorithms-keeper Bot added the awaiting reviews This PR is ready to be reviewed label May 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting reviews This PR is ready to be reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant