/Deeper

A view of the deep learning landscape; implementations of old and new deep learning architectures.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Deeper

A view of the deep learning landscape; implementations of old and new deep learning architectures. I aim to implement state of the art methods in machine learning using the latest implementations of Tensorflow (2.0) or PyTorch.

Models Implemneted

Autoencoders

  • VAE
  • Gaussian Mixture VAE
    • Marginalised VAE
    • Gumble Softmax discrete sampling
  • Gaussian Mixture VAE with GAN Error
    • [] Matginalised VAE
    • Gumble softmax discrete sampling

Attention Models

Extra Notes

Optimization

TODO: learnable dropout http://proceedings.mlr.press/v108/boluki20a/boluki20a.pdf

Variational Inference / latent spaces