encode
Class: Autoencoder
(To be removed) Encode input data
encode will be removed in a future release. For more information,
see Transition Legacy Neural Network Code to dlnetwork Workflows.
For advice on updating your code, see Version History.
Syntax
Description
returns the encoded data,
Z = encode(autoenc,Xnew)Z, for the input data Xnew, using the
autoencoder, autoenc.
Input Arguments
Output Arguments
Examples
Algorithms
If the input to an autoencoder is a vector , then the encoder maps the vector x to another vector as follows:
where the superscript (1) indicates the first layer. is a transfer function for the encoder, is a weight matrix, and is a bias vector.
Version History
Introduced in R2015bSee Also
Time Series
Modeler | fitrnet (Statistics and Machine Learning Toolbox) | fitcnet (Statistics and Machine Learning Toolbox) | trainnet | trainingOptions | dlnetwork