| karpathy/char-rnn |
11,227 |
|
0 |
0 |
over 2 years ago |
0 |
|
112 |
|
Lua |
| Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch |
| minimaxir/textgenrnn |
4,426 |
|
14 |
2 |
almost 5 years ago |
14 |
February 02, 2020 |
122 |
other |
Python |
| Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines of code. |
| sherjilozair/char-rnn-tensorflow |
2,622 |
|
0 |
0 |
over 5 years ago |
0 |
|
49 |
mit |
Python |
| Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow |
| karpathy/recurrentjs |
864 |
|
0 |
0 |
over 9 years ago |
0 |
|
5 |
|
HTML |
| Deep Recurrent Neural Networks and LSTMs in Javascript. More generally also arbitrary expression graphs with automatic differentiation. |
| zhangzibin/char-rnn-chinese |
190 |
|
0 |
0 |
over 9 years ago |
0 |
|
2 |
|
Lua |
| Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch. Based on code of https://github.com/karpathy/char-rnn. Support Chinese and other things. |
| ccheng16/correction |
170 |
|
0 |
0 |
over 8 years ago |
0 |
|
3 |
|
C++ |
| Chinese "spelling" error correction |
| IntuitionEngineeringTeam/chars2vec |
157 |
|
0 |
0 |
about 3 years ago |
8 |
June 18, 2019 |
8 |
apache-2.0 |
Python |
| Character-based word embeddings model based on RNN for handling real world texts |
| sanyam5/arc-pytorch |
140 |
|
0 |
0 |
over 8 years ago |
0 |
|
7 |
mit |
Python |
| The first public PyTorch implementation of Attentive Recurrent Comparators |
| Kyubyong/quasi-rnn |
134 |
|
0 |
0 |
about 8 years ago |
0 |
|
5 |
apache-2.0 |
Python |
| Character-level Neural Translation using Quasi-RNNs |
| spro/char-rnn.pytorch |
129 |
|
0 |
0 |
almost 7 years ago |
0 |
|
13 |
mit |
Python |
| PyTorch implementation of char-rnn (character-level language model) |