Skip to content

Implementation of learning a Gaussian mixture model using tensor decomposition.

License

Notifications You must be signed in to change notification settings

steverab/tensor-gmm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tensor-gmm

Implementation of learning a Gaussian mixture model using tensor decomposition.

Matlab sample plots

Shared parameters:

  • n = 10000
  • s = 2
  • dist = 15
  • spher = 1

Plot 1

  • d = 3
  • k = 2

matlab_1

Plot 2

  • d = 20
  • k = 12

matlab_2

Plot 3

  • d = 50
  • k = 40

matlab_3

Python sample plots

Shared parameters:

  • n = 10000
  • s = 2
  • dist = 15
  • spher = 1

Plot 1

  • d = 3
  • k = 2

python_1

Plot 2

  • d = 20
  • k = 12

python_2