https://github.com/cran/automl
Raw File
Tip revision: f1b42200287c7d078c48d766f299a6f565bff9f2 authored by Alex Boulangé on 21 October 2018, 09:00:03 UTC
version 1.0.6
Tip revision: f1b4220
DESCRIPTION
Package: automl
Type: Package
Title: Deep Learning with Metaheuristic
Version: 1.0.6
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-10-21 09:50:12 UTC; aboul
Repository: CRAN
Date/Publication: 2018-10-21 10:00:03 UTC
back to top