Package: ruta
Title: Implementation of Unsupervised Neural Architectures
Version: 1.1.0
Authors@R: c(person("David", "Charte", email = "fdavidcl@ugr.es", role = c("aut", "cre"),
    comment = c(ORCID = "0000-0002-4830-9512")), person("Francisco", "Charte", 
    email = "francisco@fcharte.com", role = "aut", comment = c(ORCID = "0000-0002-3083-8942")), 
    person("Francisco", "Herrera", email = "herrera@decsai.ugr.es", role = "aut"))
Description: Implementation of several unsupervised neural networks,
    from building their architecture to their training and evaluation. Available
    networks are auto-encoders including their main variants: sparse, contractive,
    denoising, robust and variational, as described in Charte et al. (2018)
    <doi:10.1016/j.inffus.2017.12.007>.
License: GPL (>= 3) | file LICENSE
URL: https://github.com/fdavidcl/ruta
BugReports: https://github.com/fdavidcl/ruta/issues
Depends: R (>= 3.2)
Imports: graphics (>= 3.2.3), keras (>= 2.2.4), purrr (>= 0.2.4),
        R.utils (>= 2.7.0), stats (>= 3.2.3), utils
Suggests: knitr, magrittr (>= 1.5), rmarkdown, testthat (>= 2.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
SystemRequirements: Python (>= 2.7); keras <https://keras.io/> (>= 2.1)
NeedsCompilation: no
Packaged: 2019-03-18 12:46:23 UTC; fdavidcl
Author: David Charte [aut, cre] (<https://orcid.org/0000-0002-4830-9512>),
  Francisco Charte [aut] (<https://orcid.org/0000-0002-3083-8942>),
  Francisco Herrera [aut]
Maintainer: David Charte <fdavidcl@ugr.es>
Repository: CRAN
Date/Publication: 2019-03-18 13:10:02 UTC
Built: R 4.1.0; ; 2020-08-03 11:37:30 UTC; windows
