Can I use both of these type of autoencoder training for cell array type of data?
1 view (last 30 days)
Show older comments
I saw two types of autoencoder training on the mathwork site. May I know what is the difference and which one to use for non-image autoencoder?
autoenc1 = trainAutoencoder(train_data1,hiddenSize1, 'MaxEpochs',400, 'L2WeightRegularization',0.004, 'SparsityRegularization',4, 'SparsityProportion',0.15, 'ScaleData', false)
autoenc1 = trainAutoencoder(train_data1,10000,'MaxEpochs',400, 'DecoderTransferFunction','purelin')
0 Comments
Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!