Skip to content

TensorFlow-based implementation of (Gaussian) Mixture Model and some other examples.

License

Notifications You must be signed in to change notification settings

wzhang1/tf-example-models

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow Example Models

TensorFlow-based implementations of several Machine Learning models (first three - Logistic Regresion, MLP, and CNN - are heavily inspired by TensorFlow v1.3 tutorials). The models folder contains simple implementations of:

The gmm folder contains more elaborate versions of a Gaussian Mixture Model implementation trained by means of Expectation Maximization algorithm (with diagonal covariance, full covariance, gradient-based, etc.). The gmm/struct folder contains initial attempts to decompose the GMM implementation into a coherent set of classes.

About

TensorFlow-based implementation of (Gaussian) Mixture Model and some other examples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%