After reaching a dead end with neural modeling using Perl and PDL I decided to take another look at Eugene Izhikevich's implementation of a neural simulator described in one of his articles. It turned our that a group in Israel already extended his implementation and added a MATLAB interface as well as support for different kinds of input channels and recorders. Still, the current code a) implements the older model [?], b) has all neuron parameters hardcoded, and c) doesn't provide real-time Neural-Viewer-like visualization. Let's see how much time fixing a) and b) will take...
Leave a comment