gradient-method

There are 10 repositories under gradient-method topic.

  • Qrange-group/Mirror-Gradient

    WWW'24, Mirror Gradient (MG) makes multimodal recommendation models approach flat local minima easier compared to models with normal training.

    Language:Python14012
  • CAI991108/Optimization-and-Modeling-Utils

    This repository contains Python codes for various optimization and modeling tasks, including inheritance partitioning, surface and contour plotting, warehouse location optimization, root-finding using Bisection and Golden Section methods, gradient descent with different step-size strategies, inertial gradient methods, and image inpainting

    Language:Jupyter Notebook0100
  • camilobetanieto/OptimizationDataScience

    Implementation of unconstrained and constrained convex optimization algorithms in Python, focusing on solving data science problems such as semi-supervised learning and Support Vector Machines.

    Language:Jupyter Notebook0100
  • eskinderit/SGD

    An easy implementation of the Stochastic / Batch gradient descent and comparison with the standard Gradient Descent Method

    Language:Jupyter Notebook0100
  • leonardopedroso/Optimization-Algorithms

    Optimisation and algorithm project. I) L1, L2, and L2^2 regularisers in optimal trajectory synthesis; II) Logistic data classification; III) Gradient methods.

    Language:MATLAB0200
  • LinusLinusDev/CppMaths

    Gradient method, Newton method, Euler and Heun method, discrete Fourier transform and Monte Carlo simulation in C++

    Language:C++0100
  • deliprofesor/Optimizasyon_Teorisi

    This repository contains lecture notes for the Optimization Theory course. The course covers fundamental concepts of optimization, classification of optimization problems, graphical methods, classical optimization techniques, constrained and unconstrained optimization, linear and nonlinear programming, and gradient methods.

  • Lucca-Rodrigues-main/Unconstrained-Optimization-Classical-Methods-Search-and-Gradient

    This repository contains a collection of MATLAB scripts that implement some of the classical optimization methods for unconstrained optimization models: Steepest-Descent, Newton method, Gauss-Newton, Conjugate Gradient method, Fibonacci search, Golden-section search, Dichotomous search and Exhaustive search.

    Language:MATLAB
  • somefunAgba/autosgm

    AutoSGM

    Language:Python10
  • zythorn/OptimalGradientSliding

    Unofficial implementation of the Accelerated ExtraGradient method from the 2022 paper "Optimal Gradient Sliding and its Application to Distributed Optimization Under Similarity" by Kovalev D. et al.

    Language:Python