Skip to content

Commit

Permalink
add instructions regarding jlab
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmjl committed Jun 24, 2019
1 parent bd94223 commit 5894b47
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ If you want `jax` with GPU, you will need to build from source, or follow the [i

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ericmjl/dl-workshop/master)

### Notes

If you are using Jupyter Lab, you will want to also ensure that `ipywidgets` is installed:

```bash
# only if you don't have ipywidgets installed.
$ conda install -c conda-forge ipywidgets
# the next line is necessary.
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager
```

## Key Ideas

The key idea for this tutorial is that if we really study deep learning's fundamental model, linear regression, then we can get a better understanding of the components - a model with parameters, a loss function, and an optimizer to change the parameters to minimize the loss. Most of us who become practitioners (rather than researchers) can then take for granted that the same ideas apply to any more complex/deeper model.
Expand Down

0 comments on commit 5894b47

Please sign in to comment.