Inverse transformation for Sim
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
We generate the neural network object. We use the sim(net,i/p) and see how the network predicts for the given input vector. Is there any inverse transformation function for 'sim'. given the network object and output, see what will be the input vector.
0 comentarios
Respuesta aceptada
Greg Heath
el 4 de Mzo. de 2012
No.
However, you can train another net that will take a target as input and estimate the original input.
Obviously, the restoration will improve as the number of uncorrelated target values increase.
Hope this helps.
Greg
0 comentarios
Más respuestas (0)
Ver también
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!