Live data from Hacker News

The boundary of neural network trainability is fractal

arxiv.org

21–30 of 69 posts

Re: The boundary of neural network trainability is fractal

#24

What does this mean?

As another poster pointed out, its much more intuitive with graphics.

The parameters that you tweak to control model learning have a self-similar property where as you zoom if you see more and more complexity. Its the very definition of local maxima all over the place.

Re: The boundary of neural network trainability is fractal

#28
post #3

Reposting comment from last time since I'm still curious: This is really fun to see. I love toy experiments like this. I see that each plot is always using the same initialization of weights, which presumably makes it possible to have more smoothness between each pixel. I also would guess it's using the same random seed for training (shuffling data). I'd be curious to know what the plots would look like with a differ…

I think if you used a random seed for weights and training data order, and reran the experiment enough times to average out the noise, then the resulting charts would then be smooth with no fractal patterns.

An interesting conjecture, well worth a paper in response.

Re: The boundary of neural network trainability is fractal

#29
One of Wofram's comments is that there appears to be much more internal structure in language semantics that we had expected, contra-Chomsky.

We also know the brain, cortex esp, is highly recurrent, so it should be primed for creating fractals and chaotic mixing.

So maybe the hidden structure is the set of neural hyperparams needed to put a given cluster of neurons into fractal/chaotic oscillations like this. Seems potentially more useful too.. way more information content than a configuration that yields a fast convergence to a fixed point.

Perhaps this is what learning deep NNs is doing: producing conditions where the substrate is at the tipping point, to get to a high-information generation condition, and then shaping this to fit the target system as well as it can with so many free parameters.

That suggests that using iterative generators that are somehow closer to the dynamics of real neurons would be more efficient for AI: it'd be easier to drive them to similar feedback conditions and patterns

Like matching resonators in any physical system

Post reply on HN