TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

2 点作者 ghosthamlet超过 3 年前
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 条评论

veaxvoid超过 3 年前
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
PaulHoule超过 3 年前
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.