neuroevolution
Neuroevolution: evolving neural networks using tensorflow.js and genetic algorithm
Neuroevolution: evolving neural networks using tensorflow.js and genetic algorithm
My best attempt at NeuroEvolution of Augmenting Topologies in js
A package for implementing NeuroEvolution of Augmenting Topologies (NEAT) in javascript
TinyNEAT is a tiny, js-native NEAT (NeuroEvolution of Augmenting Topologies) library, meant to easily incorporate into any codebase.
A JavaScript implementation of the NEAT (NeuroEvolution of Augmenting Topologies) algorithm for evolving artificial neural networks.
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.
Typescript implementation of NEAT - Neuroevolution of Augmenting Topologies