imehranasgari/DL_Optimizer_RMSpropNesterov_Custom
Custom RMSprop optimizer with Nesterov momentum in pure Python/NumPy. Built on a modular base Optimizer class, supports configurable hyperparameters, and is designed for easy extension, experimentation, and visualization.
No commits in the last 6 months.
Stars
—
Forks
—
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Aug 17, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/imehranasgari/DL_Optimizer_RMSpropNesterov_Custom"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
metaopt/torchopt
TorchOpt is an efficient library for differentiable optimization built upon PyTorch.
SimplexLab/TorchJD
Library for Jacobian descent with PyTorch. It enables the optimization of neural networks with...
clovaai/AdamP
AdamP: Slowing Down the Slowdown for Momentum Optimizers on Scale-invariant Weights (ICLR 2021)
nschaetti/EchoTorch
A Python toolkit for Reservoir Computing and Echo State Network experimentation based on...
opthub-org/pytorch-bsf
PyTorch implementation of Bezier simplex fitting