harthur/brain
A lightweight JavaScript library for creating and training feed-forward neural networks.

Velocity · 7d
+1.4
★ / day
Trend
→steady
star history
Provides a simple neural network implementation in pure JavaScript. Allows training networks with input-output pairs using backpropagation-style learning. Includes serialization options to export trained networks as functions or JSON for use in browser or Node.js applications.