BrainJS/brain.js
A JavaScript library providing GPU-accelerated neural network implementations for browser and Node.js environments.

Velocity · 7d
+3.9
★ / day
Trend
→steady
star history
Brain.js is a continuation of the original brain library, offering GPU-accelerated neural network capabilities in JavaScript. It supports both convolutional neural networks and recurrent neural networks, enabling users to build, train, and run neural network models directly in the browser or via Node.js. The library abstracts away the complexity of GPU computation, making neural network development accessible to JavaScript developers.