Spike!  v1.0
A high speed Spiking Neural Network Simulator designed for GPGPUs.
Public Member Functions | Public Attributes
FourLayerVisionSpikingModel Class Reference
Inheritance diagram for FourLayerVisionSpikingModel:
SpikingModel

List of all members.

Public Member Functions

virtual void finalise_model ()

Public Attributes

bool E2E_L_ON
bool E2E_FB_ON
bool LI_ON
bool E2E_L_STDP_ON
int number_of_non_input_layers
int dim_excit_layer
int dim_inhib_layer
int * LBL_max_number_of_connections_per_pair_E2E_FF
int * LBL_max_number_of_connections_per_pair_E2I_L
int * LBL_max_number_of_connections_per_pair_I2E_L
int * LBL_max_number_of_connections_per_pair_E2E_L
int * LBL_max_number_of_connections_per_pair_E2E_FB
int * LBL_fanInCount_E2E_FF
int * LBL_fanInCount_E2I_L
int * LBL_fanInCount_I2E_L
int * LBL_fanInCount_E2E_L
int * LBL_fanInCount_E2E_FB
float * LBL_gaussian_synapses_sd_E2E_FF
float * LBL_gaussian_synapses_sd_E2I_L
float * LBL_gaussian_synapses_sd_I2E_L
float * LBL_gaussian_synapses_sd_E2E_L
float * LBL_gaussian_synapses_sd_E2E_FB
float * LBL_biological_conductance_scaling_constant_lambda_E2E_FF
float * LBL_biological_conductance_scaling_constant_lambda_E2I_L
float * LBL_biological_conductance_scaling_constant_lambda_I2E_L
float * LBL_biological_conductance_scaling_constant_lambda_E2E_L
float * LBL_biological_conductance_scaling_constant_lambda_E2E_FB
float * LBL_decay_term_tau_g_E2E_FF
float * LBL_decay_term_tau_g_E2I_L
float * LBL_decay_term_tau_g_I2E_L
float * LBL_decay_term_tau_g_E2E_L
float * LBL_decay_term_tau_g_E2E_FB
float max_FR_of_input_Gabor
float absolute_refractory_period
float learning_rate_rho
float decay_term_tau_C
float decay_term_tau_D
float E2E_FF_minDelay
float E2E_FF_maxDelay
float E2I_L_minDelay
float E2I_L_maxDelay
float I2E_L_minDelay
float I2E_L_maxDelay
float E2E_FB_minDelay
float E2E_FB_maxDelay
float E2E_L_minDelay
float E2E_L_maxDelay
LIFSpikingNeuronslif_spiking_neurons
ImagePoissonInputSpikingNeuronsimage_poisson_input_spiking_neurons
ConductanceSpikingSynapsesconductance_spiking_synapses
EvansSTDPevans_stdp
vector< int > EXCITATORY_NEURONS
vector< int > INHIBITORY_NEURONS

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Enumerations