forcedotcom / distributions

Low-level primitives for collapsed Gibbs sampling in python and C++
BSD 3-Clause "New" or "Revised" License
33 stars 25 forks source link

DOC: Add hello_world example and better description #50

Open twiecki opened 10 years ago

twiecki commented 10 years ago

I think for a newcomer it would be really useful to have a much simpler example. E.g. the classic: samples from a mixture of gaussians that's then estimated parametrically and non-parametrically.

I also found the compression example a little hard to follow. Could certainly use more comments at each step and what the model is actually inferring.