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
3k stars
139 watching
957 forks
Language: Python
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
karpathy/char-rnn | A framework for training and generating text sequences using multi-layer Recurrent Neural Networks | 11,651 |
minimaxir/textgenrnn | A Python module for creating character-level or word-level neural networks for text generation and training on various datasets | 4,944 |
carpedm20/lstm-char-cnn-tensorflow | An implementation of Character-Aware Neural Language Models using TensorFlow and combining multiple neural network architectures. | 769 |
sjchoi86/tensorflow-101 | A comprehensive tutorial project on building and training neural networks with TensorFlow | 2,606 |
charlesshang/fastmaskrcnn | An implementation of Mask R-CNN in TensorFlow, enabling object detection and segmentation using pre-trained models. | 3,098 |
tensorpack/tensorpack | A high-performance neural network training interface for TensorFlow that focuses on speed and flexibility. | 6,303 |
hardmaru/write-rnn-tensorflow | Generates handwritten characters using an LSTM mixture density network with TensorFlow | 700 |
smallcorgi/faster-rcnn_tf | An experimental implementation of Faster R-CNN object detection using TensorFlow | 2,340 |
devsisters/dqn-tensorflow | An implementation of a deep reinforcement learning algorithm for human-level control in game environments using TensorFlow. | 2,480 |
pkmital/tensorflow_tutorials | A collection of examples and tutorials illustrating various applications and use cases of TensorFlow in Python | 5,639 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
karpathy/neuraltalk | A system for generating image descriptions using neural networks | 5,411 |
binroot/tensorflow-book | A comprehensive resource for learning machine learning using TensorFlow. | 4,453 |
dennybritz/cnn-text-classification-tf | A neural network architecture for text classification tasks using convolutional layers and softmax output layers. | 5,650 |
ibab/tensorflow-wavenet | An implementation of a WaveNet generative neural network architecture for audio generation | 5,414 |