IBCM
self, eta=0.01, tau=2000.0) IBCM(
Rate-coded synapse with Intrator & Cooper (1992) plasticity.
Equivalent code:
= ann.Synapse(
IBCM = dict(
parameters = 0.01,
eta = 2000.0,
tau
),= [
equations 'tau * dtheta/dt + theta = post.r^2', locality='semiglobal', method='exponential'),
ann.Variable('dw/dt = eta * post.r * (post.r - theta) * pre.r',' min=0.0),
ann.Variable( ]
)
Parameters
Name | Type | Description | Default |
---|---|---|---|
eta | learning rate. | 0.01 |
|
tau | time constant of the sliding threshold. | 2000.0 |