GeNN  2.2.3
GPU enhanced Neuronal Networks (GeNN)
experiment.h File Reference
#include <cassert>
#include "hr_time.h"
#include "utils.h"
#include "Schmuker2014_classifier.cc"

Go to the source code of this file.

Macros

#define divi   "/"
 
#define D_MAX_RANDOM_NUM   32767
 
#define RECORDINGS_DIR   "recordings_iris_data"
 
#define CACHE_DIR   "cached_iris_data"
 
#define OUTPUT_DIR   "output_iris"
 
#define VR_DATA_FILENAME   "VR-recordings-iris.data"
 
#define DATASET_NAME   "Iris"
 
#define TOTAL_RECORDINGS   150
 
#define N_FOLDING   5
 
#define RECORDING_TIME_MS   1000
 
#define REPEAT_LEARNING_SET   2
 
#define SPIKING_ACTIVITY_THRESHOLD_HZ   5
 
#define FLAG_RUN_ON_CPU   1
 
#define MAX_FIRING_RATE_HZ   70
 
#define MIN_FIRING_RATE_HZ   20
 
#define GLOBAL_WEIGHT_SCALING   1.0
 
#define WEIGHT_RN_PN   0.5
 
#define CONNECTIVITY_RN_PN   0.5
 
#define WEIGHT_WTA_PN_PN   0.01
 
#define WEIGHT_WTA_AN_AN   0.01
 
#define CONNECTIVITY_PN_PN   0.5
 
#define CONNECTIVITY_AN_AN   0.5
 
#define CONNECTIVITY_PN_AN   0.5
 
#define MIN_WEIGHT_PN_AN   0.1
 
#define MAX_WEIGHT_PN_AN   0.4
 
#define WEIGHT_DELTA_PN_AN   0.04
 
#define PLASTICITY_INTERVAL_MS   330
 

Typedefs

typedef unsigned int UINT
 

Variables

CStopWatch timer
 

Macro Definition Documentation

#define CACHE_DIR   "cached_iris_data"
#define CONNECTIVITY_AN_AN   0.5
#define CONNECTIVITY_PN_AN   0.5
#define CONNECTIVITY_PN_PN   0.5
#define CONNECTIVITY_RN_PN   0.5
#define D_MAX_RANDOM_NUM   32767
#define DATASET_NAME   "Iris"
#define divi   "/"
#define FLAG_RUN_ON_CPU   1
#define GLOBAL_WEIGHT_SCALING   1.0
#define MAX_FIRING_RATE_HZ   70
#define MAX_WEIGHT_PN_AN   0.4
#define MIN_FIRING_RATE_HZ   20
#define MIN_WEIGHT_PN_AN   0.1
#define N_FOLDING   5
#define OUTPUT_DIR   "output_iris"
#define PLASTICITY_INTERVAL_MS   330
#define RECORDING_TIME_MS   1000
#define RECORDINGS_DIR   "recordings_iris_data"
#define REPEAT_LEARNING_SET   2
#define SPIKING_ACTIVITY_THRESHOLD_HZ   5
#define TOTAL_RECORDINGS   150
#define VR_DATA_FILENAME   "VR-recordings-iris.data"
#define WEIGHT_DELTA_PN_AN   0.04
#define WEIGHT_RN_PN   0.5
#define WEIGHT_WTA_AN_AN   0.01
#define WEIGHT_WTA_PN_PN   0.01

Typedef Documentation

typedef unsigned int UINT

Variable Documentation

CStopWatch timer