https://github.com/cran/automl
Revision 6e7c09613dc72a244afffeed3cee8100b02ec326 authored by Alex Boulangé on 08 December 2018, 22:22:01 UTC, committed by cran-robot on 08 December 2018, 22:22:01 UTC
1 parent d34ca22
Raw File
Tip revision: 6e7c09613dc72a244afffeed3cee8100b02ec326 authored by Alex Boulangé on 08 December 2018, 22:22:01 UTC
version 1.2.6
Tip revision: 6e7c096
DESCRIPTION
Package: automl
Type: Package
Title: Deep Learning with Metaheuristic
Version: 1.2.6
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: 2018-12-08 13:06:37 UTC; aboul
Author: Alex Boulangé [aut, cre]
Maintainer: Alex Boulangé <aboul@free.fr>
Repository: CRAN
Date/Publication: 2018-12-08 23:22:01 UTC
back to top