https://github.com/nathanrooy/evolving-simple-organisms
Evolving simple organisms using a genetic algorithm and deep learning from scratch with python
https://github.com/nathanrooy/evolving-simple-organisms
deep-learning evolutionary-optimization genetic-algorithm neural-network python tutorial
Last synced: 4 months ago
JSON representation
Evolving simple organisms using a genetic algorithm and deep learning from scratch with python
- Host: GitHub
- URL: https://github.com/nathanrooy/evolving-simple-organisms
- Owner: nathanrooy
- License: mit
- Created: 2017-12-21T03:03:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T13:09:45.000Z (almost 6 years ago)
- Last Synced: 2025-07-05T22:36:18.400Z (5 months ago)
- Topics: deep-learning, evolutionary-optimization, genetic-algorithm, neural-network, python, tutorial
- Language: Python
- Size: 529 KB
- Stars: 147
- Watchers: 13
- Forks: 55
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# evolving-simple-organisms
Evolving simple organisms using a genetic algorithm and deep learning from scratch with python.

The tutorial for this repo is located here -> https://nathanrooy.github.io/posts/2017-11-30/evolving-simple-organisms-using-a-genetic-algorithm-and-deep-learning/