https://github.com/sintefmath/simplead.jl
A simple tutorial for using AD with Julia.
https://github.com/sintefmath/simplead.jl
Last synced: 3 months ago
JSON representation
A simple tutorial for using AD with Julia.
- Host: GitHub
- URL: https://github.com/sintefmath/simplead.jl
- Owner: sintefmath
- License: mit
- Created: 2022-04-25T07:49:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-04T12:54:31.000Z (about 4 years ago)
- Last Synced: 2025-10-11T08:16:22.293Z (8 months ago)
- Language: Jupyter Notebook
- Size: 264 KB
- Stars: 3
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleAD.jl
A simple tutorial for using AD with Julia.
# Running in Binder
You can run the notebooks without setup by opening them in [Binder](https://mybinder.org). For your convience, the notebooks can be directly opened using the following URLs:
* [An introduction to general Julia](https://mybinder.org/v2/gh/sintefmath/SimpleAD.jl/HEAD?labpath=notebooks%2Fjulia_presentation.ipynb)
* [Automatic differentation in Julia](https://mybinder.org/v2/gh/sintefmath/SimpleAD.jl/HEAD?labpath=notebooks%2Fsimple_ad.ipynb)