Premise: How to describe complex thoughts with the simple electical signals from neurons?
Cellular Automata: Simple Rules, Complex Behavior.
current pattern | 111 | 110 | 101 | 100 | 011 | 010 | 001 | 000 |
---|---|---|---|---|---|---|---|---|
new state for center cell | 0 | 1 | 1 | 0 | 1 | 1 | 1 | 0 |
This is analogous to neurons with 3 inputs, and 1 output.
3D (2D+time):
Game of Life
This is analogous to neurons with 7 inputs, and 5 outputs.
9 inputs and 2 outputs