Data normalization in neural network
    5 views (last 30 days)
  
       Show older comments
    
 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
0 Comments
Accepted Answer
  Greg Heath
      
      
 on 26 Jan 2016
        Solve the equation for data!
Hope this helps.
Thank you for formally accepting my answer
Greg
0 Comments
More Answers (0)
See Also
Categories
				Find more on Deep Learning Toolbox in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!