Skip to content

Commit 28944a1

Browse files
author
EmbraceLife
committed
add a line above
1 parent e872791 commit 28944a1

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

3435
# choose loss function and optimizing method

0 commit comments

Comments
 (0)