Skip to content

Releases: tailhq/DynaML

Release 1.4-beta.6

09 Jun 16:31

Choose a tag to compare

Release 1.4-beta.6 Pre-release
Pre-release

Improvements

  1. Customization of banner text and prompt

Release 1.4-beta.5

03 Jun 15:36

Choose a tag to compare

Release 1.4-beta.5 Pre-release
Pre-release

Additions

  1. LSSVM Committee Model
  2. Solver for Committee models taking spark RDDs

Bugfix release 1.4-beta.4

02 Jun 00:11

Choose a tag to compare

Pre-release
v1.4-beta.4

Added Apache notice to TStudentKernel

Release 1.4-beta.3

01 Jun 15:57

Choose a tag to compare

Release 1.4-beta.3 Pre-release
Pre-release

Improvements

  1. Migration from Maven to sbt
  2. Ammonite as default REPL

Bugfix release 1.4-beta.2

27 May 14:23

Choose a tag to compare

Pre-release

Fixed feature map assignment bug in GeneralizedLinearModel companion object.

Release 1.4-beta.1

27 May 12:39

Choose a tag to compare

Release 1.4-beta.1 Pre-release
Pre-release

This release adds the ability to create kernels on the fly using the CovarianceFunction objects apply method.

Bugfix release 1.3.2

17 May 10:06

Choose a tag to compare

This release contains a fix for model selection in GPRegressionModel when validation set is specified.

Bugfix release 1.3.1

11 May 14:35

Choose a tag to compare

This release contains minor bug fixes additions and house cleaning.

1.3

13 Apr 09:28

Choose a tag to compare

1.3

Summary

This release contains many additions and improvements.

Models

  1. Regularized Least Squares
  2. Logistic and Probit Regression
  3. Feed Forward Neural Nets
  4. Gaussian Process (GP) classification and NARX based models
  5. Least Squares Support Vector Machines (LSSVM) for classification and regression
  6. Meta model API, committee models

Optimization Primitives

  1. Regularized Least Squares Solvers
  2. Gradient Descent
  3. Committee model solvers
  4. Linear Solvers for LSSVM
  5. Laplace approximation for GPs

Miscellaneous

  1. Data Pipes API
  2. Migration to scala version 2.11.8

Version 1.2

02 Jan 16:18

Choose a tag to compare

Important additions include.

  1. Gaussian Process inference
  2. Using the WISP library for plotting