Skip to content

Commit 9159cb6

Browse files
Merge pull request #2196 from AlexPykavy:master
PiperOrigin-RevId: 520012978
2 parents 7d685b4 + 5982e45 commit 9159cb6

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
@@ -786,7 +786,7 @@
786786
"id": "PribnwDHUksC"
787787
},
788788
"source": [
789-
"You can use an almost identical setup to make predictions based on multiple inputs. This model still does the same $y = mx+b$ except that $m$ is a matrix and $b$ is a vector.\n",
789+
"You can use an almost identical setup to make predictions based on multiple inputs. This model still does the same $y = mx+b$ except that $m$ is a matrix and $x$ is a vector.\n",
790790
"\n",
791791
"Create a two-step Keras Sequential model again with the first layer being `normalizer` (`tf.keras.layers.Normalization(axis=-1)`) you defined earlier and adapted to the whole dataset:"
792792
]

0 commit comments

Comments
 (0)