janhuenermann/neurojs
A JavaScript deep learning and reinforcement learning library.
Implements full-stack neural networks with specialized reinforcement learning support including deep-Q-networks, actor-critic models (via DDPG), and prioritized experience replay. Built for browser execution with binary serialization for efficient weight import/export. Features interactive demos like self-driving car simulations that visualize RL agent training in real-time.
4,378 stars. No commits in the last 6 months.
Stars
4,378
Forks
362
Language
JavaScript
License
MIT
Category
Last pushed
Oct 10, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/janhuenermann/neurojs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yoshoku/hnswlib-node
hnswlib-node provides Node.js bindings for Hnswlib
DanRuta/jsNet
Javascript/WebAssembly deep learning library for MLPs and convolutional neural networks
mvrahden/reinforce-js
[INACTIVE] A collection of various machine learning solver. The library is an object-oriented...
mvrahden/recurrent-js
[INACTIVE] Amazingly simple to build and train various neural networks. The library is an...
matiasvlevi/Dann
Deep Neural Network Library for JavaScript.