trainAutoencoder function is undefined
Show older comments
i tried to run this example in matlab2015a program .
http://www.mathworks.com/help/nnet/examples/training-a-deep-neural-network-for-digit-classification.html.
but there is an error in this commend (autoenc1 = trainAutoencoder(xTrainImages,hiddenSize1, ...) .the error is that the function trainAutoencoder is undefined. but i already have neural network toolbox .how can i fix this error this is a built in function but not found .
Accepted Answer
More Answers (1)
mahmoud ismaiel
on 20 Sep 2016
0 votes
you need a newer version of Matlab
Categories
Find more on Deep Learning Toolbox 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!