Data normalization in neural network
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
coqui
el 25 de En. de 2016
Respondida: Greg Heath
el 26 de En. de 2016
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 comentarios
Respuesta aceptada
Greg Heath
el 26 de En. de 2016
Solve the equation for data!
Hope this helps.
Thank you for formally accepting my answer
Greg
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!