Help CenterHelp Center
Class: Autoencoder
Generate a Simulink model for the autoencoder
generateSimulink(autoenc)
example
generateSimulink(autoenc) creates a Simulink® model for the autoencoder, autoenc.
autoenc
expand all
Autoencoder
Trained autoencoder, returned as an object of the Autoencoder class.
Load the training data.
X = digitSmallCellArrayData;
The training data is a 1-by-500 cell array, where each cell containing a 28-by-28 matrix representing a synthetic image of a handwritten digit.
Train an autoencoder with a hidden layer containing 25 neurons.
hiddenSize = 25; autoenc = trainAutoencoder(X,hiddenSize,... 'L2WeightRegularization',0.004,... 'SparsityRegularization',4,... 'SparsityProportion',0.15);
Create a Simulink model for the autoencoder, autoenc.
Introduced in R2015b
trainAutoencoder
Hai fatto clic su un collegamento che corrisponde a questo comando MATLAB:
Esegui il comando inserendolo nella finestra di comando MATLAB. I browser web non supportano i comandi MATLAB.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office