Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```