How to scale the output of test data to its original value in neural network??

The ouput i will get from testdata will be in the range of [0,1]. I want to rescale it to its original value. I tried to scale the data using number/(number+1). but in this i am getting large error.can you please help me out?

1 Comment

Insufficient detail. Can you explain your problem more?

Sign in to comment.

 Accepted Answer

I think you are asking how to renormalize outputs when targets are scaled.
If you use the defaults, they are automatically rescaled.
Otherwise use net.outputs
Hope this helps.
Thank you for formally accepting my answer
Greg

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Asked:

on 10 Jun 2014

Answered:

on 16 Jun 2014

Community Treasure Hunt

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

Start Hunting!