-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/mackelab/labproject into main
- Loading branch information
Showing
4 changed files
with
478 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
configs/conf_mmd_main_scaling_experiment_different_kernels.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
exp_log_name: "MMD_main_scaling_kernel_experiment" # optional but recommended | ||
|
||
# datasets to use | ||
data: ["toy_2d" , "random", "random"] | ||
augmentation: ['gauss', 'one_dim_shift', 'one_dim_shift',] | ||
|
||
# number of samples and dimensions | ||
n: [10000,10000,10000] #[10000, 10000, 10000] #samples Note that for main figure 10k | ||
d: [2, 10, 1000] # dimensions | ||
|
||
mmd_bandwidth: [1,5,10] # only the rbf has the bandwidth parameter | ||
|
||
# sample size experiments | ||
experiments: ["ScaleSampleSizeMMD", "ScaleSampleSizeMMDlinear","ScaleSampleSizeMMDenergy"] | ||
sample_size: [50, 100, 200, 500, 1000, 2000, 3000, 4000] | ||
runs: 5 # number of sample selection for errorbars | ||
|
||
# dimensionality experiments | ||
experiments_dim: ["ScaleDimMMD", "ScaleDimMMDlinear", "ScaleDimMMDenergy"] | ||
dim_sizes: [5, 10, 50, 100, 500, 1000] | ||
runs_dim: 5 # number of sample selection for errorbars | ||
|
||
# seed for reproducibility | ||
seed: 0 | ||
|
||
# for the reduced sample size experiments | ||
#sample_size: [8, 10, 20, 50, 80] | ||
#n: [500, 500, 500] |
409 changes: 409 additions & 0 deletions
409
docs/notebooks/mmd/MMD_scaling_experiment_different_kernels.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters