Skip to content

MojoJolo/aRNNie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aRNNie

aRNNie is a character-level recurrent neural network. Named after my neural net teacher, Arnie Azcarraga.

Note: This is a rewrite of Karpathy's minimal RNN.

The sample data in this repository is a collection of speeches by President Noynoy Aquino scraped from Gov.ph

To use:

pip install -r requirements.txt

# generate the model first:
python train.py

# If loss seems stagnant (maybe about 5 minutes), ctrl+c to cancel training.

# to generate a sample text:
python run_model.py

About

aRNNie is a character-level recurrent neural network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages