This is the Linux app named ForwardDiff.jl whose latest release can be downloaded as v0.10.39sourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named ForwardDiff.jl with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
ForwardDiff.jl
DESCRIPTION
ForwardDiff implements methods to take derivatives, gradients, Jacobians, Hessians, and higher-order derivatives of native Julia functions (or any callable object, really) using forward mode automatic differentiation (AD). While performance can vary depending on the functions you evaluate, the algorithms implemented by ForwardDiff generally outperform non-AD algorithms (such as finite-differencing) in both speed and accuracy. Functions like f which map a vector to a scalar are the best case for reverse-mode automatic differentiation, but ForwardDiff may still be a good choice if x is not too large, as it is much simpler. The best case for forward-mode differentiation is a function that maps a scalar to a vector.
Features
- Forward Mode Automatic Differentiation for Julia
- Forward mode automatic differentiation (AD)
- While performance can vary depending on the functions you evaluate
- The algorithms implemented by ForwardDiff generally outperform non-AD algorithms
- Functions like f which map a vector to a scalar are the best case for reverse-mode automatic differentiation
- ForwardDiff may still be a good choice if x is not too large, as it is much simpler
Programming Language
Julia
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/forwarddiff-jl.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.