Data normalization in neural network

1 次查看(过去 30 天)
I have used this formula to normalize the data between -1 and 1:
Y = -1 + 2.*(data - min(data))./(max(data) - min(data));
how I can reverse it ?
Thanks

采纳的回答

Greg Heath
Greg Heath 2016-1-26
Solve the equation for data!
Hope this helps.
Thank you for formally accepting my answer
Greg

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by