character-level-rnn
There are 11 repositories under character-level-rnn topic.
IvLabs/Natural-Language-Processing
Contains various architectures and novel paper implementations for Natural Language Processing tasks like Sequence Modelling and Neural Machine Translation.
yfletberliac/mango
Question-Answering NLP model with character-level RNN (TensorFlow).
ruyimarone/character-eyes
🔤 👀 Seeing Language Through Character Level Taggers, BlackboxNLP 2019
carnotaur/superhero_name_generation
Tutorial on generation of unique superhero names using RNN
susantabiswas/Article-Generator
Text Article generator using using Character level LSTM network.
sumansid/Name-Generation-with-RNN
Character level RNN, with gradient clipping, that was trained with over 7900 Names.
ZaydH/trump_char_rnn
Character-Level RNN to Generate Speech in the Style of Donald Trump
sunsided/AIND-rnn
LSTM time series prediction and text generation using (character level) RNNs in Keras.
jan-henkel/char-rnn-tf
Train a character-level RNN on an input textfile and generate samples. Inspired by Andrej Karpathy's char-rnn.
07Agarg/Character_Level_RNN
This repository contains Character Level RNN built in Pytorch
susantabiswas/Name-Gen-RNN
Name generation using RNN. This model was trained for generating indian names. Made using keras.