gru topic

List gru repositories

rnn_ctc

220
Stars
83
Forks
Watchers

Recurrent Neural Network and Long Short Term Memory (LSTM) with Connectionist Temporal Classification implemented in Theano. Includes a Toy training example.

rnn-text-classification-tf

118
Stars
52
Forks
Watchers

Tensorflow Implementation of Recurrent Neural Network (Vanilla, LSTM, GRU) for Text Classification

OpenTextClassification

176
Stars
19
Forks
Watchers

OpenTextClassification is all you need for text classification! Open text classification for everyone, enjoy your NLP journey! 这可能是目前为止最全面的开源文本分类项目,支持中英双语、多种模型、多种任...

recurrent-ppo-truncated-bptt

106
Stars
13
Forks
Watchers

Baseline implementation of recurrent PPO using truncated BPTT

The project uses state of the art deep learning on collected data for automatic analysis of emotions.

cnn-lstm-bilstm-deepcnn-clstm-in-pytorch

1.2k
Stars
336
Forks
Watchers

In PyTorch Learing Neural Networks Likes CNN、BiLSTM

pytorch-kaldi

2.4k
Stars
447
Forks
Watchers

pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are...

speech-recognition-neural-network

184
Stars
87
Forks
Watchers

This is the end-to-end Speech Recognition neural network, deployed in Keras. This was my final project for Artificial Intelligence Nanodegree @Udacity.

pytorch-seq2seq

5.2k
Stars
1.3k
Forks
Watchers

Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.

ConvLSTM-PyTorch

355
Stars
81
Forks
Watchers

ConvLSTM/ConvGRU (Encoder-Decoder) with PyTorch on Moving-MNIST