-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
33 lines (33 loc) · 906 Bytes
/
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
Package: NeuralNetTools
Type: Package
Title: Visualization and Analysis Tools for Neural Networks
Version: 1.5.3
Date: 2022-01-06
Author: Marcus W. Beck [aut, cre]
Maintainer: Marcus W. Beck <mbafs2012@gmail.com>
Description: Visualization and analysis tools to aid in the interpretation of
neural network models. Functions are available for plotting,
quantifying variable importance, conducting a sensitivity analysis, and
obtaining a simple list of model weights.
BugReports: https://github.com/fawda123/NeuralNetTools/issues
License: CC0
LazyData: true
Imports:
ggplot2 (>= 2.0.0),
nnet,
reshape2,
scales,
tidyr
Suggests:
caret,
neuralnet,
RSNNS,
knitr,
rmarkdown
Depends:
R (>= 3.1.1)
Authors@R: person(given = "Marcus W.", family = "Beck",
role = c("aut","cre"),
email = "mbafs2012@gmail.com")
RoxygenNote: 7.1.1
VignetteBuilder: knitr