We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d496f4 + 28944a1 commit edccbd2Copy full SHA for edccbd2
kerasTUT/4-regressor_example.py
@@ -29,6 +29,7 @@
29
30
# build a neural network from the 1st layer to the last layer
31
model = Sequential()
32
+# update Dense arg 'units' here
33
model.add(Dense(units=1, input_dim=1))
34
# new_change
35
0 commit comments