Skip to content

graviraja/simple-char-rnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages