|
|
__call__(self,
input_activity,
unit_activity,
weights,
single_connection_learning_rate)
Update the value of the given weights matrix based on the
input_activity matrix (of the same size as the weights matrix),
the response of this unit (the unit_activity), and the previous weights
matrix governed by a per-connection learning rate. |
source code
|
|
|
Inherited from param.parameterized.Parameterized:
__getstate__,
__init__,
__repr__,
__setstate__,
__str__,
debug,
defaults,
force_new_dynamic_value,
get_param_values,
get_value_generator,
inspect_value,
message,
print_param_values,
script_repr,
set_default,
set_dynamic_time_fn,
set_param,
state_pop,
state_push,
verbose,
warning
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|