A minified, tutorialized implementation of @tensorflow's character sequence prediction model. This work was originally inspired by Andrej Kaparthy's now infamous article "The Unreasonable Effectiveness of Neural Networks".
git clone https://github.com/cawfree/tfjs-lstm-shakespeare
cd tfjs-lstm-shakespeare
yarn # or npm install
yarn start # or npm run-script start