Skip to content

Commit edccbd2

Browse files
author
EmbraceLife
committed
from new_feature, merge kur_tutorials branch
2 parents 1d496f4 + 28944a1 commit edccbd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kerasTUT/4-regressor_example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
# build a neural network from the 1st layer to the last layer
3131
model = Sequential()
32+
# update Dense arg 'units' here
3233
model.add(Dense(units=1, input_dim=1))
3334
# new_change
3435

0 commit comments

Comments
 (0)