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
- Host: GitHub
- URL: https://github.com/programmerdan/ai-simulation
- Owner: ProgrammerDan
- Created: 2013-03-23T00:27:15.000Z (about 13 years ago)
- Default Branch: old-ai-sim-complexeyes
- Last Pushed: 2015-01-28T14:13:52.000Z (over 11 years ago)
- Last Synced: 2025-04-04T02:41:52.153Z (about 1 year ago)
- Language: Java
- Size: 359 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.