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.

Building a Silicon Brain

73 pointsby yigitdemiragabout 6 years ago

5 comments

joe_the_userabout 6 years ago
Among the problems you get with the neuromorophic chips is that they are choosing which hypothetical neural algorithm the chip should use and which silicon implementation should be made of that algorithm.<p>Current AI is continuously modifying it&#x27;s algorithms. Personally, I&#x27;d want to see parallel chips with a programming interface at least as &quot;general purpose&quot; as the GPU.<p>One might even boldly say something like &quot;the only way this deep learning explosion happened is through the consumer market making powerful parallel chips ubiquitous&quot;. Or more cynically, &quot;if chip maker had been looking at only AI applications, they would have strangled the deep learning explosion by their tendency to demand $10K+ per installation since they look at the well-healed corporation that easily afford these and thus ignore the graduate students who make the conceptual progress in their basements.&quot; Even Nvidia is eager to divide their offerings between $500 game boards and $5000+ deep learning boards. One assumes a neuromorophic chip would be way up this &quot;high end&quot;.
评论 #19835468 未加载
评论 #19834077 未加载
评论 #19838022 未加载
sowbugabout 6 years ago
Transmitting analog voltages in neuromorphic circuits reminds me of a cool experiment I heard about a while ago. A team used an evolutionary algorithm to adapt an FPGA to recognize sounds. When they got the behavior they wanted, they tried copying the circuit to another FPGA and found that it didn&#x27;t work because the algorithm had evolved dependencies on specific quirks in the original physical FPGA. I can&#x27;t figure out how to link to the PDF directly, but the original research is probably &quot;An Evolved Circuit, Intrinsic in Silicon, Entwined With Physics&quot; by Adrian Thompson, which tells the story far better than I have.<p>It&#x27;s neat to think that our own brains might have adapted wiring that works specifically for the actual molecules that make up our bodies. It&#x27;s uniqueness on a different level.
评论 #19834047 未加载
andrepdabout 6 years ago
On this topic, more specifically of whole-brain emulation, a very interesting report I found a few months ago: &quot;Whole Brain Emulation: A Roadmap&quot;. It&#x27;s one of a very rare breed: an evaluation of a <i>future</i> technology that <i>does not</i> enter into wild speculation or wishful thinking, but remains critical and objective as far as possible.<p>[1]: <a href="https:&#x2F;&#x2F;www.fhi.ox.ac.uk&#x2F;brain-emulation-roadmap-report.pdf" rel="nofollow">https:&#x2F;&#x2F;www.fhi.ox.ac.uk&#x2F;brain-emulation-roadmap-report.pdf</a>
评论 #19835373 未加载
jo-mabout 6 years ago
Another interesting kind of hardware they have at INI (Giacomo Indiveri&#x27;s institute) are the dynamic vision sensors (initially developed by Lichtsteiner, Posch, Delbruck, Berner, Kramer).<p>Those are cameras modeled after the human retina, and they overcome the processing and frame rate bottleneck of traditional cameras by using an event based architecture (event stream of pixel brightness changes -&gt; no data if nothing changes). This allows microsecond latency in machine vision systems, without the high data rates you get with frame based cameras.<p>* Overview: <a href="http:&#x2F;&#x2F;siliconretina.ini.uzh.ch&#x2F;wiki&#x2F;index.php" rel="nofollow">http:&#x2F;&#x2F;siliconretina.ini.uzh.ch&#x2F;wiki&#x2F;index.php</a><p>* Company selling them: <a href="https:&#x2F;&#x2F;inivation.com&#x2F;dvs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;inivation.com&#x2F;dvs&#x2F;</a><p>* Another company selling them split off by one of the PHDs: <a href="https:&#x2F;&#x2F;www.prophesee.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.prophesee.ai&#x2F;</a><p>* Demo video: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;jnzPuDUsP4w?t=14" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;jnzPuDUsP4w?t=14</a>
colinatorabout 6 years ago
This neuromorphic stuff is super cool. I wish I could just buy some! I&#x27;m the author of spikeflow (github.com&#x2F;colinator&#x2F;spikeflow). I&#x27;d love to support neuromorphic hardware.<p>For the moment, biological neural networks (brains) are, I believe, many orders of magnitude more powerful, and especially more efficient than, current computers. But it&#x27;s hard to say, because it&#x27;s so hard to tease out the important parts of what the brain does, because it does so much. There are so many types of neurons, so many types of connectivity, so many interacting neurotransmitters, so many support cells that affect computation... almost like the brain is the result of a billion years of hack-upon-hack evolution...
评论 #19834536 未加载