Official codes for paper "Neural Approximate Sufficient Statistics for Implict Models", ICLR 21 spotlight, 2010.10079
- Python 3
- Pytorch
- Matplotlib
at /nn
- Mean as statistics (MSN.py)
- Infomax statistics (ISN.py)
- Score-matching statistics (SSN.py)
at /nde
- Mixture Density Network (MDN.py)
- Maksed Autoregressive Flow (MAF.py)
at /algorithms
- Sequential Monte Carlo ABC (SMC_ABC.py)
- Sequential Monte Carlo ABC with s.s (SMC2_ABC.py)
- Sequential Neural Likelihood (SNL_ABC.py)
- Sequential Neural Likelihood with s.s (SNL2_ABC.py)
at /problems
- Ising Model
- Gaussian copula Model
- Ornstein-Uhlenbeck process