Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ondrejbiza/bmg
Bayesian mixture of Gaussians
https://github.com/ondrejbiza/bmg
Last synced: about 2 months ago
JSON representation
Bayesian mixture of Gaussians
- Host: GitHub
- URL: https://github.com/ondrejbiza/bmg
- Owner: ondrejbiza
- License: mit
- Created: 2019-02-27T18:21:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T21:44:10.000Z (over 2 years ago)
- Last Synced: 2023-04-25T16:45:43.700Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gaussian Mixture Models with Variational Inference
## Setup
* Install Python >= 3.5.
* Install packages listed in *requirements.txt*.## Usage
### Univariate GMM
```
python -m bmg.scripts.fit_data_1d
```