Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A JavaScript deep learning and reinforcement learning library.
| Date | Stars |
|---|---|
| 2026-07-24 | 4373 |
| 2026-07-25 | 4373 |
| 2026-07-28 | 4373 |
| 2026-07-30 | 4373 |
| 2026-07-31 | 4373 |
| 2026-08-06 | 4373 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<img src="./images/icon.png" alt="neurojs" height="125"> # 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 - Implements a full-stack neural-network based machine learning framework - Extended reinforcement-learning support + Uniform and prioritised replay buffers + Advantage-learning (increasing the action-gap) https://arxiv.org/pdf/1512.04860v1.pdf + Support for **deep-q-networks** and **actor-critic** models (via deep-deterministic-policy-gradients) - Binary import and export of network configurations (weights etc.) - High-performance ### Examples - [Self-driving car](/examples/cars) - [Advanced XOR](/examples/adv-xor) - [Andrej Karpathy's Waterworld](/examples/waterworld) (ConvNetJS replaced with NeuroJS) ### Running the examples ```bash npm install npm start ``` Open `http://localhost:8080/examples/` in your browser and select the demo you want to run. ### What's next? - More examples (pong, pendulum, snake,improved cars, etc.) - Support for web workers - LSTM and backpropagation through time
Excerpt of 1,479 characters
Read on GitHubJan Hünermann · United Kingdom
50
1
1
zhaocai · following alibaba · China
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:9ac1e2345deb2165, topic:deep-learning, topic:neural-network
matched fp:9ac1e2345deb2165, topic:reinforcement-learning, desc:reinforcement learning, readme:reinforcement learning
matched fp:9ac1e2345deb2165, topic:self-driving-car, readme:self-driving