Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

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

About

Implementation of learning a Gaussian mixture model using tensor decomposition.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.