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
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