How to create Autoencoder whit different input and output

6 visualizaciones (últimos 30 días)
Sarin
Sarin el 14 de Mzo. de 2019
Respondida: BERGHOUT Tarek el 9 de Abr. de 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.

Respuestas (1)

BERGHOUT Tarek
BERGHOUT Tarek el 9 de Abr. de 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.

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by