Skip to content

Commit

Permalink
fix minor typos (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky authored Nov 19, 2024
1 parent 3796656 commit 7db8fe9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lectures/keras.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ using a neural network.
We will use the popular deep learning library [Keras](https://keras.io/), which
provides a simple and elegant interface to deep learning.

The emphasis in Keras on providing an intuitive API, while the heavy lifting is
The emphasis in Keras is on providing an intuitive API, while the heavy lifting is
done by another library.

Currently the backend library can be Tensorflow, PyTorch, or JAX.
Expand Down Expand Up @@ -62,10 +62,6 @@ from keras.models import Sequential
from keras.layers import Dense
```

```{code-cell} ipython3
Dense?
```

## Data

First let's write a function to generate some data.
Expand Down

0 comments on commit 7db8fe9

Please sign in to comment.