Skip to content

Rainymood/Gradient-Descent-The-Ultimate-Optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradient Descent: The Ultimate Optimizer

Code style: black

⚠️ WARNING: THIS IS NOT MY WORK ⚠️

This repository contains the paper and code to the paper Gradient Descent: The Ultimate Optimizer.

I couldn't find the code (which is found in the appendix at the end of the paper) anywhere on the web. What I present here is the code of the paper with instructions on how to set it up.

Getting the code in a runnable state required some fixes on my part so the code might be slightly different than that presented in the paper.

Set up

git clone https://github.com/Rainymood/Gradient-Descent-The-Ultimate-Optimizer 
cd Gradient-Descent-The-Ultimate-Optimizer
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
python main.py

When you are done you can exit the virtualenv with

deactivate

About

Paper and code for Gradient Descent: The Ultimate Optimizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages