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 commentaire

Greg Heath
Greg Heath le 11 Juin 2014
Modifié(e) : Greg Heath le 11 Juin 2014
Insufficient detail. Can you explain your problem more?

Connectez-vous pour commenter.

 Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by