8000 GitHub - sailfish009/diffGrad-tf: DiffGrad Optimizer in Tensorflow
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sailfish009/diffGrad-tf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

diffGrad-tf

This is a Tensorflow version of the diffGrad optimizer from the paper diffGrad: An Optimization Method for Convolutional Neural Networks.

This is version one from the paper. If you'd like version two, simply remove math_ops.abs from line 85 (making it 1.0 / (1.0 + math_ops.exp(-(prev_g - grad)))). I haven't implemented versions 3-5 but please feel free to contribute.

About

DiffGrad Optimizer in Tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0