-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.01 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
Package: niiMLr
Title: Contains Functions to Create ML Models with Neuroimaging Data
Version: 0.0.0.9000
Authors@R:
person(given = "Brady",
family = "Williamson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-1161-402X"))
Description: This package builds and runs 3+ dimensional ML models for neuroimaging data.
It also contains functions to interpret (3d Grad CAM), preprocess, and manipulate data.
Config/reticulate:
list(
packages = list(
list(package = "tf-keras-vis", pip = TRUE),
list(package = "adversarial-robustness-toolbox", pip = TRUE)
)
)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/willi3by/niiMLr
BugReports: https://github.com/willi3by/niiMLr/issues
Imports:
keras,
tensorflow,
reticulate,
tfdatasets,
tfaddons,
caret,
magrittr,
neurobase,
splitstackshape