tensorflow: R Interface to 'TensorFlow'

Interface to 'TensorFlow' <https://www.tensorflow.org/>, 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'. 'TensorFlow' was originally developed by researchers and engineers working on the Google Brain Team within Google's Machine Intelligence research organization for the purposes of conducting machine learning and deep neural networks research, but the system is general enough to be applicable in a wide variety of other domains as well.

Version: 1.5
Depends: R (≥ 3.1)
Imports: config, jsonlite (≥ 1.2), processx, reticulate (≥ 1.4), tfruns (≥ 1.0), utils, yaml, rstudioapi (≥ 0.7)
Suggests: testthat, keras, tfestimators
Published: 2018-01-17
Author: JJ Allaire [aut, cre], RStudio [cph, fnd], Yuan Tang [aut, cph], Dirk Eddelbuettel [ctb, cph], Nick Golding [ctb, cph], Google Inc. [ctb, cph] (Examples and Tutorials)
Maintainer: JJ Allaire <jj at rstudio.com>
BugReports: https://github.com/rstudio/tensorflow/issues
License: Apache License 2.0
URL: https://github.com/rstudio/tensorflow
NeedsCompilation: no
SystemRequirements: TensorFlow (https://www.tensorflow.org/)
In views: HighPerformanceComputing, MachineLearning
CRAN checks: tensorflow results

Downloads:

Reference manual: tensorflow.pdf
Package source: tensorflow_1.5.tar.gz
Windows binaries: r-devel: tensorflow_1.5.zip, r-release: tensorflow_1.5.zip, r-oldrel: tensorflow_1.5.zip
OS X El Capitan binaries: r-release: tensorflow_1.5.tgz
OS X Mavericks binaries: r-oldrel: tensorflow_1.4.3.tgz
Old sources: tensorflow archive

Reverse dependencies:

Reverse depends: sgmcmc
Reverse imports: greta, keras, tfdatasets, tfestimators
Reverse suggests: kerasformula, nimble

Linking:

Please use the canonical form https://CRAN.R-project.org/package=tensorflow to link to this page.