https://github.com/enzymead/enzyme-tutorial
https://github.com/enzymead/enzyme-tutorial
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/enzymead/enzyme-tutorial
- Owner: EnzymeAD
- Created: 2021-11-06T18:09:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T20:21:54.000Z (almost 3 years ago)
- Last Synced: 2025-06-27T09:51:59.629Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 59.6 KB
- Stars: 19
- Watchers: 2
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Enzyme Tutorial
## Structure
1. Introduction to Automatic Differentiation
2. Compiler-based Automatic Differentiation with Enzyme
3. My First Derivative
4. Custom Compiler Analyses
5. Parallel Automatic Differentiation (CPU + GPU)
6. Multi-Language Automatic Differentiation
7. Using Enzyme as a Plugin and Future Work