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.10
Depends: R (≥ 3.1)
Imports: config, jsonlite (≥ 1.2), processx, reticulate (≥ 1.10), tfruns (≥ 1.0), utils, yaml, rstudioapi (≥ 0.7)
Suggests: testthat, keras, tfestimators
Published: 2018-11-19
Author: JJ Allaire [aut, cre], RStudio [cph, fnd], Yuan Tang ORCID iD [aut, cph], Dirk Eddelbuettel [ctb, cph], Nick Golding [ctb, cph], Tomasz Kalinowski [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, ModelDeployment
CRAN checks: tensorflow results

Downloads:

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

Reverse dependencies:

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

Linking:

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