Skip to content

Commit e014131

Browse files
authored
Update site/en/tutorials/keras/regression.ipynb
1 parent 3d63aa7 commit e014131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/keras/regression.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
"\n",
410410
"Although a model *might* converge without feature normalization, normalization makes training much more stable. "
411411
"\n",
412-
"Note: There is no advantage to normalizing the one-hot features, it is done here for simplicity. 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 on how to use the preprocessing layers."
412+
"Note: There is no advantage to normalizing the one-hot features, it is done here for simplicity. For more details on how to use the preprocessing layers, refer the [Working with preprocessing layers](https://www.tensorflow.org/guide/keras/preprocessing_layers) guide and the [Classify structured data using Keras preprocessing layers](https://www.tensorflow.org/tutorials/structured_data/preprocessing_layers) tutorial."
413413
]
414414
},
415415
{

0 commit comments

Comments
 (0)