A compact implementation of NEAT (NeuroEvolution of Augmentic Topologies) algorithm on C++ for small programs/projects.
-
Updated
Sep 11, 2015 - HTML
A compact implementation of NEAT (NeuroEvolution of Augmentic Topologies) algorithm on C++ for small programs/projects.
Implementation of NEAT algorithm, based on "Evolving Neural Networks through Augmenting Topologies" by Kenneth O. Stanley and Risto Miikkulainen
"Neuro Evolution of Augmenting Topologies"
An implementation of the NEAT (Neuroevolution through augmenting topologies) algorithm in Java. Originally found at http://nn.cs.utexas.edu/downloads/papers/stanley.ec02.pdf
Neuroscience-inspired optimization algorithm known as NeuroEvolution of Augmenting Topologies (NEAT)
An AI that learns how to play flappy bird, using NEAT (NeuroEvolution of Augmenting Topologies), essentially taking the best attributes from different Genomes of Birds to end up with birds that are better at the game.
A java implementation of NEAT(NeuroEvolution of Augmenting Topologies ) from scratch for the generation of evolving artificial neural networks. Only for educational purposes.
Genetic learning algorithm implementation for simulations, games, or general machine learning problems
C++ ES-HyperNEAT algorithm implementation
Neuroevolution through Augmenting Topologies
Using neural evolution of augmenting topologies developed a program based on computer vision for recognizing traffic lights in real time environment.
NEAT (NeuroEvolution of Augmentic Topologies) C++ Library Algorithm Implementation
This is a neuro-evolution of augmenting topologies library. It uses a genetic algorithm to evolve neural networks. This is useful when you don't have a dataset to train your neural network, for example when you need an agent to interact with an environment or to learn to play some games.
A humple implementation of the NeuroEvolution of Augmenting Topologies[NEAT] algorithm written purely in Python3.
Automatic Milking Systems Problem: Utilizing Neuroevolutionary Algorithms to infer milk components
This project provides GOLang implementation of Neuro-Evolution of Augmenting Topologies (NEAT) with Novelty Search optimization aimed to solve deceptive tasks with strong local optima
The GOLang implementation of NeuroEvolution of Augmented Topologies (NEAT) method to evolve and train Artificial Neural Networks without error back propagation
Add a description, image, and links to the augmenting-topologies topic page so that developers can more easily learn about it.
To associate your repository with the augmenting-topologies topic, visit your repo's landing page and select "manage topics."