augmenting-topologies topic

List augmenting-topologies repositories

trecognizer

12
Stars
14
Forks
Watchers

Using neural evolution of augmenting topologies developed a program based on computer vision for recognizing traffic lights in real time environment.

goNEAT

74
Stars
19
Forks
Watchers

The GOLang implementation of NeuroEvolution of Augmented Topologies (NEAT) method to evolve and train Artificial Neural Networks without error back propagation

goNEAT_NS

36
Stars
7
Forks
Watchers

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

tinyai

16
Stars
3
Forks
Watchers

A compact implementation of NEAT (NeuroEvolution of Augmentic Topologies) algorithm on C++ for small programs/projects.

NEAT-Python

41
Stars
10
Forks
Watchers

Genetic learning algorithm implementation for simulations, games, or general machine learning problems

evo-NEAT

34
Stars
15
Forks
Watchers

A java implementation of NEAT(NeuroEvolution of Augmenting Topologies ) from scratch for the generation of evolving artificial neural networks. Only for educational purposes.