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 3796656 commit 7db8fe9Copy full SHA for 7db8fe9
lectures/keras.md
@@ -22,7 +22,7 @@ using a neural network.
22
We will use the popular deep learning library [Keras](https://keras.io/), which
23
provides a simple and elegant interface to deep learning.
24
25
-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
26
done by another library.
27
28
Currently the backend library can be Tensorflow, PyTorch, or JAX.
@@ -62,10 +62,6 @@ from keras.models import Sequential
62
from keras.layers import Dense
63
```
64
65
-```{code-cell} ipython3
66
-Dense?
67
-```
68
-
69
## Data
70
71
First let's write a function to generate some data.
0 commit comments