Skip to content

Commit 1475be6

Browse files
authored
Update regression.ipynb
Added the Note, as suggested in by Mark in the comment, tensorflow/tensorflow#24342 (comment)
1 parent 3e08f1e commit 1475be6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/en/tutorials/keras/regression.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,8 @@
408408
"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",
409409
"\n",
410410
"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`."
411413
]
412414
},
413415
{

0 commit comments

Comments
 (0)