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 comentario

Greg Heath
Greg Heath el 11 de Jun. de 2014
Editada: Greg Heath el 11 de Jun. de 2014
Insufficient detail. Can you explain your problem more?

Iniciar sesión para comentar.

 Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 10 de Jun. de 2014

Respondida:

el 16 de Jun. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by