Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 819 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 819 Bytes

Variational Continual Learning

An implementation of the Variational Continual Learning (VCL) algorithms proposed by Nguyen, Li, Bui, and Turner (ICLR 2018).

  • For deep discriminative model tests, see README in ddm/.
  • For deep generative model tests, see README in dgm/.

Contributors

References:

@inproceedings{nguyen2018variational,
  title = {Variational Continual Learning},
  author = {Nguyen, Cuong V. and Li, Yingzhen and Bui, Thang D. and Turner, Richard E.},
  booktitle = {International Conference on Learning Representations},
  year = {2018}
}