You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/jax_intro.md
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,26 @@ kernelspec:
13
13
14
14
# JAX
15
15
16
+
17
+
```{note}
18
+
This lecture is built using [hardware](status:machine-details) that
19
+
has access to a GPU. This means that
20
+
21
+
1. the lecture might be significantly slower when running on your machine, and
22
+
2. the code is well-suited to execution with [Google colab](https://colab.research.google.com/github/QuantEcon/lecture-python-programming.notebooks/blob/master/jax_intro.ipynb)
23
+
```
24
+
16
25
This lecture provides a short introduction to [Google JAX](https://github.com/google/jax).
17
26
18
27
## Overview
19
28
29
+
Let's start with an overview of JAX.
30
+
20
31
### Capabilities
21
32
22
33
[JAX](https://github.com/google/jax) is a Python library initially developed by
23
34
Google to support in-house artificial intelligence and machine learning.
24
35
25
-
```{note}
26
-
This lecture is built using the [following hardware](status:machine-details) that
27
-
has access to an NVIDIA Tesla V100 GPU. When running this lecture on your local
28
-
machine the speed differences will vary depending on the hardware available.
29
-
```
30
36
31
37
JAX provides data types, functions and a compiler for fast linear
0 commit comments