hit-computer / char-rnn-tf
Implement character-level language models for text generation based-on LSTM, in Python/TensorFlow
☆148Updated 7 years ago
Alternatives and similar repositories for char-rnn-tf:
Users that are interested in char-rnn-tf are comparing it to the libraries listed below
- Character-Level language models☆77Updated 7 years ago
- Recurrent Neural Networks(GRU) for character-level language models on Chinese, in Python/Theano☆63Updated 7 years ago
- CNN for Chinese Text Classification in Tensorflow☆234Updated 7 years ago
- Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch. Based on code of https://github.com/…