Pinned Repositories
adversarial-autoencoder-with-tensorflow
A implement of adversarial autoencoder with tensorflow
awesome-tensorflow
TensorFlow - A curated list of dedicated resources http://tensorflow.org
char-rnn-tensorflow
Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
dragan-pytorch
PyTorch implementation of DRAGAN (https://arxiv.org/abs/1705.07215)
Dynamic-CNN-for-Modelling-Sentences
An implementation of the CNN model described in "A Convolutional Neural Network for Modelling Sentences". Kalchbrenner et al. 2014
fasttext_torch
A fasttext implementation based on Torch
generative-models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
lstm-char-cnn
LSTM language model with CNN over characters
practical-pytorch
PyTorch tutorials using neural networks (especially RNNs) for natural language processing
pytorch-examples
Simple examples to introduce PyTorch
adityay6895's Repositories
adityay6895/adversarial-autoencoder-with-tensorflow
A implement of adversarial autoencoder with tensorflow
adityay6895/awesome-tensorflow
TensorFlow - A curated list of dedicated resources http://tensorflow.org
adityay6895/char-rnn-tensorflow
Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
adityay6895/dragan-pytorch
PyTorch implementation of DRAGAN (https://arxiv.org/abs/1705.07215)
adityay6895/Dynamic-CNN-for-Modelling-Sentences
An implementation of the CNN model described in "A Convolutional Neural Network for Modelling Sentences". Kalchbrenner et al. 2014
adityay6895/fasttext_torch
A fasttext implementation based on Torch
adityay6895/generative-models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
adityay6895/lstm-char-cnn
LSTM language model with CNN over characters
adityay6895/practical-pytorch
PyTorch tutorials using neural networks (especially RNNs) for natural language processing
adityay6895/pytorch-examples
Simple examples to introduce PyTorch
adityay6895/QuoraDQBaseline
Baseline solution to Quora Duplicate Question dataset.
adityay6895/relational-networks
Pytorch implementation of "A simple neural network module for relational reasoning" (Relational Networks)
adityay6895/SNNs
Tutorials and implementations for "Self-normalizing networks"
adityay6895/SSGAN-Tensorflow
A Tensorflow implementation of Semi-supervised Learning Generative Adversarial Networks.
adityay6895/tf-stanford-tutorials
This repository contains code examples for the course CS 20SI: TensorFlow for Deep Learning Research.
adityay6895/Very-Deep-Convolutional-Networks-for-Natural-Language-Processing-in-tensorflow
implement the paper" Very Deep Convolutional Networks for Natural Language Processing"(https://arxiv.org/abs/1606.01781 ) in tensorflow
adityay6895/wgan-gp
A pytorch implementation of Paper "Improved Training of Wasserstein GANs"
adityay6895/word2gm
Word to Gaussian Mixture Model