Releases: tailhq/DynaML
Releases · tailhq/DynaML
Release 1.4-beta.6
Improvements
- Customization of banner text and prompt
Release 1.4-beta.5
Additions
- LSSVM Committee Model
- Solver for Committee models taking spark RDDs
Bugfix release 1.4-beta.4
v1.4-beta.4 Added Apache notice to TStudentKernel
Release 1.4-beta.3
Improvements
- Migration from Maven to sbt
- Ammonite as default REPL
Bugfix release 1.4-beta.2
Fixed feature map assignment bug in GeneralizedLinearModel companion object.
Release 1.4-beta.1
This release adds the ability to create kernels on the fly using the CovarianceFunction objects apply method.
Bugfix release 1.3.2
This release contains a fix for model selection in GPRegressionModel when validation set is specified.
Bugfix release 1.3.1
This release contains minor bug fixes additions and house cleaning.
1.3
Summary
This release contains many additions and improvements.
Models
- Regularized Least Squares
- Logistic and Probit Regression
- Feed Forward Neural Nets
- Gaussian Process (GP) classification and NARX based models
- Least Squares Support Vector Machines (LSSVM) for classification and regression
- Meta model API, committee models
Optimization Primitives
- Regularized Least Squares Solvers
- Gradient Descent
- Committee model solvers
- Linear Solvers for LSSVM
- Laplace approximation for GPs
Miscellaneous
- Data Pipes API
- Migration to scala version 2.11.8
Version 1.2
Important additions include.
- Gaussian Process inference
- Using the WISP library for plotting