Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  dvc git github
b729d606e4
Adding DVC stuff
3 years ago
5143f23c94
Corrrected Indenattion error.
4 years ago
122e9d8ebb
nc_testing | added obs_50
3 years ago
203b49355f
exp5, data generated
3 years ago
146bd9cd73
Adopted a cookiecutter layout (partial); moved .py files into a package
3 years ago
a3ec746366
Added joblib threading for mcmc chains
3 years ago
146bd9cd73
Adopted a cookiecutter layout (partial); moved .py files into a package
3 years ago
b5feec8aaa
ijcai fig4 new-crop_image-2
3 years ago
c19bb94f38
nc testing vers 1 changes added in Lik
3 years ago
146bd9cd73
Adopted a cookiecutter layout (partial); moved .py files into a package
3 years ago
146bd9cd73
Adopted a cookiecutter layout (partial); moved .py files into a package
3 years ago
d722b881c7
added seed for trial
3 years ago
src
d722b881c7
added seed for trial
3 years ago
146bd9cd73
Adopted a cookiecutter layout (partial); moved .py files into a package
3 years ago
d7242d3bcd
initial setup (venv) 0.2
3 years ago
3c9c533027
non compliance in robot added and tested, dvc for data_nc
3 years ago
21cccd597f
tested dask/joblib parallel processing in over_dispersed
3 years ago
ef95a57df0
Added params.yaml
3 years ago
a8c5806f2b
dvc for data_nc
3 years ago
5e69c2ab51
added MIT new license
3 years ago
b729d606e4
Adding DVC stuff
3 years ago
974dfd15c4
Update README.md
3 years ago
7464f0bdc0
contributors.txt created online with Bitbucket
5 years ago
f26e6364ba
Norm extraction still in process, but committing so can branch to new experiment
3 years ago
c0331bad3f
updated params for exp 1
3 years ago
d50ef5e666
exp5, parmas int
3 years ago
df4889d48c
Updated requirements.txt with latest values
3 years ago
b729d606e4
Adding DVC stuff
3 years ago
b729d606e4
Adding DVC stuff
3 years ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

MCMC norm learning

DOI

This repository contains the source code used for experiments in the paper: #TODO:add doi for paper

The project covers the steps: image

Project Organization

├── LICENSE
|
├── README.md               <- The top-level README for developers using this project.
|
├── data_nc/*               <- Folder with dvc files for various experiments with $p_nn$ > 0
|
├── data/*                  <- Folder with dvc files for various experiments with $p_nn$ = 0
|
├── src/
│   ├── mcmc_norm_*         <- Code files for grammar/Metropolis Hastings Algorithm/convergence
|   |                          and preciscion-recall
│   └── *.py                <- Small Helper files
│
├── scripts/                <- Scripts used for variouis instances of the process depicted in 
|   |                          schematic above.
│   └── nc_experiments.py   <- Binding script used to run various parts of experiment
|
├── notebooks               <- Jupyter notebooks. Naming convention is a number (for ordering),
│                              the creator's initials, and a short `-` delimited description, e.g.
│                              `1.0-jqp-initial-data-exploration`. The notebooks with tag 1.5 mark 
|                              the files used for experiment shown in paper.
|
├── **params_nc.yaml**      <- yaml file detailing parameters for experiments used
│
├── requirements.txt        <- The requirements file for reproducing the analysis environment, e.g.
│                              generated with `pip freeze > requirements.txt`
│
│
└── venv/                   <- Virtual environment used for experiments
Tip!

Press p or to see the previous file or, n or to see the next file

About

The repository houses the source code of paper

Collaborators 1

Comments

Loading...