An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with learning-rate

A curated list of projects in awesome lists tagged with learning-rate .

https://github.com/wassname/viz_torch_optim

Videos of deep learning optimizers moving on 3D problem-landscapes

3d-graphics deep-learning learning-rate machine-learning optimization-algorithms optimizer pytorch vizualisation

Last synced: 11 Oct 2025

https://github.com/sooftware/pytorch-lr-scheduler

PyTorch implementation of some learning rate schedulers for deep learning researcher.

learning-rate lr plateau reduce scheduler transformer tri-stage warmup

Last synced: 09 Apr 2025

https://github.com/eBay/AutoOpt

Automatic and Simultaneous Adjustment of Learning Rate and Momentum for Stochastic Gradient Descent

hyperparameters learning-rate machine-learning momentum optimization pytorch sgd

Last synced: 08 May 2025

https://github.com/harshalmittal4/hypergradient_variants

Improved Hypergradient optimizers for ML, providing better generalization and faster convergence.

adam-optimizer hypergradient learning-rate momentum optimizers step-size

Last synced: 04 Jul 2025

https://github.com/epsoft/callbacks

callbacks in ai

callbacks learning-rate python twint

Last synced: 01 May 2025

https://github.com/timesler/lr-momentum-scheduler

Pytorch implementation of arbitrary learning rate and momentum schedules, including the One Cycle Policy

deep-learning learning-rate learning-rate-finder learning-rate-scheduling onecyclepolicy pytorch

Last synced: 14 Apr 2025

https://github.com/lefteyex/warmup

A Warmup Scheduler for Pytorch to achieve the warmup learning rate at the beginning of training.

learning-rate pytorch warmup

Last synced: 12 Oct 2025

https://github.com/khaledashrafh/linear-regression

This program implements linear regression from scratch using the gradient descent algorithm in Python. It predicts car prices based on selected features and uses a dataset of cars with their respective prices.

data-preprocessing dataset feature-selection gredient-decent learning-rate linear-regression pyhton3 regression regression-models

Last synced: 12 Sep 2025

https://github.com/isadrtdinov/understanding-large-lrs

Source code for NeurIPS-2024 paper "Where Do Large Learning Rates Lead Us"

deep-learning feature-learning learning-rate loss-landscape

Last synced: 15 May 2025

https://github.com/fitushar/cyclical-learning-rates-for-training-neural-networks-with-unbalanced-data-sets

As the learning rate is one of the most important hyper-parameters to tune for training convolutional neural networks. In this paper, a powerful technique to select a range of learning rates for a neural network that named cyclical learning rate was implemented with two different skewness degrees. It is an approach to adjust where the value is cycled between a lower bound and upper bound. CLR policies are computationally simpler and can avoid the computational expense of fine tuning with fixed learning rate. It is clearly shown that changing the learning rate during the training phase provides by far better results than fixed values with similar or even smaller number of epochs.

clr clr-policies cnn cyclical-learning-rates epochs expense hyperparameters learning-rate learning-rates neural-network range skewness-degrees

Last synced: 22 Jul 2025

https://github.com/lorenzwalthert/kerasmisc

Add-on functionality for the R implementation of Keras

callback keras learning-rate

Last synced: 06 Oct 2025

https://github.com/khaledassassins/cv--plants_seedling_classification

A robust image classifier using CNNs to efficiently classify different plant seedlings and weeds to improve crop yields and minimize the extensive human effort to do this manually.

cnn-for-visual-recognition confusion-matrix cv2-library imagedatagenerator label-binarizer learning-rate matplotlib numpy-library pandas-library seaborn tensorflow tensorflow-keras train-test-validation vgg16-model

Last synced: 12 Aug 2025

https://github.com/animesh-chourey/fashion-mnist-classification

For an Image Classification task on Fashion MNIST dataset, a Convolutional Neural Network is created to learn. Different combination of activation functions, weights, optimiser, learning rate and epochs are used to find an optimal set amongst them for this particular dataset.

cnn fashion-mnist image-classification learning-rate optimiser pytorch relu-layer

Last synced: 01 Mar 2025