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.

Interactive computational neuroscience – part 1, spiking neurons

114 pointsby jterwillabout 7 years ago

7 comments

taneqabout 7 years ago
Thanks for this! I've been trying to find something quantitative about modeling neurons for a while now but everything seems to be either basic research ("when we poke the rat we get 50hZ spikes of 5mV in the temporal lobe" type information) or handwavey qualitative pop-sci ("neurons link together to make a magical biological computer"). This is great. :)
mzitelliabout 7 years ago
Such a great article, during college I made a simple simulation connecting 40000 Izhikevich neurons in a squared layout, which generated some neat behaviors [1] - your article helped me understand better what was happening there. However I still find myself curious about the visible patters that emerge, would be great to have an article covering the dynamics of multiple neurons.<p>[1] - <a href="https:&#x2F;&#x2F;vimeo.com&#x2F;25477585" rel="nofollow">https:&#x2F;&#x2F;vimeo.com&#x2F;25477585</a>
donquichotteabout 7 years ago
Nice! It bothers me a bit that in the first scroll plot, it says &quot;input current (mV): -5&quot; - not only because current is measured in A, but also because I don&#x27;t know how the input is applied and how the membrane potential is measured.
return1about 7 years ago
this is awesome - i ll be recommending it as an intro to students interested in comp-neuro .
pestsabout 7 years ago
I&#x27;ve always been interested in this aspect of neuroscience but didn&#x27;t realize &#x27;computational&#x27; was a sub-field of its own. This is an amazing discovery for me. Can anyone else recommend any articles or (online) courses?
评论 #16848667 未加载
评论 #16846424 未加载
Dawny33about 7 years ago
Very nicely written.<p>The way dynamical systems are explained is nice and refreshing, esp keeping novices in mind.<p>Definitely recommending to the team.
ribrarsabout 7 years ago
Well done, this is both comprehensive and interactive.