Science Score: 41.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: SZU-AdvTech-2024
  • Default Branch: main
  • Size: 0 Bytes
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Citation

https://github.com/SZU-AdvTech-2024/135-Variational-Inference-with-Gaussian-Score-Matching/blob/main/

Variational Inference (VI) with Gaussian Score Matching (GSM) (NeurIPS 2023)

GSM-VI, which is described in the NeurIPS 2023 paper https://arxiv.org/abs/2307.07849.



GSM-VI fits a multivariate Gasussian distribution with dense covaraince matrix to the target distribution
by score matching. It only requires access to the score function i.e. the gradient of the target log-probability
distribution and implements analytic updates for the variational parameters (mean and covariance matrix).



To install, run

```
pip install numpy==1.26.4
pip install opencv-python==4.10.0.84
pip install opencv-contrib-python==4.10.0.84
pip install jax==0.4.33
```


The example usage code is in `initializers.py`:

```
python3 initializers.py
```



Owner

  • Name: SZU-AdvTech-2024
  • Login: SZU-AdvTech-2024
  • Kind: organization

Citation (citation.txt)

@article{REPO135,
    author = "Modi, Chirag and Margossian, Charles C. and Yao, Yuling and Gower, Robert Mansel and Blei, David M. and Saul, Lawrence K.",
    journal = "ArXiv",
    title = "{Variational Inference with Gaussian Score Matching}",
    url = "https://api.semanticscholar.org/CorpusID:259936958",
    volume = "abs/2307.07849",
    year = "2023"
}

GitHub Events

Total
  • Push event: 2
  • Create event: 3
Last Year
  • Push event: 2
  • Create event: 3