ElektrischesSchaf / LayerNorm_GRULinks
Implement layer normalization GRU in pytorch
☆34Updated last year
Alternatives and similar repositories for LayerNorm_GRU
Users that are interested in LayerNorm_GRU are comparing it to the libraries listed below
Sorting:
- Code repository of the paper "CKConv: Continuous Kernel Convolution For Sequential Data" published at ICLR 2022. https://arxiv.org/abs/21…☆121Updated 2 years ago
- Mixture density network implemented in PyTorch.☆148Updated 2 years ago
- implementing "recurrent attentive neural processes" to forecast power usage (w. LSTM baseline, MCDropout)☆95Updated 3 months ago
- Mixture Density Networks for PyTorch☆220Updated 5 months ago
- Variational Autoencoder (VAE) with perception loss implementation in pytorch☆133Updated 11 months ago
- Experiments for Neural Flows paper☆97Updated 3 years ago
- Ladder Variational Autoencoders (LVAE) in PyTorch☆91Updated 4 years ago
- Experimenting with different regression losses. Implemented in Pytorch.☆147Updated 6 years ago
- Code repository of the paper "Modelling Long Range Dependencies in ND: From Task-Specific to a General Purpose CNN" https://arxiv.org/abs…☆184Updated 2 months ago
- Gaussian mixture models in PyTorch.☆566Updated 2 years ago
- ODE2VAE: Deep generative second order ODEs with Bayesian neural networks