-
Notifications
You must be signed in to change notification settings - Fork 283
/
DESCRIPTION
56 lines (56 loc) · 1.66 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
54
55
56
Package: keras3
Type: Package
Title: R Interface to 'Keras'
Version: 1.2.0.9000
Authors@R: c(
person("Tomasz", "Kalinowski", role = c("aut", "cph", "cre"),
email = "[email protected]"),
person("Daniel", "Falbel", role = c("ctb", "cph"), email = "[email protected]"),
person("JJ", "Allaire", role = c("aut", "cph")),
person("François", "Chollet", role = c("aut", "cph")),
person("Posit Software, PBC", role = c("cph", "fnd")),
person("Google", role = c("cph", "fnd")),
person("Yuan", "Tang", role = c("ctb", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5243-233X")),
person("Wouter", "Van Der Bijl", role = c("ctb", "cph")),
person("Martin", "Studer", role = c("ctb", "cph")),
person("Sigrid", "Keydana", role = c("ctb"))
)
Description: Interface to 'Keras' <https://keras.io>, a high-level neural
networks API. 'Keras' was developed with a focus on enabling fast experimentation,
supports both convolution based networks and recurrent networks (as well as
combinations of the two), and runs seamlessly on both CPU and GPU devices.
Encoding: UTF-8
License: MIT + file LICENSE
URL: https://keras3.posit.co/, https://github.com/rstudio/keras3
BugReports: https://github.com/rstudio/keras3/issues
Depends:
R (>= 4.0)
Imports:
generics (>= 0.0.1),
reticulate (>= 1.36.0),
tensorflow (>= 2.16.0),
tfruns (>= 1.5.2),
magrittr,
zeallot,
fastmap,
glue,
cli,
rlang
Suggests:
ggplot2,
testthat (>= 2.1.0),
knitr,
rmarkdown,
callr,
tfdatasets,
withr,
png,
jsonlite,
purrr,
rstudioapi,
R6,
jpeg
RoxygenNote: 7.3.2
VignetteBuilder: knitr