Allows to create, evaluate, and differentiate computational graphs in R. A computational graph is a graph representation of a multivariate function decomposed by its (elementary) operations. Nodes in the graph represent arrays while edges represent dependencies among the arrays. An advantage of expressing a function as a computational graph is that this enables to differentiate the function by automatic differentiation. The 'cgraph' package supports various operations including basic arithmetic, trigonometry operations, and linear algebra operations. It differentiates computational graphs by reverse automatic differentiation. The flexible architecture of the package makes it applicable to solve a variety of problems including local sensitivity analysis, gradient-based optimization, and machine learning.
Version: | 6.0.1 |
Suggests: | testthat |
Published: | 2020-02-09 |
Author: | Ron Triepels |
Maintainer: | Ron Triepels <dev at cgraph.org> |
BugReports: | https://github.com/triepels/cgraph/issues |
License: | Apache License 2.0 |
URL: | https://cgraph.org/ |
NeedsCompilation: | yes |
Materials: | NEWS |
CRAN checks: | cgraph results |
Reference manual: | cgraph.pdf |
Package source: | cgraph_6.0.1.tar.gz |
Windows binaries: | r-devel: cgraph_6.0.1.zip, r-release: cgraph_6.0.1.zip, r-oldrel: cgraph_6.0.1.zip |
macOS binaries: | r-release: cgraph_6.0.1.tgz, r-oldrel: cgraph_6.0.1.tgz |
Old sources: | cgraph archive |
Please use the canonical form https://CRAN.R-project.org/package=cgraph to link to this page.