Home | Trees | Indices | Help |
---|
|
abstract classes for deep models
|
|||
|
|
|||
Layer abstract layer class. |
|||
Model generic model class with basic functionality |
|||
SpeedLayer This layer provides an extra set of weights as a support the momentum algorithm for SGD. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__package__ =
|
|||
log = <logging.Logger object at 0x10dded210>
|
|||
spec_list =
|
|
alloc a matrix of weights and return a theano shared variable Note : optimal initialization of weights is dependent on the activation function used (among other things). Here I replicate http://www.deeplearning.net/tutorial/mlp.html#mlp |
transform each component of X so that it fits on an interval [-1, 1]
|
transform each component of X so that it has unit variance
|
transform each component of X so that it has zero mean x: a pandas data panel of the form <anchors> X <tracks> X <genome position> return: (the shifted input, the mean for each input component. this is an array of shape(<tracks>, <genome position>)) |
|
spec_list
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Aug 21 01:14:52 2013 | http://epydoc.sourceforge.net |