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 CenterFile Exchange에서 Build Deep Neural Networks에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by