Skip to content
#

text-generation

Here are 16 public repositories matching this topic...

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!

  • Updated Apr 20, 2020
  • Jupyter Notebook

Text generation using a character-based RNN with LSTM cells. We will work with a dataset of Shakespeare's writing from Andrej Karpathy's The Unreasonable Effectiveness of Recurrent Neural Networks. Given a sequence of characters from this data ("Shakespear"), train a model to predict the next character in the sequence ("e"). Longer sequences of …

  • Updated Sep 28, 2020
  • Python

Explore advanced neural networks for crafting captivating headlines! Compare LSTM πŸ”„ and Transformer πŸ”€ models through interactive notebooks πŸ““ and easy-to-use wrapper classes πŸ› οΈ. Ideal for content creators and data enthusiasts aiming to automate and enhance headline generation ✨.

  • Updated Aug 26, 2024
  • Jupyter Notebook

Natural LangWiz is a repository for exploring Natural Language Processing (NLP) techniques through Jupyter notebooks. It covers everything from text preprocessing and sentiment analysis to advanced transformer models. Dive in to see how we turn raw text into actionable insights with a touch of NLP wizardry!

  • Updated Aug 30, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the text-generation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the text-generation topic, visit your repo's landing page and select "manage topics."

Learn more