learning-rate
There are 75 repositories under learning-rate topic.
davidtvs/pytorch-lr-finder
A learning rate range test implementation in PyTorch
BIGBALLON/cifar-10-cnn
Play deep learning with CIFAR datasets
j-w-yun/optimizer-visualization
Visualize Tensorflow's optimizers.
goessl/MachineLearning
An easy neural network for Java!
wassname/viz_torch_optim
Videos of deep learning optimizers moving on 3D problem-landscapes
richardwth/MMD-GAN
Improving MMD-GAN training with repulsive loss function
sooftware/pytorch-lr-scheduler
PyTorch implementation of some learning rate schedulers for deep learning researcher.
berndporr/fir1
FIR & LMS filter implementation in C++ with Python & JAVA wrappers
mhmoodlan/cyclic-learning-rate
Cyclic learning rate TensorFlow implementation.
CyberZHG/keras-lr-multiplier
Learning rate multiplier
dkumazaw/onecyclelr
One cycle policy learning rate scheduler in PyTorch
eBay/AutoOpt
Automatic and Simultaneous Adjustment of Learning Rate and Momentum for Stochastic Gradient Descent
JGuillaumin/swa-tf
Stochastic Weight Averaging - TensorFlow implementation
meet-minimalist/TinyImageNet-Benchmarks
Benchmarking various Computer Vision models on TinyImageNet Dataset
ahirsharan/MTL-Segmentation
Meta Transfer Learning for Few Shot Semantic Segmentation using U-Net
Octavian-ai/learning-rates
How optimizer and learning rate choice affects training performance
ahundt/sharpDARTS
sharpDARTS: Faster and More Accurate Differentiable Architecture Search
benihime91/one_cycle_lr-tensorflow
OneCycle LearningRateScheduler & Learning Rate Finder for TensorFlow 2.
harshalmittal4/Hypergradient_variants
Improved Hypergradient optimizers, providing better generalization and faster convergence.
Octavian-ai/learning-rate-finder-tensorflow
Implementation of learning rate finder in TensorFlow
timesler/lr-momentum-scheduler
Pytorch implementation of arbitrary learning rate and momentum schedules, including the One Cycle Policy
EPSOFT/callbacks
callbacks in ai
LEFTeyex/warmup
A Warmup Scheduler for Pytorch to achieve the warmup learning rate at the beginning of training.
coxy1989/superconv
TensorFlow/Keras implementation of the paper: 'Super-Convergence: Very Fast Training of Neural Networks Using Large Learning Rates'
BIGBALLON/ResNet_CIFAR
Residual Network Experiments with CIFAR Datasets.
Mr-TalhaIlyas/Learning-Rate-Schedulers-Packege-Tensorflow-PyTorch-Keras
A packages containing all popular Learning Rate Schedulers. Implemented in Keras Tensorflow
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.
pcluteijn/MazeLearning
Q-Learing algorithm solves simple mazes.
sungsujaing/Happy_Dog_Detection
Detect happy dogs in real-time
connorcl/pytorch-lr-explorer
A Jupyter notebook exploring sophisticated learning rate strategies for training deep neural networks
kardasbart/MultiLR
A method for assigning separate learning rate schedulers to different parameters group in a model.
tr7200/Adam_to_SGD
Tensorflow-Keras callback implementing arXiv 1712.07628
lorenzwalthert/KerasMisc
Add-on functionality for the R implementation of Keras
NvsYashwanth/machinelearningmaster
All about machine learning
Shahul-Rahman/MABSearch-Learning-the-learning-rate
MABSearch: The Bandit Way of Learning the Learning Rate - A Harmony Between Reinforcement Learning and Gradient Descent
shishishi123/CS5824-final-project
Reproduction of the "Don't Decay the Learning Rate, Increase the Batch Size" conference paper.