Continued-Fraction Lacunary Features / results.json
Beats tuned baseline
1{
2 "device": "cuda",
3 "math": {
4 "q_first_12": [
5 1,
6 1,
7 2,
8 3,
9 5,
10 8,
11 13,
12 21,
13 34,
14 55,
15 89,
16 144
17 ],
18 "recursion_ok": true,
19 "sum_inverse_q": 3.3598640996455265,
20 "dyadic_deltas": [
21 0.000244140625,
22 0.00048828125,
23 0.0009765625,
24 0.001953125,
25 0.00390625,
26 0.0078125,
27 0.015625,
28 0.03125,
29 0.0625
30 ],
31 "modulus": [
32 0.012050882900364157,
33 0.022454173623474682,
34 0.040374045190843866,
35 0.07250289502666929,
36 0.13865310694415967,
37 0.24578123361754634,
38 0.4580800265571946,
39 0.7119308186796349,
40 1.235714871720686
41 ],
42 "loglog_slope": 0.8408293498698328,
43 "finite_lipschitz_bound_2piJ": [
44 [
45 4,
46 25.132741228718345
47 ],
48 [
49 8,
50 50.26548245743669
51 ],
52 [
53 12,
54 75.39822368615503
55 ],
56 [
57 16,
58 100.53096491487338
59 ],
60 [
61 20,
62 125.66370614359172
63 ],
64 [
65 25,
66 157.07963267948966
67 ]
68 ]
69 },
70 "benchmark": {
71 "raw": {
72 "train_rmse": 0.06659203767776489,
73 "extrapolation_rmse": 2.3991477489471436,
74 "input_dim": 1,
75 "parameters": 4353
76 },
77 "nerf": {
78 "train_rmse": 0.0038203084841370583,
79 "extrapolation_rmse": 0.9800306558609009,
80 "input_dim": 16,
81 "parameters": 5313
82 },
83 "lacunary": {
84 "train_rmse": 0.013987106271088123,
85 "extrapolation_rmse": 0.0734044536948204,
86 "input_dim": 17,
87 "parameters": 5377
88 }
89 }
90}