Skip to content

Commit

Permalink
Scaling dimensionality
Browse files Browse the repository at this point in the history
  • Loading branch information
franzigrkn committed Feb 7, 2024
1 parent 47b93c3 commit 94a76ab
Show file tree
Hide file tree
Showing 2 changed files with 411 additions and 0 deletions.
11 changes: 11 additions & 0 deletions configs/conf_dims.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
exp_log_name: "scaling_dims" # optional but recommended
data: ["multivariate_normal"]
experiments: ["ScaleDimSW", "ScaleDimMMD"]
n: [3000]
d: [100]
distort: ["shift_one", "shift_all"]
dim_sizes: [5, 10, 15, 20, 25, 30, 40, 60, 80, 100]

seed: 1404
runs: 5

400 changes: 400 additions & 0 deletions docs/notebooks/scaling_dims_franzi.ipynb

Large diffs are not rendered by default.

0 comments on commit 94a76ab

Please sign in to comment.