Skip to content

Releases: john-waczak/GenerativeTopographicMapping.jl

v0.7.10

22 Jul 17:18
Compare
Choose a tag to compare

GenerativeTopographicMapping v0.7.10

Diff since v0.7.9

Fixed typo in log-likelihood calculation for GSM models. Added L1 regularization for nonlinearity weights in GSMCombo and GSMBigCombo models.

v0.7.9

16 Jul 16:47
Compare
Choose a tag to compare

GenerativeTopographicMapping v0.7.9

Diff since v0.7.8

fixing to allow arbitrary scale factors for big nonlinear model.

v0.7.8

11 Jul 21:59
Compare
Choose a tag to compare

GenerativeTopographicMapping v0.7.8

Diff since v0.7.7

updated fitting code to pre-allocate intermediate matrices. Also removed the zero_init option as the new multiplicative update can not change zero values.

v0.7.7

09 Jul 17:37
Compare
Choose a tag to compare

GenerativeTopographicMapping v0.7.7

Diff since v0.7.6

Updating all models to use multiplicative updates to guarantee non-negativity.

v0.7.6

06 Jul 14:39
Compare
Choose a tag to compare

GenerativeTopographicMapping v0.7.6

Diff since v0.7.5

Added multiplicative update versions for linear and nonlinear model.

v0.7.5

04 Jul 21:22
Compare
Choose a tag to compare

GenerativeTopographicMapping v0.7.5

Diff since v0.7.4

Added new models using multiplicative update a la NMF to guarantee non-negativity

v0.7.4

01 Jul 22:54
Compare
Choose a tag to compare

GenerativeTopographicMapping v0.7.4

Diff since v0.7.3

Fixed bug in GSM models to enable prediction on new datasets

v0.7.3

01 Jul 19:12
Compare
Choose a tag to compare

GenerativeTopographicMapping v0.7.3

Diff since v0.7.2

Added new optional arguments to all models

v0.7.2

26 Jun 18:08
Compare
Choose a tag to compare

GenerativeTopographicMapping v0.7.2

Diff since v0.7.1

Added in "Combo" model to allow control for strength of nonlinearity

v0.7.1

25 Jun 20:11
Compare
Choose a tag to compare

GenerativeTopographicMapping v0.7.1

Diff since v0.7.0

Updating with models to distinguish Linear from Nonlinear projection from latent space to data space.