Skip to content

Releases: JoshuaBillson/MixtureDensityNetworks.jl

MixtureDensityNetworks v0.3.0

15 Jul 22:47
2c67e32
Compare
Choose a tag to compare

This release adds support for Flux 0.14 and drops support for Julia < 1.9.

Features

  • Added support for Flux 0.14.
  • Dropped support for Julia < 1.9.
  • Progress bars now display properly depending on whether code is running in the terminal or in Pluto.

MixtureDensityNetworks v0.2.2

29 Apr 01:33
Compare
Choose a tag to compare

This release replaces the full covariance matrix in the MultivariateGMM layer with a diagonal covariance matrix.

Features

  • This version replaces the full covariance matrix in the MultivariateGMM layer with a diagonal covariance matrix. This provides significantly faster training time at the cost of representation power. However, we can regain much of this power by increasing the number of mixture components in the predicted distribution.

MixtureDensityNetworks v0.2.1

25 Apr 14:03
Compare
Choose a tag to compare

This release fixes a bug where the identity matrix was undefined.

Features

  • Fixed bug where Identity matrix was undefined.

MixtureDensityNetworks v0.2.0

20 Apr 03:08
Compare
Choose a tag to compare

This release introduces support for multivariate regression with the new MultivariateGMM layer.

Features

  • Introduces support for multivariate regression with the new MultivariateGMM layer.
  • MultivariateGMM maintains the full covariance matrix for each Gaussian Mixture, which enables the modelling of relations between labels.
  • The new and UnivariateGMM and MultivariateGMM layers allow users to add univariate and multivariate GMMs to pre-existing models.
  • The native interface was reworked, which introduces breaking changes for projects relying on it. The MLJ interface remains unchanged.

MixtureDensityNetworks v0.1.0

06 Apr 03:08
9246dd2
Compare
Choose a tag to compare

This release introduces full compatibility with MLJ for training, evaluating, and predicting models.

Features

Implements the MLJModelInterface.

MixtureDensityNetworks v0.0.2

05 Apr 18:42
9b2d7e9
Compare
Choose a tag to compare

This is the first official release of MixtureDensityNetworks.

Features

Native API
Documentation