The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

tfautograph

CRAN status R build status

This package implements autograph for R.

It lets you use tensors in R control flow expressions like if, while and for and automatically translates those expressions into tensorflow graphs.

It is compatible with and tested against all Tensorflow versions >= 1.15 (including versions 2.x).

Learn More:

Demos

Additional Articles:

Installation

You can install tfautograph from CRAN with:

install.packages("tfautograph")

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("t-kalinowski/tfautograph")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.