tscohen / HarmonicExponentialFamily

Code for Harmonic Exponential Families on Manifolds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

T.S. Cohen, M. Welling, Harmonic Exponential Families on Manifolds. Proceedings of the International Conference on Machine Learning (ICML), 2015

[pdf] [supp. mat.]

Setup

To compile the Cython modules, run:

python setup.py build_ext --inplace

To use the NFSFT (Non-equispaced Fast Spherical Fourier Transform), install my fork of the PyNFFT bindings, which supports the NFSFT (https://github.com/tscohen/pyNFFT). When compiling the NFFT library, make sure NFSFT support is enabled.

About

Code for Harmonic Exponential Families on Manifolds


Languages

Language:Python 100.0%