Home | Trees | Indices | Help |
---|
|
object --+ | Layer
abstract layer class.
A layer is a list of weights. Weights are theano shared tensors that are needed for example to compute activation. You can use them also for other reasons e.g., speeds to implement momentum GSD.
|
|||
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
__abstractmethods__ =
|
|||
_abc_cache = <_weakrefset.WeakSet object at 0x10dded250>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x10dded290>
|
|||
_abc_negative_cache_version = 23
|
|||
_abc_registry = <_weakrefset.WeakSet object at 0x10ddd2790>
|
|
|||
Inherited from |
|
initialize by the given weight properties, all params are lists of the same length
|
get a list of the flattened version of the weights of this layer
|
reshape the given flattened weights into the correct dimensions for this layer
|
set weights
|
compute the L1 or L2 norm of weights
|
|
__abstractmethods__
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Aug 21 01:14:52 2013 | http://epydoc.sourceforge.net |