Skip to content

GwangWooKim/ALMOND

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ALMOND

A PyTorch implementation of Adaptive Latent Modeling and Optimization via Neural Networks and Langevin Diffusion (ALMOND)

Packages

  • pytorch
  • scipy
  • sklearn
  • pandas
  • matplotlib
  • tqdm

How to use

I was only interested in the exp, mix, and glmm (or copula) cases. So there are three methods:

$ python main.py -d exp
$ python main.py -d mix
$ python main.py -d copula

The other arguments are automatically set to reproduce the ALMOND.

Note

One example that confirms the reliability of my implementation is that the results on mix data are similar to those presented in the original paper. My results failed to capture the density in the central region (see the figure). However, the lower right panel of Figure 1 in the original paper also showed similar results.

About

A Pytorch implementation of ALMOND

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages