janhuenermann / neurojs

A JavaScript deep learning and reinforcement learning library.
http://janhuenermann.com/projects/learning-to-drive
MIT License
4.4k stars 364 forks source link
deep-learning javascript machine-learning neural-network reinforcement-learning self-driving-car
neurojs

neurojs

neurojs is a JavaScript framework for deep learning in the browser. It mainly focuses on reinforcement learning, but can be used for any neural network based task. It contains neat demos to visualise these capabilities, for instance a 2D self-driving car.

Feel free to contribute. The development on such projects is more awesome in a community!

Note: this repo is no longer maintained since more general frameworks such as TensorFlow-JS emerged, which I recommend you to use.

Features

Examples

Running the examples

npm install
npm start

Open http://localhost:8080/examples/ in your browser and select the demo you want to run.

What's next?