https://github.com/cran/automl
Raw File
Tip revision: d34ca22544dff11d21f1b644da9853880a50f9c4 authored by Alex Boulangé on 23 November 2018, 17:30:03 UTC
version 1.2.0
Tip revision: d34ca22
DESCRIPTION
Package: automl
Type: Package
Title: Deep Learning with Metaheuristic
Version: 1.2.0
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.1.0
NeedsCompilation: no
Packaged: 2018-11-23 18:13:50 UTC; aboul
Repository: CRAN
Date/Publication: 2018-11-23 18:30:03 UTC
back to top