https://github.com/winvector/autodiff
Example automatic differentiation code in Scala
https://github.com/winvector/autodiff
Last synced: 3 months ago
JSON representation
Example automatic differentiation code in Scala
- Host: GitHub
- URL: https://github.com/winvector/autodiff
- Owner: WinVector
- Created: 2011-12-05T20:37:49.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2020-06-22T21:12:35.000Z (about 5 years ago)
- Last Synced: 2025-03-25T06:22:06.979Z (3 months ago)
- Language: Scala
- Homepage: http://www.win-vector.com/blog/2010/07/gradients-via-reverse-accumulation/
- Size: 14.7 MB
- Stars: 30
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Copyright 2010-2011 John Mount / Win-Vector LLC
Released under GNUv3 GPLv3 License (see http://www.gnu.org/licenses/gpl.html)
For details/instructions see the following articles:
http://www.win-vector.com/blog/2010/06/automatic-differentiation-with-scala/
http://www.win-vector.com/blog/2010/07/gradients-via-reverse-accumulation/Requires:
http://www.scala-lang.org/ Scala 2.9.2 or newer
http://www.junit.org/ JUnit 4.4 or newer
http://www.scalatest.org 2.9.0 or newer