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

https://github.com/shiffman/recurrent-node-js

Porting @karpathy's RecurrentJS example to node package https://github.com/karpathy/recurrentjs
https://github.com/shiffman/recurrent-node-js

Last synced: 3 months ago
JSON representation

Porting @karpathy's RecurrentJS example to node package https://github.com/karpathy/recurrentjs

Awesome Lists containing this project

README

        

# Recurrent-Node-JS

This may be a little silly, but as a learning exercise I'm making a node package out of @karpathy's [RecurrentJS browser demo](https://github.com/karpathy/recurrentjs). This will become an example for my [Programming from A to Z course](shiffman.net/a2z).