Inverse transformation for Sim
조회 수: 3 (최근 30일)
이전 댓글 표시
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
채택된 답변
Greg Heath
2012년 3월 4일
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!