Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayaz-amin/bbvi_c
Black-box Variational Inference in C-style C++
https://github.com/ayaz-amin/bbvi_c
Last synced: 26 days ago
JSON representation
Black-box Variational Inference in C-style C++
- Host: GitHub
- URL: https://github.com/ayaz-amin/bbvi_c
- Owner: ayaz-amin
- Created: 2024-08-25T02:17:30.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-25T02:20:07.000Z (4 months ago)
- Last Synced: 2024-08-25T03:25:57.596Z (4 months ago)
- Language: C++
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Black-Box Variational Inference
Black-box Variational Inference in C-style C++. For more information on the algorithm, read the following [paper](https://arxiv.org/abs/1401.0118):
```
@misc{ranganath2013blackboxvariationalinference,
title={Black Box Variational Inference},
author={Rajesh Ranganath and Sean Gerrish and David M. Blei},
year={2013},
eprint={1401.0118},
archivePrefix={arXiv},
primaryClass={stat.ML},
url={https://arxiv.org/abs/1401.0118},
}
```