forked from lucidfrontier45/PyVB
-
Notifications
You must be signed in to change notification settings - Fork 0
Python implementation for Variational Bayesian Learning
License
cdhi/PyVB
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a python implementation for Variational Bayesian Learning. Currently Gaussian Mixture Model (VBGMM) and Hidden Markov Model (VBHMM) are supported. Conventional Expectation Maximization learning is also implemented for both GMM and HMM. Non-parametric approach based on Stick Braking Process was included for alternative GMM. Forward-Backward routines in HMM are accelerated by Fortran 90 with f2py. Numpy and Scipy is needed. C or Fortran compiler is also needed to use extension module of Forward-Backward.
About
Python implementation for Variational Bayesian Learning
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 97.7%
- Fortran 2.3%