Skip to content

Commit 7db8fe9

Browse files
authored
fix minor typos (#198)
1 parent 3796656 commit 7db8fe9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lectures/keras.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ using a neural network.
2222
We will use the popular deep learning library [Keras](https://keras.io/), which
2323
provides a simple and elegant interface to deep learning.
2424

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

2828
Currently the backend library can be Tensorflow, PyTorch, or JAX.
@@ -62,10 +62,6 @@ from keras.models import Sequential
6262
from keras.layers import Dense
6363
```
6464

65-
```{code-cell} ipython3
66-
Dense?
67-
```
68-
6965
## Data
7066

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

0 commit comments

Comments
 (0)