Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 799 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 799 Bytes

The code for gaussian mixture variational auto-encoder using convolutional layers and a gumbel-softmax distribution for the application of clustering protein folding trajectories.

figure

The code is mostly modified from the following source:

https://github.com/jariasf/GMVAE

https://github.com/psanch21/VAE-GMVAE

cite

if you use this code please cite the following paper:

  @article{ghorbani2021variational,
  title={Variational embedding of protein folding simulations using Gaussian mixture variational autoencoders},
  author={Ghorbani, Mahdi and Prasad, Samarjeet and Klauda, Jeffery B and Brooks, Bernard R},
  journal={The Journal of Chemical Physics},
  volume={155},
  number={19},
  pages={194108},
  year={2021},
  publisher={AIP Publishing LLC}
  }