-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.32 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
Package: kerastuneR
Type: Package
Title: Interface to 'Keras Tuner'
Version: 0.1.0.7
Authors@R: c(
person("Turgut", "Abdullayev", role = c("aut", "cre"),
email = "turqut.a.314@gmail.com"),
person(family = "Google Inc.", role = c("cph"))
)
Maintainer: Turgut Abdullayev <turqut.a.314@gmail.com>
Description: 'Keras Tuner' <https://keras-team.github.io/keras-tuner/> is a hypertuning framework made for humans.
It aims at making the life of AI practitioners, hypertuner
algorithm creators and model designers as simple as possible by
providing them with a clean and easy to use API for hypertuning.
'Keras Tuner' makes moving from a base model to a hypertuned one quick and
easy by only requiring you to change a few lines of code.
License: Apache License 2.0
URL: https://github.com/EagerAI/kerastuneR/
BugReports: https://github.com/EagerAI/kerastuneR/issues/
SystemRequirements: TensorFlow >= 2.0 (https://www.tensorflow.org/)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Imports:
reticulate,
tensorflow,
rstudioapi,
plotly,
data.table,
RJSONIO,
rjson,
tidyjson,
dplyr,
echarts4r,
crayon,
magick
Suggests:
keras3,
knitr,
tfdatasets,
testthat,
purrr,
rmarkdown
VignetteBuilder: knitr