Skip to content

Commit

Permalink
fix incomplete sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Nov 19, 2024
1 parent dabe2da commit b28f813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/keras.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ We supply functions to build two types of models.
The first implements linear regression.

This is achieved by constructing a neural network with just one layer, that maps
to a single dimension (since the prediction
to a single dimension (since the prediction is real-valued).

The input `model` will be an instance of `keras.Sequential`, which is used to
group a stack of layers into a single prediction model.
Expand Down

0 comments on commit b28f813

Please sign in to comment.