Skip to content

Commit 90963e1

Browse files
jstacclaude
andcommitted
Revise JAX intro lecture and add autodiff lecture
- Fix coefficient mismatch in NumPy vs JAX function comparison - Update jax.random.PRNGKey to jax.random.key throughout - Add code-generated figures (PRNG key splitting tree, JIT pipeline) - Add vmap section with examples and transformation composition - Rework gradients section as autodiff preview with forward reference - Add autodiff lecture (adapted from lecture-jax) to TOC - Consolidate all imports into initial cell Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 43d36c7 commit 90963e1

3 files changed

Lines changed: 734 additions & 26 deletions

File tree

lectures/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ parts:
2525
- file: numba
2626
- file: jax_intro
2727
- file: numpy_vs_numba_vs_jax
28+
- file: autodiff
2829
- caption: Working with Data
2930
numbered: true
3031
chapters:

0 commit comments

Comments
 (0)