Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 671 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 671 Bytes

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