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.

Cellular Automata (1983) [pdf]

95 pointsby jnakayamaabout 4 years ago

8 comments

nelsonmandelaabout 4 years ago
Dave Ackley is using cellular automata for new computational architectures.<p>Its really cool stuff and you&#x27;ll no doubt love it if you&#x27;re keen on that stuff. He&#x27;s also got a youtube channel under his name that is really worth checking out.<p><a href="https:&#x2F;&#x2F;direct.mit.edu&#x2F;isal&#x2F;proceedings&#x2F;isal2020&#x2F;32&#x2F;13&#x2F;98482" rel="nofollow">https:&#x2F;&#x2F;direct.mit.edu&#x2F;isal&#x2F;proceedings&#x2F;isal2020&#x2F;32&#x2F;13&#x2F;98482</a>
评论 #26900266 未加载
评论 #26900398 未加载
pehejeabout 4 years ago
Only a few pages in. Had to try: <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;peheje&#x2F;8076f619f6fbc1202954bc70720ef986" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;peheje&#x2F;8076f619f6fbc1202954bc70720ef...</a>
评论 #26897993 未加载
评论 #26896141 未加载
Gehinnnabout 4 years ago
2D cellular automata can also be used to recognize formal languages: Every character of a word forms an (initial) state. Finitely many additional non-character states are allowed. A word w is accepted iff the first cell indicates &quot;yes&quot; after |w|-1 iterations.<p>It is an open problem if there is a language that can be recognized after 2|w|-1 iterations, but not after |w|-1 iterations. Afaik, it is even unknown if there is any language in NP that cannot be recognized after |w|-1 steps (obviously P!=NP would imply this). I&#x27;m surprised how far math has come, but how little we know about computational complexity.
评论 #26900039 未加载
Isamuabout 4 years ago
Hey, this article got me interested in 1-d cellular automata at the time. Before that it was Von Neumann’s self replicating cellular automata and then Conway’s Life in the 70’s
prezjordanabout 4 years ago
Does Conway&#x27;s name only appear twice in this article?
评论 #26895952 未加载
mrkramerabout 4 years ago
Funny enough I started researching biology and computation 1 month ago and so far it has been a wild ride into topics such as biocomputation, emergent computation, evolutionary biology, evolutionary computation and artificial life.
评论 #26900247 未加载
meroesabout 4 years ago
Some nice demonstrations of 2d cellular automata <a href="https:&#x2F;&#x2F;oeis.org&#x2F;A139250&#x2F;a139250.anim.html" rel="nofollow">https:&#x2F;&#x2F;oeis.org&#x2F;A139250&#x2F;a139250.anim.html</a>
评论 #26896498 未加载
MengerSpongeabout 4 years ago
&quot;I wonder which will become self-aware first -- Wolfram Alpha, or Stephen Wolfram.&quot;<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9798333" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9798333</a>
评论 #26899009 未加载