https://github.com/cran/automl
Raw File
Tip revision: f44fcd7700739f188da1f66e07b6b371d5de0131 authored by Alex Boulangé on 08 November 2018, 07:50:04 UTC
version 1.0.8
Tip revision: f44fcd7
NEWS
automl 1.0.8
============================================
* New automatic hyperparameters adjustments below:
  'auto_psovelocitymaxratio' autopar PSO velocity max ratio
  'auto_layer' autopar layer shape (layers number, nodes
  number per layer, activation types and dropout ratios)
* 'auto_lambda' bug fix

automl 1.0.7
============================================
* vignette completion

automl 1.0.6
============================================
* vignette howto_automl: why, how and basic howto
* 'auto_lambda' autopar regularization hyperparameter
* seed bug fix for reproductibility
* display enhancement in NN structure display

automl 1.0.5
============================================
* first public release on CRAN
* There's so much to do; transfert learning, CNN, RNN ...
  feel free to join
back to top