tensorflow (version 0.7)

tensorflow: TensorFlow for R

Description

https://tensorflow.org is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) communicated between them. The flexible architecture allows you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device with a single API.

Arguments

Details

The https://www.tensorflow.org/api_docs/python/index.html is composed of a set of Python modules that enable constructing and executing TensorFlow graphs. The tensorflow package provides access to the complete TensorFlow API from within R.

For additional documentation on the tensorflow package see https://rstudio.github.io/tensorflow