NeuroEvolution of Augmenting Topologies (NEAT) implemented in Javascript (with tests done in Mocha for verification). Can be used as a node module or in a browser
NEAT (Neuroevolution of Augmenting Topologies) implementation in JavaScript
Compositional Pattern Producing Networks (CPPN), a form of Artificial Neural Network with differing activation functions, implemented in Javascript with Mocha tests for verification
A VERY simple implementation of the NEAT algorithm in javascript to simulate neuroevolution. NOTE: This project only works for very simple data and isn't suitable for complicated tasks.
WIN Module for generating NEAT Genotypes that encode cppns or other artificial neural networks.
Compositional Pattern Producing Networks (CPPN), a form of Artificial Neural Network with differing activation functions, implemented in Javascript with Mocha tests for verification
A Neuroevolution Library
NEAT Neural Network Implementation in TypeScript