Changeset 708 for trunk/doc/dynamicsynapses.txt
- Timestamp:
- 02/12/10 16:02:09 (2 years ago)
- Files:
-
- 1 modified
-
trunk/doc/dynamicsynapses.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/dynamicsynapses.txt
r632 r708 73 73 >>> prj.getSynapseDynamics('tau_rec')[:5] 74 74 [50.0, 50.0, 50.0, 50.0, 50.0] 75 >>> from pyNN.random import RandomDistribution 75 76 >>> distr = RandomDistribution('normal', [0.02, 0.05]) 76 77 >>> prj2.randomizeSynapseDynamics('w_max', distr) 77 78 >>> prj2.getSynapseDynamics('w_max')[:5] 78 aofuha79 [-0.056605932509016577, 0.063197908706714212, 0.034940801886916589, 0.010755581262934901, 0.011700727992415299] 79 80 80 81 There are a number of examples of networks using synaptic plasticity in the ``examples`` directory of the source distribution.
