The RSME of the autoencoder is not reducing after training

2 vues (au cours des 30 derniers jours)
Ng Yong Jie
Ng Yong Jie le 25 Jan 2022
When I train for the first autoencoder using the code below, the Mean Squared Error is not reducing. However when I did it for the second autoencoder (with different epoch), it performed well with a reducing Mean Sqeared Error.
hiddenSize1 = 100
autoenc1 = trainAutoencoder(train1,hiddenSize1, ...
'MaxEpochs',400, ...
'L2WeightRegularization',0.004, ...
'SparsityRegularization',4, ...
'SparsityProportion',0.15, ...
'ScaleData', false);
  4 commentaires
Ng Yong Jie
Ng Yong Jie le 5 Mar 2022
I did not change anything for the seccond autoencoder.
Mahesh Taparia
Mahesh Taparia le 7 Mar 2022
Can you share the autoencoder objects and plot for both the cases?

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Pattern Recognition and Classification dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by