Package: tensorflow
Type: Package
Title: R Interface to 'TensorFlow'
Version: 2.11.0
Authors@R: c(
  person("Daniel", "Falbel", role = c("ctb", "cph"), email = "daniel@rstudio.com"),
  person("JJ", "Allaire", role = c("aut", "cph")),
  person("RStudio", role = c("cph", "fnd")),
  person("Yuan", "Tang", role = c("aut", "cph"),
         email = "terrytangyuan@gmail.com",
         comment = c(ORCID = "0000-0001-5243-233X")),
  person("Dirk", "Eddelbuettel", role = c("ctb", "cph"),
         email = "edd@debian.org"),
  person("Nick", "Golding", role = c("ctb", "cph"),
         email = "nick.golding.research@gmail.com"),
  person("Tomasz", "Kalinowski", role = c("ctb", "cph", "cre"),
         email = "tomasz.kalinowski@rstudio.com"),
  person("Google Inc.", role = c("ctb", "cph"),
         comment = "Examples and Tutorials")
  )
Description: 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.
License: Apache License 2.0
URL: https://github.com/rstudio/tensorflow
BugReports: https://github.com/rstudio/tensorflow/issues
SystemRequirements: TensorFlow (https://www.tensorflow.org/)
Encoding: UTF-8
Depends: R (>= 3.1)
Imports: config, processx, reticulate (>= 1.24), tfruns (>= 1.0),
        utils, yaml, grDevices, tfautograph (>= 0.3.1), rstudioapi (>=
        0.7)
Suggests: testthat (>= 2.1.0), keras, callr
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2022-12-19 14:24:03 UTC; tomasz
Author: Daniel Falbel [ctb, cph],
  JJ Allaire [aut, cph],
  RStudio [cph, fnd],
  Yuan Tang [aut, cph] (<https://orcid.org/0000-0001-5243-233X>),
  Dirk Eddelbuettel [ctb, cph],
  Nick Golding [ctb, cph],
  Tomasz Kalinowski [ctb, cph, cre],
  Google Inc. [ctb, cph] (Examples and Tutorials)
Maintainer: Tomasz Kalinowski <tomasz.kalinowski@rstudio.com>
Repository: CRAN
Date/Publication: 2022-12-19 15:00:02 UTC
