splitlogo

SplitNeuron

Creative Commons License SourceForge Logo

News
2010 April 11: newer version draft uploaded
2010 February 11: newer version ready (enabling download in a few days...)
2009 Jan 3: evaluating keeping only Izhikevich model and generalize to compartmental approach
2007 Mar 30: more explanations on Flowcharts added
2007 Jan 02: Flowcharts for all used function are ready!
2006 Dec 22: Made some speedup changes to the code.
2006 Dec 10: I&F works! Check new code!
2006 Nov 20: Modified Manual is available online and pdf!
2006 Nov 12: First draft of Manual is available online
SplitNeuron is a project for a set of data structures and functions being able to simulate large, biologically plausible, neural networks. It is based on information flow implying separation of data representing neurons (hence the project name).
It includes the possibility to share load between multiple machines and calibrating operational load on each machine, due to the structure used for data exchange between network layers.

Until now, the project design has three main features:
- Exposition (separation and specification) of data structures
- Creation of a brand new connection scheme
- A related new structure for network updating
The source code has been developed in C language.

The neuron model implemented by SplitNeuron is E. M. Izhikevich´ Simple Model.