isabella232 / distributions-2

Low-level primitives for collapsed Gibbs sampling in python and C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Code Quality Latest Version

Distributions

Distributions provides low-level primitives for collapsed Gibbs sampling in Python and C++ including:

  • special numerical functions,
  • samplers and density functions from a variety of distributions,
  • conjugate component models (e.g., gamma-Poisson, normal-inverse-chi-squared),
  • clustering models (e.g., CRP, Pitman-Yor), and
  • efficient wrappers for mixture models.

Distributions powered a machine-learning-as-a-service for Prior Knowledge Inc., and now powers machine learning infrastructure at Salesforce.com.

Installation

For python-only support (no C++) you can install with pip:

pip install distributions

For help with other builds, see the installation documentation.

Documentation

The official documentation lives at http://distributions.readthedocs.org/.

Branch-specific documentation lives at

Authors (alphabetically)

License

Copyright (c) 2014 Salesforce.com, Inc. All rights reserved.

Licensed under the Revised BSD License. See LICENSE.txt for details.

About

Low-level primitives for collapsed Gibbs sampling in python and C++

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 39.8%Language:Python 31.6%Language:Cython 26.2%Language:CMake 1.5%Language:Makefile 0.6%Language:Shell 0.3%Language:HTML 0.1%