https://github.com/unixpickle/anydiff
Automatic differentiation based on anyvec
https://github.com/unixpickle/anydiff
calculus numerical-analysis
Last synced: 2 months ago
JSON representation
Automatic differentiation based on anyvec
- Host: GitHub
- URL: https://github.com/unixpickle/anydiff
- Owner: unixpickle
- Created: 2017-01-19T16:39:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T23:57:54.000Z (over 8 years ago)
- Last Synced: 2025-04-06T20:24:11.712Z (9 months ago)
- Topics: calculus, numerical-analysis
- Language: Go
- Size: 111 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# anydiff
This is an [automatic differentiation](https://en.wikipedia.org/wiki/Automatic_differentiation#Reverse_accumulation) package based on the [anyvec](https://github.com/unixpickle/anyvec) vector library. It is designed with machine learning in mind, but it can easily extend to things beyond ML.