Skip to content

Add RMSprop optimizer to machine_learning - #14733

Merged
cclauss merged 3 commits into
TheAlgorithms:masterfrom
aryan-neogi:add-rmsprop-optimizer
Sep 14, 2026
Merged

Add RMSprop optimizer to machine_learning#14733
cclauss merged 3 commits into
TheAlgorithms:masterfrom
aryan-neogi:add-rmsprop-optimizer

Conversation

@aryan-neogi

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

Copy link
Copy Markdown
Contributor

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
@algorithms-keeper algorithms-keeper Bot added the tests are failing Do not merge until tests pass label Jul 25, 2026
@algorithms-keeper algorithms-keeper Bot removed the tests are failing Do not merge until tests pass label Aug 27, 2026
@algorithms-keeper algorithms-keeper Bot removed the awaiting reviews This PR is ready to be reviewed label Sep 14, 2026
@cclauss
cclauss merged commit 423eb91 into TheAlgorithms:master Sep 14, 2026
5 checks passed
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 this pull request may close these issues.

3 participants