Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Character-Level-LSTM-in-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! This network is based off of Andrej Karpathy's post on RNNs and implementation in Torch.

About

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! This network is based off of Andrej Karpathy's…

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages