This is the Pytorch implementation of Masked autoregressive flow (MAF) and Inverse autoregressive flow (IAF).
Normalizing flow에 관한 설명은 제 블로그에 있습니다.
- pytorch 1.6.0
- numpy 1.19.1
- IDE: Visual studio code
@article{papamakarios2017masked,
title={Masked autoregressive flow for density estimation},
author={Papamakarios, George and Pavlakou, Theo and Murray, Iain},
journal={Advances in neural information processing systems},
volume={30},
year={2017}
}
@article{kingma2016improved,
title={Improved variational inference with inverse autoregressive flow},
author={Kingma, Durk P and Salimans, Tim and Jozefowicz, Rafal and Chen, Xi and Sutskever, Ilya and Welling, Max},
journal={Advances in neural information processing systems},
volume={29},
year={2016}
}