Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srshtiputcha/sgmcmc_preferential_subsampling
Code for Preferential Subsampling for Stochastic Gradient Langevin Dynamics
https://github.com/srshtiputcha/sgmcmc_preferential_subsampling
Last synced: 11 days ago
JSON representation
Code for Preferential Subsampling for Stochastic Gradient Langevin Dynamics
- Host: GitHub
- URL: https://github.com/srshtiputcha/sgmcmc_preferential_subsampling
- Owner: srshtiputcha
- License: mit
- Created: 2022-10-10T14:12:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T08:49:49.000Z (about 2 years ago)
- Last Synced: 2024-08-01T16:46:04.803Z (3 months ago)
- Language: Jupyter Notebook
- Homepage: https://arxiv.org/abs/2210.16189
- Size: 2.11 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sgmcmc_preferential_subsampling
### Code for Preferential Subsampling for Stochastic Gradient Langevin Dynamics
For full details, please refer to the [arXiv preprint](https://arxiv.org/abs/2210.16189) of this work.
All code is written in `Python 3.7x` and the key list of module requirements are provided in `requirements.txt`.
Run `./setup.sh` to set up the `data/` folder. This will generate all synthetic data and download the real data used in this paper.
The source code for both models and samplers can be found in the `src/` folder.
All experiments can be found in the `experiments/` folder. Jupyter Notebooks for each experiment should be opened within their containing folder. Each experiment folder contains a `Description.txt` file which details the purpose of each notebook.