character-level-lstm

There are 5 repositories under character-level-lstm topic.

  • syaffers/tes-names-rnn

    An Elder Scrolls neural name generator trained using PyTorch

    Language:Python9114
  • MuntahaShams/Character-level-LSTM-Pytorch

    In this notebook, I'll construct a character-level LSTM with PyTorch. The network will train character by character on some text, then generate new text character by character. As an example, I will train on Anna Karenina. This model will be able to generate new text based on the text from the book!

    Language:Jupyter Notebook3200
  • hrshtv/Shakespearean-Text-Generator

    Character-Level LSTM used for generating Shakespearean text.

    Language:Jupyter Notebook210
  • ArthDh/BookGen

    A keras implementation of character level LSTM for text generation

    Language:Jupyter Notebook1100
  • kajallochab/ShakespearAI

    Generating Shakespearean Text with LSTM Neural Networks: This project uses LSTM networks to generate text in the style of William Shakespeare. It explores the intersection of literature and AI by mimicking the rich linguistic nuances and poetic depth of Shakespearean prose and poetry.

    Language:Jupyter Notebook1100