https://github.com/cran/automl
Raw File
Tip revision: 793e489bc1062a8b0b7fa8d1030c80557a657875 authored by Alex Boulangé on 27 January 2019, 14:50:03 UTC
version 1.2.7
Tip revision: 793e489
DESCRIPTION
Package: automl
Type: Package
Title: Deep Learning with Metaheuristic
Version: 1.2.7
Authors@R: person("Alex", "Boulangé", role = c("aut", "cre"), email = "aboul@free.fr")
BugReports: https://github.com/aboulaboul/automl/issues
Description: Fits from simple regression to highly customizable deep neural networks 
    either with gradient descent or metaheuristic, using automatic hyper parameters 
    tuning and custom cost function.
    A mix inspired by the common tricks on Deep Learning and Particle Swarm Optimization.
URL: https://aboulaboul.github.io/automl
        https://github.com/aboulaboul/automl
License: GNU General Public License
Encoding: UTF-8
LazyData: TRUE
Imports: stats, utils, parallel
Suggests: datasets
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2019-01-27 15:30:00 UTC; aboul
Author: Alex Boulangé [aut, cre]
Maintainer: Alex Boulangé <aboul@free.fr>
Repository: CRAN
Date/Publication: 2019-01-27 15:50:03 UTC
back to top