https://github.com/lrlna/jsconf-uy-automata
JSConf UY 2016 talk
https://github.com/lrlna/jsconf-uy-automata
Last synced: 3 months ago
JSON representation
JSConf UY 2016 talk
- Host: GitHub
- URL: https://github.com/lrlna/jsconf-uy-automata
- Owner: lrlna
- Created: 2016-04-06T05:54:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-15T17:57:16.000Z (over 9 years ago)
- Last Synced: 2025-01-11T17:37:25.640Z (9 months ago)
- Language: JavaScript
- Homepage: https://lrlna.github.io/jsconf-uy-automata
- Size: 13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taking on Genetically Evolving Cellular Automta with JavaScript
Upcoming [JSConf UY](https://jsconf.uy/) Talk on Cellular Automata :dancer:
---
## Abstract:
1. We will be looking at cellular automata. A cellular automata is a set of units governed with very simple rules. These units make up a complex system, or a model.2. We can train cellular automata to genetically evolve, making themselves better overtime. We can make them adhere to a set of rules that would make the system reach a certain outcome at the end of N generations. We can even use these concepts in the wild.
3. We will be doing it all with JavaScript.
---
## About Irina:
Irina is a software developer based in Vancouver, Canada. She is a javascript and node enthusiast. Aside from enthusiasting over javascript, she is a regular hiker out in the Rocky mountains, and a code mentor around Vancouver.