https://github.com/chalk-lab/coupledhmc.jl
Couplings for Multinomial Hamiltonian Monte Carlo
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.2%) to scientific vocabulary
Repository
Couplings for Multinomial Hamiltonian Monte Carlo
Basic Info
Statistics
- Stars: 16
- Watchers: 5
- Forks: 4
- Open Issues: 3
- Releases: 0
Metadata Files
README.md
CoupledHMC.jl
This package implemented the coupled HMC kernels used in the AISTATS 2021 paper Couplings for Multinomial Hamiltonian Monte Carlo by Kai Xu, Tor Erlend Fjelde, Charles Sutton and Hong Ge.
See the research folder for scripts to reproduce the results.
You can cite this paper using the BibTeX entry below.
@inproceedings{xu2021couplings,
title={{Couplings for Multinomial {H}amiltonian Monte Carlo}},
author={Kai Xu and Fjelde, Tor Erlend and Sutton, Charles and Ge, Hong},
booktitle={International Conference on Artificial Intelligence and Statistics},
year={2021}
}
Using this package directly
If you would like to use CoupledHMC without going through our research folder,
you will have to install VecTargets(https://github.com/xukai92/VecTargets.jl) and the master branch of AdvancedHMC manually.
For example, running the command below will install them globally
sh
julia -e 'using Pkg; Pkg.add(url="https://github.com/xukai92/VecTargets.jl"); Pkg.add(name="AdvancedHMC", rev="master")'
Or below to install inside your local environment
sh
julia --project=@. -e 'using Pkg; Pkg.add(url="https://github.com/xukai92/VecTargets.jl"); Pkg.add(name="AdvancedHMC", rev="master")'
Owner
- Name: Learning and Inference Group
- Login: chalk-lab
- Kind: organization
- Location: United Kingdom
- Website: https://mlg.eng.cam.ac.uk/hong/
- Repositories: 1
- Profile: https://github.com/chalk-lab
Hong Ge's Research Group at Cambridge University
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 4
- Total pull requests: 6
- Average time to close issues: about 1 month
- Average time to close pull requests: 5 days
- Total issue authors: 2
- Total pull request authors: 2
- Average comments per issue: 3.5
- Average comments per pull request: 1.67
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- xukai92 (3)
- torfjelde (1)
Pull Request Authors
- xukai92 (5)
- torfjelde (1)