/homernn

Homeric quotes using RNN.

Primary LanguagePython

homernn

A Python script to train a recurrent neural network to generate Homeric quotes from character-level data (using TensorFlow). Inspired by Karpathy's blog.

To generate a 5000 character sample:

cd homernn
python test.py

(Dependencies are TensorFlow, NumPy, and h5py).