The RSME of the autoencoder is not reducing after training
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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);
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/873010/image.png)
4 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Pattern Recognition and Classification finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!