All Projects → pangolulu → char-rnnlm-tensorflow

pangolulu / char-rnnlm-tensorflow

Licence: other
Char RNN Language Model based on Tensorflow

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to char-rnnlm-tensorflow

sp2cp
Imageboard bot with recurrent neural network (RNN, GRU)
Stars: ✭ 23 (+64.29%)
Mutual labels:  rnn, rnn-language-model
cudnn rnn theano benchmarks
No description or website provided.
Stars: ✭ 22 (+57.14%)
Mutual labels:  rnn
ACT
Alternative approach for Adaptive Computation Time in TensorFlow
Stars: ✭ 16 (+14.29%)
Mutual labels:  rnn
text-rnn-tensorflow
Tutorial: Multi-layer Recurrent Neural Networks (LSTM, RNN) for text models in Python using TensorFlow.
Stars: ✭ 22 (+57.14%)
Mutual labels:  rnn
keras-utility-layer-collection
Collection of custom layers and utility functions for Keras which are missing in the main framework.
Stars: ✭ 63 (+350%)
Mutual labels:  rnn
catacomb
The simplest machine learning library for launching UIs, running evaluations, and comparing model performance.
Stars: ✭ 13 (-7.14%)
Mutual labels:  rnn
nemesyst
Generalised and highly customisable, hybrid-parallelism, database based, deep learning framework.
Stars: ✭ 17 (+21.43%)
Mutual labels:  rnn
dltf
Hands-on in-person workshop for Deep Learning with TensorFlow
Stars: ✭ 14 (+0%)
Mutual labels:  rnn
LSTM-TensorSpark
Implementation of a LSTM with TensorFlow and distributed on Apache Spark
Stars: ✭ 40 (+185.71%)
Mutual labels:  rnn
Clockwork-RNN
This repository is a reproduction of the clockwork RNN paper.
Stars: ✭ 20 (+42.86%)
Mutual labels:  rnn
neural-namer
Fantasy name generator in TensorFlow
Stars: ✭ 65 (+364.29%)
Mutual labels:  rnn
tf-attend-infer-repeat
TensorFlow-based implementation of "Attend, Infer, Repeat" paper (Eslami et al., 2016, arXiv:1603.08575).
Stars: ✭ 44 (+214.29%)
Mutual labels:  rnn
address-net
A package to structure Australian addresses
Stars: ✭ 171 (+1121.43%)
Mutual labels:  rnn
Probabilistic-RNN-DA-Classifier
Probabilistic Dialogue Act Classification for the Switchboard Corpus using an LSTM model
Stars: ✭ 22 (+57.14%)
Mutual labels:  rnn
Human-Activity-Recognition
Human activity recognition using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six categories (WALKING, WALKING_UPSTAIRS, WALKING_DOWNSTAIRS, SITTING, STANDING, LAYING).
Stars: ✭ 16 (+14.29%)
Mutual labels:  rnn
training-charRNN
Training charRNN model for ml5js
Stars: ✭ 87 (+521.43%)
Mutual labels:  rnn
name2gender
Extrapolate gender from first names using Naïve-Bayes and PyTorch Char-RNN
Stars: ✭ 24 (+71.43%)
Mutual labels:  rnn
Image-Captioning-with-Beam-Search
Generating image captions using Xception Network and Beam Search in Keras
Stars: ✭ 18 (+28.57%)
Mutual labels:  rnn
Recurrent-Neural-Network-for-BitCoin-price-prediction
Recurrent Neural Network (LSTM) by using TensorFlow and Keras in Python for BitCoin price prediction
Stars: ✭ 53 (+278.57%)
Mutual labels:  rnn
lstm har
LSTM based human activity recognition using smart phone sensor dataset
Stars: ✭ 20 (+42.86%)
Mutual labels:  rnn

Char RNN Language Model based on Tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow.

If you are not familar with RNN, you can first read my post https://github.com/pangolulu/rnn-from-scratch.

Inspired from Andrej Karpathy's char-rnn.

See his article The Unreasonable Effectiveness of Recurrent Neural Network to learn more about this model.

How to use?

In the directory scripts, you can first run sh shakespeare.sh to train the model, and the run sh sample.sh to sample text based on the model.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].