Skip to content

Commit

Permalink
Update mlp.py
Browse files Browse the repository at this point in the history
Corrected typo in comment: "compilie" -> "compile"
  • Loading branch information
musikalkemist authored Jul 29, 2020
1 parent 0eb0bcd commit 44a0e18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def generate_dataset(num_samples, test_size=0.33):
# choose optimiser
optimizer = tf.keras.optimizers.SGD(learning_rate=0.1)

# compilie model
# compile model
model.compile(optimizer=optimizer, loss='mse')

# train model
Expand Down

0 comments on commit 44a0e18

Please sign in to comment.