Skip to content
#

momentum-optimization-algorithm

Here are 19 public repositories matching this topic...

In this project it is used a Machine Learning model based on a method called Extreme Learning, with the employment of L2-regularization. In particular, a comparison was carried out between: (A1) which is a variant of incremental extreme learning machine that is QRIELM and (A2) which is a standard momentum descent approach, applied to the ELM.

  • Updated Jul 14, 2023
  • MATLAB

This is an implementation of different optimization algorithms such as: - Gradient Descent (stochastic - mini-batch - batch) - Momentum - NAG - Adagrad - RMS-prop - BFGS - Adam Also, most of them are implemented in vectorized form for multi-variate problems

  • Updated Apr 3, 2023
  • Jupyter Notebook

This repository provides implementations of numerical optimization algorithms for machine learning and deep learning. It includes clear explanations, mathematical formulas, Python code, and visualizations to help understand the behavior of each optimizer.

  • Updated Jun 20, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the momentum-optimization-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the momentum-optimization-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more