オートエンコーダのウェイトの初期値を調べる方法はありますか?How to check the initial value of EncoderWeights?
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB 入門 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!