Package: NeuralSens
Version: 1.0.3
Title: Sensitivity Analysis of Neural Networks
Date: 2023-06-16
Description: Analysis functions to quantify inputs importance in neural network models.
  Functions are available for calculating and plotting the inputs importance and obtaining
  the activation function of each neuron layer and its derivatives. The importance of a given
  input is defined as the distribution of the derivatives of the output with respect to that
  input in each training data point <doi:10.18637/jss.v102.i07>.
Author: José Portela González [aut],
  Antonio Muñoz San Roque [aut],
  Jaime Pizarroso Gonzalo [aut, ctb, cre]
Maintainer: Jaime Pizarroso Gonzalo <jpizarroso@comillas.edu>
Imports: ggplot2, gridExtra, NeuralNetTools, reshape2, caret,
        fastDummies, stringr, Hmisc, ggforce, scales, ggnewscale,
        magrittr, ggrepel
Suggests: h2o, RSNNS, nnet, neuralnet, plotly, e1071
RoxygenNote: 7.2.3
NeedsCompilation: no
URL: https://github.com/JaiPizGon/NeuralSens
BugReports: https://github.com/JaiPizGon/NeuralSens/issues
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Authors@R: c(
    person(given = "José", family = "Portela González",
      email = "Jose.Portela@iit.comillas.edu", role = "aut"),
	person(given = "Antonio", family = "Muñoz San Roque",
      email = "antonio.munoz@iit.comillas.edu", role = "aut"),
    person(given = "Jaime", family = "Pizarroso Gonzalo",
      email = "jpizarroso@comillas.edu", role = c("aut","ctb", "cre"))
    )
Packaged: 2023-06-17 14:24:39 UTC; jaime
Repository: CRAN
Date/Publication: 2023-06-17 14:40:02 UTC
Built: R 4.2.0; ; 2023-06-18 11:59:53 UTC; unix
