Raw File
Package: automl
Type: Package
Title: Deep Learning with Metaheuristic
Version: 1.0.8
Author: Alex Boulangé <aboul@free.fr>
Maintainer: Alex Boulangé <alex@socialintelligence.fr>
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://github.com/aboulaboul/automl
License: GNU General Public License
Encoding: UTF-8
LazyData: TRUE
Imports: stats, utils, parallel
Suggests: datasets
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-11-08 08:36:39 UTC; aboul
Repository: CRAN
Date/Publication: 2018-11-08 08:50:04 UTC
back to top