Simple character rnn
Contains implementation of simple char rnn in numpy, tensorflow, pytorch
To run the numpy implementation, run the following:
python rnn_numpy.py
To run the tensorflow implementation, run the following:
python rnn_tensorflow.py
To run the pytorch implementation, run the following:
python rnn_pytorch.py