https://github.com/dfm/mog
Mixtures of Gaussians
https://github.com/dfm/mog
Last synced: 10 months ago
JSON representation
Mixtures of Gaussians
- Host: GitHub
- URL: https://github.com/dfm/mog
- Owner: dfm
- Created: 2012-09-13T14:54:36.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2020-06-12T18:24:07.000Z (almost 6 years ago)
- Last Synced: 2025-01-30T05:41:25.382Z (over 1 year ago)
- Language: Python
- Size: 69.3 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Mixtures of Gaussians
=====================
By Dan Foreman-Mackey
Install
-------
Just run:
::
python setup.py install
Then try:
::
cd;python -c "import mog"
Demo
----
To try the demo, you need to build the C-extension "in place":
::
python setup.py build_ext --inplace
Then, you can run the demo (as long as you have matplotlib installed):
::
python demo.py
It will save a plot called ``demo.png`` that should look something like:
.. image:: https://raw.github.com/dfm/mog/master/demo-result.png