Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cawfree/tfjs-lstm-shakespeare

A bare bones example of Andrej Kaparthy's sequential character processing model using @tensorflowjs.
https://github.com/cawfree/tfjs-lstm-shakespeare

natural-language-processing neural-network rnn tensorflow tensorflow-js

Last synced: 25 days ago
JSON representation

A bare bones example of Andrej Kaparthy's sequential character processing model using @tensorflowjs.

Awesome Lists containing this project

README

        

# tfjs-lstm-shakespeare

A minified, tutorialized implementation of [@tensorflow](https://github.com/tensorflow/tfjs)'s [character sequence prediction model](https://github.com/tensorflow/tfjs-examples/tree/master/lstm-text-generation). This work was originally inspired by Andrej Kaparthy's now infamous article ["The Unreasonable Effectiveness of Neural Networks"](http://karpathy.github.io/2015/05/21/rnn-effectiveness/).

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

## 🚀 Getting Started

```bash
git clone https://github.com/cawfree/tfjs-lstm-shakespeare
cd tfjs-lstm-shakespeare

yarn # or npm install
yarn start # or npm run-script start
```

## ✌️ License
[MIT](https://opensource.org/licenses/MIT)