Live data from Hacker News

Ask HN: Are there any research using chaos theory to study Deep neural network?

news.ycombinator.com

1–3 of 3 posts

Ask HN: Are there any research using chaos theory to study Deep neural network?

#1
I just know and reading this book: Emergence: From Chaos To Order (https://www.amazon.com/Emergence-Chaos-Order-Helix-Books/dp/0738201421),

but it just studied simple shadow neural network,

Are there any research using chaos theory to study Deep neural network?

Re: Ask HN: Are there any research using chaos theory to study Deep neural network?

#3
Chaotic systems are iterative, that is, you keep data through the same function over and over again.

As usually used, neural networks run in a single pass, you get data in and get data out.

If you iterated a deep neural network you'd probably find chaos and other dynamic phenomena. But if you just run it once, nope.