S. Husler, H. Markram, and W. Maass, 2003
The package haeusler_etal_2003.zip contains the
software for the simulations for figure 1, 2, 3, 5, 6 and 7 of the
article Perspectives of the high
dimensional dynamics of neural microcircuits from the point of view of
low dimensional readouts.
Installation
If you have Linux or Windows it should basically suffice to unpack the
zip files in a directory of your choice and to add this directory to
your Matlab search path.
Here is a step by step installation procedure:
- Install the Learning-Tool package.
- Download the haeusler_etal_2003 package from above.
- Unzip the file (e.g. using WinZip). This will create a
subdirectory haeusler_etal_2003.
- Start Matlab and change into the directory haeusler_etal_2003
- Add the path haeusler_etal_2003 to the Matlab search path; e. g:
- addpath('/yourpath/haeusler_etal_2003');
- addpath('c:\yourpath\haeusler_etal_2003');
- Add the lsm path 'yourpath/lsm' to the Matlab search path where
lsm_startup resides; e. g:
- addpath('/yourpath/lsm');
- addpath('c:\yourpath\lsm');
Software description
The package contains the following executable files:
- Figure_1&2_Classification.m
- Figure_3_Noisy_classification.m
- Figure_5_Trajectories_for_different_weight_setups.m
- Figure_6&7_Dependence_of_the_smoothness_on_the_circuit_size.m
|