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: 2.2.0
Depends: R (≥ 3.1)
Imports: config, jsonlite (≥ 1.2), processx, reticulate (≥ 1.10), tfruns (≥ 1.0), utils, yaml, rstudioapi (≥ 0.7)
Suggests: testthat (≥ 2.1.0), keras, tfestimators, callr
Published: 2020-05-11
Author: Daniel Falbel [ctb, cph, cre], JJ Allaire [aut, cph], 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: Daniel Falbel <daniel 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/)
Materials: NEWS
In views: HighPerformanceComputing, MachineLearning, ModelDeployment
CRAN checks: tensorflow results

Downloads:

Reference manual: tensorflow.pdf
Package source: tensorflow_2.2.0.tar.gz
Windows binaries: r-devel: tensorflow_2.2.0.zip, r-release: tensorflow_2.2.0.zip, r-oldrel: tensorflow_2.2.0.zip
macOS binaries: r-release: tensorflow_2.2.0.tgz, r-oldrel: tensorflow_2.2.0.tgz
Old sources: tensorflow archive

Reverse dependencies:

Reverse depends: scAlign, sgmcmc
Reverse imports: downscaledl, embed, gnn, greta, keras, kerastuneR, tfaddons, tfautograph, tfdatasets, tfdeploy, tfestimators, tfhub, tfio, tfprobability
Reverse suggests: cloudml, dimRed, scaffolder

Linking:

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