Skip to content

Commit

Permalink
Merge branch 'add_keras' of https://github.com/QuantEcon/lecture-jax
Browse files Browse the repository at this point in the history
…into add_keras
  • Loading branch information
mmcky committed Nov 19, 2024
2 parents b28f813 + b9ae7f4 commit ba0cde4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions lectures/keras.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def build_regression_model(model):
return model
```

In the function above you can see that we use stochatic gradient descent to
In the function above you can see that we use stochastic gradient descent to
train the model, and that the loss is mean squared error (MSE).

MSE is the standard loss function for ordinary least squares regression.
Expand Down Expand Up @@ -289,10 +289,3 @@ plot_results(x_validate, y_validate, y_predict, ax)
plt.show()
```

```{code-cell} ipython3
```

```{code-cell} ipython3
```

0 comments on commit ba0cde4

Please sign in to comment.