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

2 points by ghosthamlet ↗ HN
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?

2 comments

[ 2.6 ms ] story [ 18.5 ms ] thread
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.