Home | Trees | Indices | Help |
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
Attention:
|
|
Performs the unsupervised learning step of the input autoencoders, using a batch-gradient backpropagation algorithm. Classically, in a DeepNeuralNetwork, only the input autoencoders are pretrained. The data used for this pretraining step can be the input training dataset used for the supervised learning (see finetune), or a subset of this dataset, or else a specially crafted input pretraining dataset. Once an AutoEncoder is learned, the projection (encoding) layer is kept and used to initialize the network layers. The backprojection (decoding) part is not useful anymore.
|
Performs the unsupervised learning step of the output autoencoders, using a batch-gradient backpropagation algorithm. The InputOutputDeepArchitecture pretrains the output autoencoders, in the same way the DeepNeuralNetwork does for input autoencoders. In this case, the given training data are the labels (y) and not the examples (x) (i.e. the labels that the network must predict). Once an AutoEncoder is learned, the backprojection layer (decoding) is kept and used to initialize the network layers. The projection (encoding) part is not useful anymore.
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.2 on Thu Aug 20 13:34:15 2015 | http://epydoc.sourceforge.net |