How can i train Stacked Autoencoders with cross-validation?
2 ビュー (過去 30 日間)
古いコメントを表示
Hi to everyone
I m trying to implement a network with stacked autoencoders, same as the example with the wine
I want to perform cross validation but i have problem with the accelaration because the predict
function doesn't work on me.
In the end, i train the deep network on the wine data
deepnet = train(deepnet,X,T);
Any idea how can i perform cv in this example?
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!