EVENT BASED NEURAL NETWORK MODEL

By Pavel Sountsov (ps335 at cornell.edu)
 _____________________________________________________       ___
/                                                     \_____/   \
|---How To Compile------------------------------------|_____|+V+|
\_____________________________________________________/     \___/

There are 3 source files for this model. You will also need the allegro library freely available at http://www.liballeg.org/wip.html. The code is licensed under GPL version 3. See gpl.txt for the license text.
 _____________________________________________________       ___
/                                                     \_____/   \
|---How To Use----------------------------------------|_____|+V+|
\_____________________________________________________/     \___/

Control keys:
Left/Right - Alters the synaptic strength
Up/Down - Alters the constant current
ESC - Quits

GUI:
The green line segments signify individual spikes of each neuron. The horizontal axis represents the time, the vertical axis represents the neuron number. The horizontal line delineates the division between the inhibitory and excitatory cells. All spikes above that line are from the inhibitory neurons. All spikes below are from the excitatory neurons.

The numerical outputs are as follows:
Sim Time - The ammount of time the simulation took, in seconds.
# Events - Average number of events per cell
# Spikes - Average number of spikes per cell
Current - Ammount of constant current injected into each cell
Syn Str - Synaptic connection strength

