h-jia / batch_normalized_LSTMLinks
Implementation of batch normalization LSTM in pytorch.
☆12Updated 6 years ago
Alternatives and similar repositories for batch_normalized_LSTM
Users that are interested in batch_normalized_LSTM are comparing it to the libraries listed below
Sorting:
- Batch normalized LSTM with pytorch☆21Updated 7 years ago
- Implementation of Temporal Ensembling for Semi-Supervised Learning by Laine et al. with tensorflow eager execution☆55Updated 6 years ago
- implement Domain-Adversarial Training of Neural Networks☆59Updated 7 years ago
- The reproduce of M2 model in "Semi-supervised Learning with Deep Generative Models" based on pytorch☆18Updated 6 years ago
- Code and data for the paper "Multi-Source Domain Adaptation with Mixture of Experts" (EMNLP 2018)☆69Updated 5 years ago
- ☆66Updated 6 years ago
- MINE: Mutual Information Neural Estimation in pytorch (unofficial)☆208Updated 7 years ago
- Pytorch implementation of Maximum Mean Discrepancy Variational Autoencoder, a member of the InfoVAE family that maximizes Mutual Informat…☆59Updated 5 years ago
- This repository contains a pytorch implementation for the paper: Multi-Level Variational Autoencoder (https://arxiv.org/abs/1705.08841), …☆71Updated 3 years ago
- Implementation of a convolutional Variational-Autoencoder model in pytorch.☆73Updated 6 years ago
- This is a PyTorch implementation of the ICLR 2017 paper "HIERARCHICAL MULTISCALE RECURRENT NEURAL NETWORKS" (https://openreview.net/pdf?i…☆51Updated 7 years ago
- Variational Autoencoder for Unsupervised and Disentangled Representation Learning of content and motion features in sequential data (Mand…☆105Updated 7 years ago
- Python code for paper - Variational Deep Embedding : A Generative Approach to Clustering☆312Updated 7 years ago
- An official PyTorch implementation of “Multimodal Model-Agnostic Meta-Learning via Task-Aware Modulation” (NeurIPS 2019) by Risto Vuorio*…☆140Updated 6 years ago
- Contrastive Predictive Coding for Automatic Speaker Verification☆506Updated 6 years ago
- the reproduce of Variational Deep Embedding : A Generative Approach to Clustering Requirements by pytorch☆141Updated 2 years ago
- MAML implementation (tensorflow)