GeNN  2.2.3
GPU enhanced Neuronal Networks (GeNN)
Model_Schmuker_2014_classifier.cc File Reference
#include "modelSpec.h"
#include <iostream>

Macros

#define DT   0.5
 
#define NUM_VR   10
 
#define NUM_FEATURES   4
 
#define NUM_CLASSES   3
 
#define NETWORK_SCALE   10
 
#define CLUST_SIZE_AN   (NETWORK_SCALE * 6)
 
#define CLUST_SIZE_PN   (NETWORK_SCALE * 6)
 
#define CLUST_SIZE_RN   (NETWORK_SCALE * 6)
 
#define SYNAPSE_TAU_RNPN   1.0
 
#define SYNAPSE_TAU_PNPN   5.5
 
#define SYNAPSE_TAU_PNAN   1.0
 
#define SYNAPSE_TAU_ANAN   8.0
 

Functions

void modelDefinition (NNmodel &model)
 

Macro Definition Documentation

#define CLUST_SIZE_AN   (NETWORK_SCALE * 6)
#define CLUST_SIZE_PN   (NETWORK_SCALE * 6)
#define CLUST_SIZE_RN   (NETWORK_SCALE * 6)
#define DT   0.5
#define NETWORK_SCALE   10
#define NUM_CLASSES   3
#define NUM_FEATURES   4
#define NUM_VR   10
#define SYNAPSE_TAU_ANAN   8.0
#define SYNAPSE_TAU_PNAN   1.0
#define SYNAPSE_TAU_PNPN   5.5
#define SYNAPSE_TAU_RNPN   1.0

Function Documentation

void modelDefinition ( NNmodel model)