https://github.com/cran/automl
Raw File
Tip revision: 3b214430aca4c61ccf6038b8fe066c0f4fc134d3 authored by Alex Boulangé on 09 January 2020, 22:10:02 UTC
version 1.3.1
Tip revision: 3b21443
DESCRIPTION
Package: automl
Type: Package
Title: Deep Learning with Metaheuristic
Version: 1.3.1
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.1
NeedsCompilation: no
Packaged: 2020-01-09 21:18:44 UTC; aboul
Author: Alex Boulangé [aut, cre]
Maintainer: Alex Boulangé <aboul@free.fr>
Repository: CRAN
Date/Publication: 2020-01-09 23:10:02 UTC
back to top