An open API service indexing awesome lists of open source software.

https://github.com/programmerdan/ai-simulation

Explorations in artificial intelligence
https://github.com/programmerdan/ai-simulation

Last synced: 8 months ago
JSON representation

Explorations in artificial intelligence

Awesome Lists containing this project

README

          

ai-simulation
=============

Explorations in artificial intelligence.

In this branch is some older, working code that demonstrates the evolution of neural
networks using genomic evolution. The neural networks are built using a genome, and
the most successful neural network's baseline genomes are used to construct
the next generation. There is no recognition here of epigenetics, e.g. only the
starting genome of each neural network is used in future generations.