▲ | dbagr 3 days ago | ||||||||||||||||
You need recursion at some point: you can't account for all possible scenarios of combinations, as you would need an infinite number of layers. | |||||||||||||||||
▲ | crystal_revenge 3 days ago | parent | next [-] | ||||||||||||||||
> infinite number of layers That’s not as impossible as it seems, Gaussian Processes are equivalent to a Neural Network with infinite hidden units, and any multilayer NN can be approximated by one with a single, larger layer of hidden units. | |||||||||||||||||
| |||||||||||||||||
▲ | advael 3 days ago | parent | prev [-] | ||||||||||||||||
I mean recurrence is an attempt to allow approximation of recursive processes, no? |