juanklopper / Deep-learning-using-R

RStudio notebooks for deep learning in R
15 stars 13 forks source link

"Unnormalize", rescale Data #1

Open Steviey opened 4 years ago

Steviey commented 4 years ago

According to the code in "Implementing training improvements.R", ist there a way to "unormalize" rescale predictions made with normalized data, based on that implementation? I also tried this: https://keras.rstudio.com/reference/normalize.html# But there seems to be no "retour" too. It seems there are cases where "unormalizing" is not necessary. But in this case my predictions need it... So far I've got this: https://github.com/rstudio/keras/issues/270 Thank you in advanced, for this wonderful videos and documentations and greetings to Southafrica.

Steviey commented 4 years ago

No answer, too sad.