The RSME of the autoencoder is not reducing after training

2 ビュー (過去 30 日間)
Ng Yong Jie
Ng Yong Jie 2022 年 1 月 25 日
コメント済み: Mahesh Taparia 2022 年 3 月 7 日
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 件のコメント
Ng Yong Jie
Ng Yong Jie 2022 年 3 月 5 日
I did not change anything for the seccond autoencoder.
Mahesh Taparia
Mahesh Taparia 2022 年 3 月 7 日
Can you share the autoencoder objects and plot for both the cases?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeBuild Deep Neural Networks についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by