Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions lectures/jax_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ kernelspec:

This lecture provides a short introduction to [Google JAX](https://github.com/google/jax).

As mentioned above, the lecture was built using a GPU:


```{code-cell} ipython3
!nvidia-smi
```



## JAX as a NumPy Replacement

Expand Down
14 changes: 14 additions & 0 deletions lectures/markov_asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ kernelspec:

# An Asset Pricing Problem


```{code-cell} ipython3
!nvidia-smi
```

## Overview

In this lecture we consider some asset pricing problems and use them to
Expand All @@ -27,6 +32,15 @@ We do this using elegant techniques made available by JAX, involving the use of
If you wish to skip all motivation and move straight to the first equation we plan to solve,
you can jump to [](eq:ntecx2).


The code outputs below are generated by machine connected to the following GPU


```{code-cell} ipython3
!nvidia-smi
```


In addition to what's in Anaconda, this lecture will need the following libraries:

```{code-cell} ipython3
Expand Down