t-kalinowski / tfautograph

Autograph R for TensorFlow

Home Page:https://t-kalinowski.github.io/tfautograph/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Autograph R for TensorFlow

https://t-kalinowski.github.io/tfautograph/

License:GNU General Public License v3.0


Languages

Language:R 100.0%