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.
1 parent c2ec968 commit 73fea48Copy full SHA for 73fea48
kerasTUT/4-regressor_example.py
@@ -30,12 +30,7 @@
30
# build a neural network from the 1st layer to the last layer
31
model = Sequential()
32
# update Dense arg 'units' here
33
-<<<<<<< HEAD
34
-model.add(Dense(units=1, input_dim=1))
35
-# new_change
36
-=======
37
model.add(Dense(units=1, input_dim=1)) # edit same line1
38
->>>>>>> kur_tutorials
39
40
# choose loss function and optimizing method
41
model.compile(loss='mse', optimizer='sgd')
0 commit comments