forked from rstudio/keras3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.67 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
Package: keras
Type: Package
Title: R Interface to 'Keras'
Version: 2.4.0.9000
Authors@R: c(
person("Tomasz", "Kalinowski", role = c("ctb", "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(family = "RStudio", role = c("ctb", "cph", "fnd")),
person(family = "Google", role = c("ctb", "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://keras.rstudio.com
BugReports: https://github.com/rstudio/keras/issues
Depends:
R (>= 3.2)
Imports:
generics (>= 0.0.1),
reticulate (>= 1.10),
tensorflow (>= 2.0.0),
tfruns (>= 1.0),
magrittr,
zeallot,
methods,
R6,
rlang
Suggests:
ggplot2,
testthat (>= 2.1.0),
knitr,
rmarkdown,
tfdatasets,
jpeg
SystemRequirements: Keras >= 2.0 (https://keras.io)
Roxygen: list(markdown = TRUE, r6 = FALSE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr