Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fbielejec/dppmixtures
R code prototypes for DPP gibbs sampler for mixtures of normals.
https://github.com/fbielejec/dppmixtures
Last synced: 16 days ago
JSON representation
R code prototypes for DPP gibbs sampler for mixtures of normals.
- Host: GitHub
- URL: https://github.com/fbielejec/dppmixtures
- Owner: fbielejec
- Created: 2014-12-09T21:54:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-17T08:35:20.000Z (almost 10 years ago)
- Last Synced: 2025-01-04T01:39:35.136Z (21 days ago)
- Language: R
- Homepage:
- Size: 225 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
LICENSE
-------
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* wrote this software.
* As long as you retain this notice you can do whatever you want with this stuff.
* If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.
* Filip Bielejec.
* ----------------------------------------------------------------------------
*/PURPOSE
-------
R code prototype of the DPP gibbs sampler for mixtures of normals.
This is a very bad way to code things in R (explicit loops), yet easily ports to different languages.SOME REFERENCES
---------------
http://xiaodong-yu.blogspot.be/2009/09/gibbs-sampling-for-dp-mixtures.html
http://blog.echen.me/2012/03/20/infinite-mixture-models-with-nonparametric-bayes-and-the-dirichlet-process/
http://www.arbylon.net/resources.html