v1.4.3
Version 1.4.3 of DynaML, released June 13, 2017. Updates, improvements and new features.
DynaML REPL¶
Additions¶
Module scripts
- Added gp_mcmc_santafe.scworksheet to try new MCMC feature on GP models; applied on the Santa Fe laser data set.
General
- Updated Ammonite version to 0.9.9
Pipes API¶
Additions¶
Package dynaml.pipes
- Added ._1and._2members inParallelPipe
Core API¶
Additions¶
Package dynaml.models.neuralnets
- Added SELU activation function proposed by Hochreiter et. al
Package dynaml.models.bayes
- Added *method toCoRegGPPriorwhich scales it with to aParallelPipe
Package dynaml.probability.mcmc
- Added HyperParameterMCMCfor performing MCMC sampling for models extendingGloballyOptimizable.
Package dynaml.utils
- 
Added trait HyperParametersoutlining methods that must be implemented by entities having hyper-parameters
- 
Added MeanScaler,PCAScalerto perform mean centering and PCA on data sets. Also added toDynaMLPipepipe library.
- 
Added tail recursive computation of the Chebyshev polynomials of the first and second kind in utils.chebyshev.
Improvements¶
Package dynaml.models.bayes
- Added trendParamsEncoderwhich converts the trend/mean parameters into a scalaMap[String, Double]making them consistent with covariance parameters. Added toGaussianProcessPriorandESGPPriorfamilies.