Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ocramz/ad-delcont
Reverse-mode automatic differentiation with delimited continuations
https://github.com/ocramz/ad-delcont
adjoint automatic-differentiation backpropagation gradient machine-learning optimization
Last synced: 22 days ago
JSON representation
Reverse-mode automatic differentiation with delimited continuations
- Host: GitHub
- URL: https://github.com/ocramz/ad-delcont
- Owner: ocramz
- License: bsd-3-clause
- Created: 2021-07-06T20:28:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T06:57:01.000Z (over 1 year ago)
- Last Synced: 2024-09-14T12:58:34.742Z (about 2 months ago)
- Topics: adjoint, automatic-differentiation, backpropagation, gradient, machine-learning, optimization
- Language: Haskell
- Homepage:
- Size: 46.9 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# ad-delcont
Reverse-mode Automatic Differentiation using delimited continuations (`shift` and `reset`)
Introductory blog post : http://ocramz.github.io/haskell/automatic-differentiation/2021/07/19/ad-delcont.html