Clear Filters
Clear Filters

How can i train Stacked Autoencoders with cross-validation?

3 views (last 30 days)
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?

Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows 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!