Skip to content

michelleran/Musebot-ChaRNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Musebot-ChaRNN

The vanilla Java character-level RNN which powers the Musebot app. This was ported from Andrej Karpathy's vanilla Python RNN. numpy functionality is provided by an expansion of Princeton University's Matrix and StdRandom classes. No libraries are used except for Gson and JSON.simple.

Features

  • Create and train a language model on text input.
  • Save checkpoints.
  • Load in a model from a checkpoint and either continue training or run it.