Inverse transformation for Sim

3 ビュー (過去 30 日間)
Malathy
Malathy 2012 年 3 月 2 日
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.

採用された回答

Greg Heath
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 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by