Main Content

自编码器

使用自编码器神经网络执行无监督的特征学习

如果您有未标注数据,请使用自编码器神经网络进行无监督学习以进行特征提取。

AutoencoderAutoencoder class

函数

trainAutoencoderTrain an autoencoder
trainSoftmaxLayerTrain a softmax layer for classification
decodeDecode encoded data
encodeEncode input data
generateFunctionGenerate a MATLAB function to run the autoencoder
generateSimulinkGenerate a Simulink model for the autoencoder
networkConvert Autoencoder object into network object
plotWeightsPlot a visualization of the weights for the encoder of an autoencoder
predictReconstruct the inputs using trained autoencoder
stackStack encoders from several autoencoders together
viewView autoencoder

主题