graviraja / simple-char-rnn

Simple character rnn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-char-rnn

Simple character rnn

Contains implementation of simple char rnn in numpy, tensorflow, pytorch

How to run

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

About

Simple character rnn

License:MIT License


Languages

Language:Python 100.0%