How to create Autoencoder whit different input and output

11 vues (au cours des 30 derniers jours)
Sarin
Sarin le 14 Mar 2019
I would like to use autoencoder in the way when input data is not the same as output, but dimension of input and output is same.The problem is that matlab autoencoder does not support differents inputs and outputs.

Réponses (1)

BERGHOUT Tarek
BERGHOUT Tarek le 9 Avr 2019
autoencoders are used to this purpose the input must be equal the the target ; this is why they named as autoencoders (they encode a set of inputs to the hidden layer);
if you want to use inputs different then the output it will never be longer an autoencoder it will be any type of neural net but the autoencoders; you can use a feedforword net to train your model but not for coding or encoding , may be these applications : learning , clustering, cllassification or regression. check this : first paragraph ,line 4.

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by