How to create Autoencoder whit different input and output
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Antworten (1)
BERGHOUT Tarek
am 9 Apr. 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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Pattern Recognition and Classification finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!