Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaringal/CLGP
Categorical Latent Gaussian Process
https://github.com/yaringal/CLGP
Last synced: 3 months ago
JSON representation
Categorical Latent Gaussian Process
- Host: GitHub
- URL: https://github.com/yaringal/CLGP
- Owner: yaringal
- Created: 2014-11-19T12:39:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-07T18:28:04.000Z (over 9 years ago)
- Last Synced: 2024-04-08T02:27:19.061Z (7 months ago)
- Language: Python
- Size: 156 KB
- Stars: 16
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-data-synthesis - CLGP - categorical latent Gaussian process is a generative model for multivariate categorical data - [Paper](http://proceedings.mlr.press/v37/gala15.html) (Data-driven methods / Tabular)
README
Categorical Latent Gaussian Process (CLGP)
====This is the implementaion of the model developed in "[Latent Gaussian Processes for Distribution Estimation of Multivariate Categorical Data](http://mlg.eng.cam.ac.uk/yarin/publications.html#Gal2015Latent)". Please see the paper for further details.
This code assumes that the Theano repository was cloned in the parent folder. To clone the repo, run:
```
git clone https://github.com/Theano/Theano.git
```To run the example file, execute:
```
python CLGP_theano_example.py
```Note that Theano will compile the code the first time the example is run, which might take some time.