Neural Nets vs. Cellular Automata
17 days ago
- #update rules
- #cellular automaton
- #binary states
- Cellular automaton update rules define the state of a cell (ON or OFF) at time t.
- A cell is ON (represented by 1) or OFF (represented by 0) based on its state at time t.
- Update rules for OFF cells are specified by a set S_OFF_t, which includes values 0 through 8.