Sequential feature selection and autoencoders for classification

조회 수: 2 (최근 30일)
Angelo Giuseppe Spinosa
Angelo Giuseppe Spinosa 2019년 5월 14일
편집: Angelo Giuseppe Spinosa 2019년 5월 14일
I have been reading the documentation about sequential feature selection reported HERE. What I would to do at first is to run the code example reported there, but instead of using the classification method shown there I would replace it with a novel network made up of an autoencoder and a softmax output layer (as described HERE) so that I could use it in place of
fun = @(XT,yT,Xt,yt)...
(sum(~strcmp(yt,classify(Xt,XT,yT,'quadratic'))));
In principle, function classify could be used for autoencoders as well, being derived objects in a OOP perspective. How could this issue be addressed?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by