https://github.com/cran/automl
Raw File
Tip revision: 640a0f24936b29fa8c8615c2d7c55d6553ec2575 authored by Alex Boulangé on 13 September 2018, 15:50:09 UTC
version 1.0.5
Tip revision: 640a0f2
DESCRIPTION
Package: automl
Type: Package
Title: Deep Learning with Metaheuristic
Version: 1.0.5
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.
License: GNU General Public License
Encoding: UTF-8
LazyData: TRUE
Imports: stats, utils, parallel
Suggests: datasets
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-09-10 12:46:23 UTC; aboul
Repository: CRAN
Date/Publication: 2018-09-13 16:50:09 UTC
back to top