tfautograph

CRAN sstatus CRAN RStudio mirror downloads

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 Tensorflow versions 2.1, 2.0, and 1.15.

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")