| Trees | Indices | Help |
|
|---|
|
|
Bienenstock, Cooper, and Munro (1982) learning rule with a fixed threshold.
(See Dayan and Abbott, 2001, equation 8.12) In the BCM rule, activities change only when there is both pre- and post-synaptic activity. The full BCM rule requires a sliding threshold (see CFPBCM), but this version is simpler and easier to analyze.
Requires some form of output_fn normalization for stability.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
unit_threshold = param.Number(default= 0.5, bounds= (0, None),Threshold between LTD and LTP. |
|||
name = <param.parameterized.String object at 0xb287a6c>String identifier for this object. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Apply this learning function given the input and output activities and current weights. Must be implemented by subclasses.
|
|
|||
unit_thresholdThreshold between LTD and LTP.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:36 2010 | http://epydoc.sourceforge.net |