Cellular Automata as Convolutional Neural Networks
1–10 of 15 posts
Re: Cellular Automata as Convolutional Neural Networks
#2Re: Cellular Automata as Convolutional Neural Networks
#3Re: Cellular Automata as Convolutional Neural Networks
#4Re: Cellular Automata as Convolutional Neural Networks
#5Not sure I understand the importance of this...
Re: Cellular Automata as Convolutional Neural Networks
#6Not sure I understand the importance of this...
Indeed, CA can be represented by simple combinations of boolean functions, obviously by NN also, which is a combination of similar nonlinear functions.
Re: Cellular Automata as Convolutional Neural Networks
#7Earlier quoted context omitted.
Indeed, CA can be represented by simple combinations of boolean functions, obviously by NN also, which is a combination of similar nonlinear functions.
A wide enough NN can represent any arbitrary binary function, but it's not obvious that one can learn it.
Re: Cellular Automata as Convolutional Neural Networks
#8Earlier quoted context omitted.
A wide enough NN can represent any arbitrary binary function, but it's not obvious that one can learn it.
Yet the best NNs are deep, not wide.
Infinite wide networks are a newly active field and has recently shown some promising results, theoretically [1, 2] and empirically [3].
[1] https://arxiv.org/abs/2001.06931 [3] https://arxiv.org/abs/1806.07572 [2] https://ai.googleblog.com/2020/03/fast-and-easy-infinitely-w...
Re: Cellular Automata as Convolutional Neural Networks
#9See also: "learning" Conway's Game of Life configurations by gradient descent. https://hardmath123.github.io/conways-gradient.html
Re: Cellular Automata as Convolutional Neural Networks
#10See also: "learning" Conway's Game of Life configurations by gradient descent. https://hardmath123.github.io/conways-gradient.html