Skip to content

Releases: tailhq/DynaML

1.4-beta.26

09 Aug 13:24

Choose a tag to compare

1.4-beta.26 Pre-release
Pre-release

Improvements

  1. Faster computation of kernel matrices and marginal likelihood computation for GP models

1.4-beta.25

05 Aug 16:13

Choose a tag to compare

1.4-beta.25 Pre-release
Pre-release

Bugfix

  1. Fix to CompositeCovariance

Release 1.4-beta.24

05 Aug 13:03

Choose a tag to compare

Release 1.4-beta.24 Pre-release
Pre-release

Bugfixes

MOGPRegressionModel[I]: mistake in dimensions of kernel matrix fixed.

Improvements

Added simple rejection sampling for posterior in ProbabilityModel

Release 1.4-beta.23

02 Aug 15:35

Choose a tag to compare

Release 1.4-beta.23 Pre-release
Pre-release

Bugfix

  1. Ensured symmetric posterior covariance matrix in GP implementation.

Release 1.4-beta.22

02 Aug 13:52

Choose a tag to compare

Release 1.4-beta.22 Pre-release
Pre-release

Bug fixes

  1. Introduced blocking of hyper parameters for CompositeCovariance[Index]
  2. Improvements to dataAsSeq method of MOGPRegressionModel

Release 1.4-beta.21

01 Aug 14:37

Choose a tag to compare

Release 1.4-beta.21 Pre-release
Pre-release

BugFix

  1. Corrected expression for evaluation of RationalQuadraticKernel.

Release 1.4-beta.20

29 Jul 16:55

Choose a tag to compare

Release 1.4-beta.20 Pre-release
Pre-release

Additions

  1. Added RandomVariable and ProbabilityModel APIs to facilitate generative models based on conditional probabilities.
  2. Added Wavelet class
  3. WIP: Multi output GP models

Release 1.4-beta.19

14 Jul 10:23

Choose a tag to compare

Release 1.4-beta.19 Pre-release
Pre-release

Improvements

  1. Added Kullback Leibler divergence to BackPropagation implementation
  2. Optimized loops in solvers using cfor macro in the spire library
  3. Added unit tests for DataPipe

Release 1.4-beta.18

11 Jul 21:09

Choose a tag to compare

Release 1.4-beta.18 Pre-release
Pre-release

This release contains some important additions/improvements.

Improvements/Debugging

Improvement of back-propagation implementation with respect to convergence as well as faster execution.

Enhancements

First unit tests written for the following components

Optimization solvers:

  1. Gradient Descent
  2. Quasi-Newton BGFS
  3. Back-propagation with momentum and regularization
  4. Conjugate Gradient

Models

  1. Generalized Linear Models
  2. Feed forward neural networks
  3. Autoencoders (WIP)

Release 1.4-beta.17

01 Jul 14:31

Choose a tag to compare

Release 1.4-beta.17 Pre-release
Pre-release

Fix

  1. To AutoEncoder class implementation of encoding and decoding