https://github.com/biaslab/gradientfreevi

https://github.com/biaslab/gradientfreevi

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 (4.0%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: biaslab
  • Language: Julia
  • Default Branch: main
  • Size: 32.2 KB
Statistics
  • Stars: 1
  • Watchers: 3
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Running the SIR experiments

Navigate to the sir_model folder in the command line, and make sure Julia is installed and available to the command line. Then execute julia --project=. nuts_sir.jl to run the experiments and output a .json file containing the results.

Running the learning rate tuning experiments

Navigate to the learning_rate folder in the command line, and make sure Julia and Python are installed and available to the command line. Then execute bash experiments to generate all plots and obtain tuned learning rates and test accuracies.

Owner

  • Name: BIASlab
  • Login: biaslab
  • Kind: organization
  • Email: info@biaslab.org
  • Location: Eindhoven, the Netherlands

Bayesian Intelligent Autonomous Systems lab

GitHub Events

Total
  • Watch event: 1
  • Push event: 5
  • Fork event: 1
Last Year
  • Watch event: 1
  • Push event: 5
  • Fork event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 17
  • Total Committers: 2
  • Avg Commits per committer: 8.5
  • Development Distribution Score (DDS): 0.412
Past Year
  • Commits: 17
  • Committers: 2
  • Avg Commits per committer: 8.5
  • Development Distribution Score (DDS): 0.412
Top Committers
Name Email Commits
Wouter Nuijten w****n@g****m 10
Mykola Lukashchuk n****k@g****m 7

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

learning_rate/requirements.txt pypi
  • bayesian-optimization *
  • hyperopt *
  • scikit-learn *
  • torch *
  • torchvision *
  • tqdm *