neataptic and neatjs
These are competitors offering different implementations of NEAT algorithms in JavaScript, with neataptic being the more mature and actively maintained option (as evidenced by significantly higher adoption and monthly downloads).
About neataptic
wagenaartje/neataptic
:rocket: Blazing fast neuro-evolution & backpropagation for the browser and Node.js
Supports dynamic network architectures with removable neurons and synapses, plus six pre-built network types (LSTM, GRU, Perceptron) alongside layer-based and neuron-by-neuron composition. Implements the Instinct neuro-evolution algorithm with multi-threaded evolution and backpropagation claiming 5x+ performance gains over competitors. Runs identically in browser and Node.js environments for both supervised and unsupervised learning tasks.
About neatjs
alenaksu/neatjs
NEAT (Neuro Evolution of Augmenting Topologies) implementation in JavaScript
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work