TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

2 pointsby ghosthamletover 3 years ago
I just know and reading this book: Emergence: From Chaos To Order (https:&#x2F;&#x2F;www.amazon.com&#x2F;Emergence-Chaos-Order-Helix-Books&#x2F;dp&#x2F;0738201421),<p>but it just studied simple shadow neural network,<p>Are there any research using chaos theory to study Deep neural network?

2 comments

veaxvoidover 3 years ago
A lot of it you can check here <a href="https:&#x2F;&#x2F;scholar.google.com&#x2F;scholar?hl=en&amp;as_sdt=0%2C5&amp;q=chaos+deep+learning&amp;oq=chaos+dee" rel="nofollow">https:&#x2F;&#x2F;scholar.google.com&#x2F;scholar?hl=en&amp;as_sdt=0%2C5&amp;q=chao...</a> or <a href="https:&#x2F;&#x2F;scholar.google.com&#x2F;scholar?hl=en&amp;as_sdt=0%2C5&amp;q=chaos+theory+deep+learning&amp;btnG=" rel="nofollow">https:&#x2F;&#x2F;scholar.google.com&#x2F;scholar?hl=en&amp;as_sdt=0%2C5&amp;q=chao...</a><p>Also try to search for chaos in reinforcement learning. Hope it will help
PaulHouleover 3 years ago
Chaotic systems are iterative, that is, you keep data through the same function over and over again.<p>As usually used, neural networks run in a single pass, you get data in and get data out.<p>If you iterated a deep neural network you&#x27;d probably find chaos and other dynamic phenomena. But if you just run it once, nope.