Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cell update dropout #3

Open
mturnshek opened this issue May 25, 2020 · 0 comments
Open

Add cell update dropout #3

mturnshek opened this issue May 25, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@mturnshek
Copy link
Owner

from distill "Growing Neural Cellular Automata"
https://distill.pub/2020/growing-ca/

"Typical cellular automata update all cells simultaneously. This imples the existence of a global clock, synchronizing all cells. Relying on global synchronization is not something one expects from a self-organizing system. We relax this requirment by assuming that each cell performs an update independently, waiting for a random time interval between updates."

@mturnshek mturnshek changed the title Add "cell update dropout" Add cell update dropout May 25, 2020
@mturnshek mturnshek added the enhancement New feature or request label May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant