Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 342 Bytes

File metadata and controls

21 lines (15 loc) · 342 Bytes

Simple Word and Char Rnn

This repository contains Simple implementation of word and char RNN with tensorflow.

More info in blog

Install dependencies

pip install -r requirements.txt

Run Char-RNN

python char-rnn.py

Run Word-RNN

python word-rnn.py