Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winvector/autodiff
Example automatic differentiation code in Scala
https://github.com/winvector/autodiff
Last synced: 2 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 (about 13 years ago)
- Default Branch: main
- Last Pushed: 2020-06-22T21:12:35.000Z (over 4 years ago)
- Last Synced: 2024-03-26T05:20:03.858Z (10 months ago)
- Language: Scala
- Homepage: http://www.win-vector.com/blog/2010/07/gradients-via-reverse-accumulation/
- Size: 14.7 MB
- Stars: 30
- Watchers: 5
- 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