char-rnn-tensorflow

Character model trainer

A tool for training and sampling character-level language models using multi-layer recurrent neural networks

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

GitHub

3k stars
139 watching
957 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
karpathy/char-rnnA framework for training and generating text sequences using multi-layer Recurrent Neural Networks11,668
minimaxir/textgenrnnA Python module for creating character-level or word-level neural networks for text generation and training on various datasets4,944
carpedm20/lstm-char-cnn-tensorflowAn implementation of Character-Aware Neural Language Models using TensorFlow and combining multiple neural network architectures.769
sjchoi86/tensorflow-101A comprehensive tutorial project on building and training neural networks with TensorFlow2,606
charlesshang/fastmaskrcnnAn implementation of Mask R-CNN in TensorFlow, enabling object detection and segmentation using pre-trained models.3,100
tensorpack/tensorpackA high-performance neural network training interface for TensorFlow that focuses on speed and flexibility.6,303
hardmaru/write-rnn-tensorflowGenerates handwritten characters using an LSTM mixture density network with TensorFlow700
smallcorgi/faster-rcnn_tfAn experimental implementation of Faster R-CNN object detection using TensorFlow2,340
devsisters/dqn-tensorflowAn implementation of a deep reinforcement learning algorithm for human-level control in game environments using TensorFlow.2,491
pkmital/tensorflow_tutorialsA collection of examples and tutorials illustrating various applications and use cases of TensorFlow in Python5,636
l0sg/relational-rnn-pytorchAn implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling245
karpathy/neuraltalkA system for generating image descriptions using neural networks5,414
binroot/tensorflow-bookA comprehensive resource for learning machine learning using TensorFlow.4,453
dennybritz/cnn-text-classification-tfA neural network architecture for text classification tasks using convolutional layers and softmax output layers.5,653
ibab/tensorflow-wavenetAn implementation of a WaveNet generative neural network architecture for audio generation5,417