sherjilozair / char-rnn-tensorflowLinks
Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
☆2,662Updated 4 years ago
Alternatives and similar repositories for char-rnn-tensorflow
Users that are interested in char-rnn-tensorflow are comparing it to the libraries listed below
Sorting:
- Multi-layer Recurrent Neural Networks (LSTM, RNN) for word-level language models in Python using TensorFlow.☆1,303Updated 5 years ago
- Sequence to Sequence Learning with Keras☆3,175Updated 2 years ago
- Sent2Vec encoder and training code from the paper "Skip-Thought Vectors"☆2,051Updated 5 years ago
- Dynamic seq2seq in TensorFlow, step by step☆996Updated 7 years ago
- Efficient, reusable RNNs and LSTMs for torch☆2,541Updated 3 years ago
- "Neural Turing Machine" in Tensorflow☆1,045Updated 8 years ago
- Memory Networks implementations☆1,754Updated 4 years ago
- Pretty Tensor: Fluent Networks in TensorFlow☆1,233Updated 5 years ago
- Convolutional Neural Network for Text Classification in Tensorflow☆5,670Updated last year
- in progress☆784Updated 6 years ago
- LSTM language model with CNN over characters☆829Updated 8 years ago
- Recurrent Neural Network Tutorial, Part 2 - Implementing a RNN in Python and Theano☆898Updated last year
- A recurrent neural network for generating little stories about images☆2,973Updated 7 years ago
- Introduction to Deep Neural Networks with Keras and Tensorflow☆2,963Updated last year
- CNNs for sentence classification☆2,051Updated 7 years ago
- Interactive, node-by-node debugging and visualization for TensorFlow☆1,355Updated 8 years ago
- Deep learning with dynamic computation graphs in TensorFlow☆1,823Updated 3 years ago
- Char-RNN implemented using TensorFlow.☆426Updated 7 years ago
- A deep Q learning demonstration using Google Tensorflow☆1,168Updated 8 years ago
- Recurrent Neural Network library for Torch7's nn☆945Updated 7 years ago
- Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch☆11,794Updated last year
- Sequence-to-sequence model with LSTM encoder/decoders and attention☆1,274Updated 4 years ago
- Ready to use implementations of various Deep Learning algorithms using TensorFlow.☆961Updated 7 years ago
- Recurrent Neural Network - A curated list of resources dedicated to RNN☆6,139Updated 3 years ago
- Bare bones introduction to machine learning from linear regression to convolutional neural networks using Theano.☆1,293Updated 9 years ago
- Deep Convolutional Generative Adversarial Networks☆3,495Updated 6 years ago
- Dual LSTM Encoder for Dialog Response Generation☆1,578Updated 2 years ago
- Framework for building complex recurrent neural networks with Keras