Skip to content

Gordon-Guojun-Zhang/ICLR-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ICLR-2020

code for our ICLR 2020 paper: Convergence Behaviour of Some Gradient-Based Methods on Bilinear Zero-Sum Games

In the directory gmm:

  • gmm_"algorithm".py: using the "algorithm" to learn Gaussian mixtures, Gauss-Seidel version
  • gmm_"algorithm"J.py: using the "algorithm" to learn Gaussian mixtures, Jacobi version
  • model.py: the neural net architecture

In the directory shift:

  • shift_"algorithm".py: using the "algorithm" to learn the mean of a Gaussian, Gauss-Seidel version
  • shift_"algorithm"J.py: using the "algorithm" to learn the mean of a Gaussian, Jacobi version
  • model.py: the discriminator and the generator

Acronyms:

  • gd/sgd: gradient descent
  • m: momentum / heavy ball
  • eg: extra-gradient
  • ogd: optimistic gradient descent

About

Code for ICLR 2020.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages