You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/en/tutorials/keras/regression.ipynb
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -408,6 +408,8 @@
408
408
"One reason this is important is because the features are multiplied by the model weights. So the scale of the outputs and the scale of the gradients are affected by the scale of the inputs. \n",
409
409
"\n",
410
410
"Although a model *might* converge without feature normalization, normalization makes training much more stable. "
411
+
"\n",
412
+
"Note: Please refer the [Guide](https://www.tensorflow.org/guide/keras/preprocessing_layers) and the [Tutorial](https://www.tensorflow.org/tutorials/structured_data/preprocessing_layers) for more details about `Pre-Processing`."
0 commit comments