Software
Placeholder

tensorflow

TensorFlow for R

R

The tensorflow R package provides access to the complete TensorFlow API from within R, enabling you to build and execute TensorFlow data flow graphs for numerical computation using the Python TensorFlow modules directly from R code.

This package makes it possible to leverage TensorFlow’s flexible architecture for deploying computations to CPUs or GPUs while working in R. It includes RStudio IDE integration with code completion and inline help for the TensorFlow API. The package handles the installation and configuration of TensorFlow, making it straightforward to get started with deep learning and numerical computation in R without needing to work directly in Python.

Contributors