Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antoniocarta/continual_cd_imm

Implementation of the Class-Domain Infinite Mixture Model from the paper "CD-IMM: The Benefits of Domain-based Mixture Models in Bayesian Continual Learning"
https://github.com/antoniocarta/continual_cd_imm

Last synced: about 1 month ago
JSON representation

Implementation of the Class-Domain Infinite Mixture Model from the paper "CD-IMM: The Benefits of Domain-based Mixture Models in Bayesian Continual Learning"

Awesome Lists containing this project

README

        

# A Bayesian Non-Parametric Classifier for Continual Learning

CN-DPM and the Class VAE reuse the original code. Credits go to the original authors:
- [CN-DPM](https://github.com/soochan-lee/CN-DPM)
- [Class VAE](https://github.com/GMvandeVen/class-incremental-learning)

The Dirichlet Process Mixture Models is a git submodule (available [here](https://github.com/danielecastellana22/torch_dpmm)).