-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
208 lines (182 loc) · 5.46 KB
/
index.html
File metadata and controls
208 lines (182 loc) · 5.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Circadian Predictive Coding Dashboard</title>
<style>
:root {
--bg: #f4f7fb;
--card: #ffffff;
--text: #1e2430;
--muted: #5c6475;
--accent: #bc6624;
--border: #d8deea;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: "Segoe UI", Tahoma, sans-serif;
background: radial-gradient(circle at 20% 10%, #eaf0fb 0%, var(--bg) 45%, #f8fafc 100%);
color: var(--text);
}
.wrap {
max-width: 1180px;
margin: 0 auto;
padding: 24px 20px 40px;
}
.hero {
background: linear-gradient(135deg, #ffffff 0%, #f3f6fc 58%, #ecf2fb 100%);
border: 1px solid var(--border);
border-radius: 14px;
padding: 20px;
box-shadow: 0 5px 20px rgba(30, 36, 48, 0.06);
margin-bottom: 16px;
}
h1 {
margin: 0 0 8px;
font-size: 1.65rem;
line-height: 1.2;
}
p {
margin: 0;
color: var(--muted);
}
.note {
margin-top: 10px;
font-size: 0.9rem;
color: #4d5565;
}
.cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 14px;
margin-bottom: 16px;
}
.card {
border: 1px solid var(--border);
background: var(--card);
border-radius: 12px;
padding: 14px;
box-shadow: 0 4px 14px rgba(30, 36, 48, 0.05);
}
.label {
margin: 0 0 4px;
font-size: 0.84rem;
color: var(--muted);
text-transform: uppercase;
letter-spacing: 0.05em;
}
.value {
margin: 0;
font-size: 1.15rem;
font-weight: 700;
}
.section {
border: 1px solid var(--border);
background: var(--card);
border-radius: 12px;
padding: 10px;
margin-bottom: 14px;
box-shadow: 0 4px 14px rgba(30, 36, 48, 0.05);
}
.section h2 {
margin: 8px 8px 6px;
font-size: 1rem;
color: var(--text);
}
iframe {
width: 100%;
height: 660px;
border: none;
border-radius: 10px;
background: #fff;
}
.iframe-xl {
height: 1180px;
}
.hero-visual {
width: 100%;
border-radius: 10px;
border: 1px solid var(--border);
background: #fff;
box-shadow: 0 4px 14px rgba(30, 36, 48, 0.05);
}
.hero-caption {
margin: 8px 8px 0;
font-size: 0.9rem;
color: var(--muted);
}
.footer {
margin-top: 18px;
color: var(--muted);
font-size: 0.9rem;
text-align: center;
}
.accent {
color: var(--accent);
font-weight: 700;
}
</style>
</head>
<body>
<div class="wrap">
<section class="hero">
<h1>Circadian Predictive Coding Benchmark Dashboard</h1>
<p>Interactive benchmark views with a compact overview plus detailed drill-down charts across backprop, predictive coding, and circadian predictive coding.</p>
<p class="note">
Source artifacts are generated by
<span class="accent">scripts/generate_readme_figures.py</span>
from benchmark summary CSV files.
</p>
</section>
<section class="cards">
<article class="card">
<p class="label">Focus</p>
<p class="value">Circadian Predictive Coding</p>
</article>
<article class="card">
<p class="label">Reference Baselines</p>
<p class="value">Backprop + Predictive Coding</p>
</article>
<article class="card">
<p class="label">Current Dataset Profile</p>
<p class="value">CIFAR-100 Multi-seed Summary</p>
</article>
</section>
<section class="section">
<h2>Hardest-Case Dynamics (Training + Inference)</h2>
<iframe class="iframe-xl" src="figures/interactive_hardest_mode_dynamics.html" title="Interactive hardest-case training and inference dynamics"></iframe>
<p class="hero-caption">
Interactive replay: slider + play controls, phase-B inference map, and circadian internals graph (node/edge weights, chemical/plasticity state).
</p>
<img class="hero-visual" src="figures/hardest_mode_dynamics.gif" alt="Hardest-case training and inference dynamics GIF" />
<p class="hero-caption">
GIF fallback preview for README-compatible rendering.
</p>
</section>
<section class="section">
<h2>Compact Overview (Interactive)</h2>
<iframe src="figures/interactive_benchmark_overview.html" title="Interactive compact benchmark overview"></iframe>
</section>
<section class="section">
<h2>Detailed Accuracy (Interactive)</h2>
<iframe src="figures/interactive_benchmark_accuracy.html" title="Interactive accuracy chart"></iframe>
</section>
<section class="section">
<h2>Detailed Training Throughput (Interactive)</h2>
<iframe src="figures/interactive_benchmark_train_speed.html" title="Interactive training throughput chart"></iframe>
</section>
<section class="section">
<h2>Detailed Inference Latency P95 (Interactive)</h2>
<iframe src="figures/interactive_benchmark_inference_latency_p95.html" title="Interactive inference latency chart"></iframe>
</section>
<p class="footer">
Circadian Predictive Coding Dashboard. For repository details, open
<a href="https://github.com/OptimumAF/Circadian-Predictive-Coding">README.md on GitHub</a>.
</p>
</div>
</body>
</html>