forked from rstudio/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 2.09 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: tensorflow
Type: Package
Title: R Interface to 'TensorFlow'
Version: 2.7.0.9000
Authors@R: c(
person("Daniel", "Falbel", role = c("ctb", "cph"), email = "[email protected]"),
person("JJ", "Allaire", role = c("aut", "cph")),
person("RStudio", role = c("cph", "fnd")),
person("Yuan", "Tang", role = c("aut", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5243-233X")),
person("Dirk", "Eddelbuettel", role = c("ctb", "cph"),
email = "[email protected]"),
person("Nick", "Golding", role = c("ctb", "cph"),
email = "[email protected]"),
person("Tomasz", "Kalinowski", role = c("ctb", "cph", "cre"),
email = "[email protected]"),
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.10),
tfruns (>= 1.0),
utils,
yaml,
tfautograph (>= 0.3.1),
rstudioapi (>= 0.7)
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 2.1.0),
keras,
callr
RoxygenNote: 7.1.2