All Projects → t-kalinowski → tfautograph

t-kalinowski / tfautograph

Licence: GPL-3.0 license
Autograph R for TensorFlow

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to tfautograph

iOS-Signature-Capture
iOS-Signature-Capture is helps to capture the user signature with name and signed date in iOS and supports both Objective-c and Swift languages.
Stars: ✭ 50 (+233.33%)
Mutual labels:  autograph

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")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].