Skip to content

Releases: nestorSag/streaming-gmm

Gradient Streaming Mixture Model

16 Aug 12:47
2ff218b
Compare
Choose a tag to compare

Final model for dissertation's results.

Gradient Streaming Mixture Model

09 Aug 18:25
Compare
Choose a tag to compare
  • fixed bug in weightWrapper initialization
  • changed default parameters for accelerated methods

Gradient Streaming Mixture Model

01 Aug 18:53
6747df0
Compare
Choose a tag to compare
  • Added ADAMAX gradient ascent
  • improved method's names for ConjugatePrior
  • simplified factory object for main model
  • added nTries as a parameter for K-Means initialization to allow selecting the best model from many tries
  • corrected errors in methods' description

Gradient Streaming Mixture Model

31 Jul 17:13
Compare
Choose a tag to compare
  • fixed formula error in ADAM
  • fixed formula error in conjugate prior
  • fixed numerical stability bugs in weight mappers
  • added .halveStepEvery() method for a more intuitive way of initializing decay rate
  • added random seed setter for mini-batch selection

Gradient Streaming Mixture Model

26 Jul 11:18
Compare
Choose a tag to compare
  • collapsed streaming and static models into a single one
  • cached data for better performance
  • improved trajectory logs for debugging

Gradient-based gaussian mixture with streaming version

25 Jul 10:30
Compare
Choose a tag to compare
v1.0

gradient-based gaussian mixture model with streaming version