オートエンコーダのウェイトの初期値を調べる方法はありますか?How to check the initial value of EncoderWeights?
Show older comments
autoenc=trainAutoencoder(YY23,50, ...
'MaxEpochs',500, ...
'L2WeightRegularization',0.0001, ...
'SparsityRegularization',0.0001, ...
'SparsityProportion',0.1, ...
'ScaleData',false, ...
'UseGPU',false);
このようなプログラムを使用して、オートエンコーダで入力データ(YY23)を学習した時のウェイトを確認しています。比較としてオートエンコーダのエンコーダ部のウェイトの初期値が知りたいのですが、どのように調べるのかご存じなかたはいらっしゃいますか?
I check the EncoderWeights when I use a program like this to learn input data with an autoencoder. As a comparison, I would like to know the initial value of the weights, but dose anyone know how to check it?
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB 入門 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!