oyvsar commited on
Commit
1e1a5ef
·
verified ·
1 Parent(s): b035663

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +602 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Bernt Ge
3
- emoji: 🌍
4
- colorFrom: red
5
- colorTo: yellow
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: bernt-ge
3
+ emoji: 🐳
4
+ colorFrom: blue
5
+ colorTo: pink
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,602 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>John Doe | Applied ML</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
11
+
12
+ :root {
13
+ --primary: #6e45e2;
14
+ --secondary: #88d3ce;
15
+ --accent: #ff7e5f;
16
+ --dark: #1a1a2e;
17
+ --light: #f8f9fa;
18
+ }
19
+
20
+ body {
21
+ font-family: 'Space Grotesk', sans-serif;
22
+ background-color: var(--dark);
23
+ color: var(--light);
24
+ overflow-x: hidden;
25
+ }
26
+
27
+ .gradient-text {
28
+ background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));
29
+ -webkit-background-clip: text;
30
+ background-clip: text;
31
+ color: transparent;
32
+ }
33
+
34
+ .neon-card {
35
+ background: rgba(26, 26, 46, 0.7);
36
+ backdrop-filter: blur(10px);
37
+ border: 1px solid rgba(110, 69, 226, 0.3);
38
+ box-shadow: 0 0 20px rgba(110, 69, 226, 0.1);
39
+ transition: all 0.3s ease;
40
+ }
41
+
42
+ .neon-card:hover {
43
+ border-color: rgba(110, 69, 226, 0.6);
44
+ box-shadow: 0 0 30px rgba(110, 69, 226, 0.3);
45
+ transform: translateY(-5px);
46
+ }
47
+
48
+ .glow-effect {
49
+ position: relative;
50
+ }
51
+
52
+ .glow-effect::after {
53
+ content: '';
54
+ position: absolute;
55
+ top: 0;
56
+ left: 0;
57
+ right: 0;
58
+ bottom: 0;
59
+ background: radial-gradient(circle at center, rgba(110, 69, 226, 0.2) 0%, transparent 70%);
60
+ z-index: -1;
61
+ opacity: 0;
62
+ transition: opacity 0.3s ease;
63
+ }
64
+
65
+ .glow-effect:hover::after {
66
+ opacity: 1;
67
+ }
68
+
69
+ .floating {
70
+ animation: floating 6s ease-in-out infinite;
71
+ }
72
+
73
+ @keyframes floating {
74
+ 0% { transform: translateY(0px); }
75
+ 50% { transform: translateY(-15px); }
76
+ 100% { transform: translateY(0px); }
77
+ }
78
+
79
+ .pulse {
80
+ animation: pulse 2s infinite;
81
+ }
82
+
83
+ @keyframes pulse {
84
+ 0% { opacity: 1; }
85
+ 50% { opacity: 0.5; }
86
+ 100% { opacity: 1; }
87
+ }
88
+
89
+ .matrix-bg {
90
+ position: fixed;
91
+ top: 0;
92
+ left: 0;
93
+ width: 100%;
94
+ height: 100%;
95
+ z-index: -2;
96
+ opacity: 0.05;
97
+ background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="1" height="1" fill="%2388d3ce"/></svg>');
98
+ }
99
+ </style>
100
+ </head>
101
+ <body>
102
+ <div class="matrix-bg"></div>
103
+
104
+ <!-- Floating elements -->
105
+ <div class="fixed top-1/4 left-10 w-8 h-8 rounded-full bg-purple-500 opacity-20 floating" style="animation-delay: 0s;"></div>
106
+ <div class="fixed top-1/3 right-20 w-12 h-12 rounded-full bg-teal-300 opacity-20 floating" style="animation-delay: 1s;"></div>
107
+ <div class="fixed bottom-1/4 left-1/4 w-6 h-6 rounded-full bg-orange-400 opacity-20 floating" style="animation-delay: 2s;"></div>
108
+
109
+ <div class="min-h-screen flex flex-col">
110
+ <!-- Header -->
111
+ <header class="py-8 px-6 md:px-12 lg:px-24">
112
+ <div class="flex justify-between items-center">
113
+ <div class="text-2xl md:text-3xl font-bold gradient-text">
114
+ Bernt Åge Hansen
115
+ </div>
116
+ <nav class="hidden md:flex space-x-8">
117
+ <a href="#about" class="text-gray-300 hover:text-white transition duration-300">About</a>
118
+ <a href="#project" class="text-gray-300 hover:text-white transition duration-300">Project</a>
119
+ <a href="#process" class="text-gray-300 hover:text-white transition duration-300">Process</a>
120
+ <a href="#results" class="text-gray-300 hover:text-white transition duration-300">Results</a>
121
+ </nav>
122
+ <button class="md:hidden text-2xl">
123
+ <i class="fas fa-bars"></i>
124
+ </button>
125
+ </div>
126
+ </header>
127
+
128
+ <!-- Hero Section -->
129
+ <section class="flex-grow flex items-center px-6 md:px-12 lg:px-24 py-12">
130
+ <div class="w-full max-w-6xl mx-auto">
131
+ <div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
132
+ <div class="relative">
133
+ <h1 class="text-4xl md:text-6xl font-bold mb-6">
134
+ <span class="gradient-text">Applied</span><br>
135
+ <span class="gradient-text">Machine</span><br>
136
+ <span class="gradient-text">Learning</span>
137
+ </h1>
138
+ <p class="text-lg md:text-xl text-gray-300 mb-8">
139
+ Exploring the boundaries of AI through innovative applications and unconventional thinking.
140
+ </p>
141
+ <div class="flex space-x-4">
142
+ <a href="#project" class="px-6 py-3 bg-gradient-to-r from-purple-600 to-blue-500 rounded-full font-medium hover:opacity-90 transition duration-300">
143
+ View Project
144
+ </a>
145
+ <a href="#contact" class="px-6 py-3 border border-purple-500 rounded-full font-medium hover:bg-purple-500/10 transition duration-300">
146
+ Contact
147
+ </a>
148
+ </div>
149
+ </div>
150
+ <div class="relative">
151
+ <div class="neon-card rounded-3xl p-1 glow-effect">
152
+ <div class="bg-gray-900 rounded-3xl p-6 h-full">
153
+ <div class="aspect-w-16 aspect-h-9 rounded-2xl overflow-hidden">
154
+ <div class="w-full h-64 md:h-80 bg-gradient-to-br from-purple-900/30 via-blue-900/30 to-teal-900/30 flex items-center justify-center">
155
+ <i class="fas fa-brain text-6xl text-purple-400"></i>
156
+ </div>
157
+ </div>
158
+ <div class="mt-6 flex justify-between items-center">
159
+ <div class="text-sm text-gray-400">Interactive Demo</div>
160
+ <div class="flex space-x-2">
161
+ <div class="w-3 h-3 rounded-full bg-purple-500"></div>
162
+ <div class="w-3 h-3 rounded-full bg-teal-400"></div>
163
+ <div class="w-3 h-3 rounded-full bg-orange-400"></div>
164
+ </div>
165
+ </div>
166
+ </div>
167
+ </div>
168
+ </div>
169
+ </div>
170
+ </div>
171
+ </section>
172
+
173
+ <!-- About Section -->
174
+ <section id="about" class="py-20 px-6 md:px-12 lg:px-24">
175
+ <div class="max-w-6xl mx-auto">
176
+ <h2 class="text-3xl md:text-4xl font-bold mb-12 gradient-text text-center">About The Project</h2>
177
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
178
+ <div class="neon-card rounded-2xl p-6 glow-effect">
179
+ <div class="text-purple-400 text-3xl mb-4">
180
+ <i class="fas fa-lightbulb"></i>
181
+ </div>
182
+ <h3 class="text-xl font-bold mb-3">Concept</h3>
183
+ <p class="text-gray-300">
184
+ Building machine learning models from data from the atb in Trondheim, to predict transportation needs and to optimize the buses and routes.
185
+ </p>
186
+ </div>
187
+ <div class="neon-card rounded-2xl p-6 glow-effect">
188
+ <div class="text-teal-400 text-3xl mb-4">
189
+ <i class="fas fa-cogs"></i>
190
+ </div>
191
+ <h3 class="text-xl font-bold mb-3">Technology</h3>
192
+ <p class="text-gray-300">
193
+ Combining cutting-edge ML frameworks with traditional architectures.
194
+ </p>
195
+ </div>
196
+ <div class="neon-card rounded-2xl p-6 glow-effect">
197
+ <div class="text-orange-400 text-3xl mb-4">
198
+ <i class="fas fa-chart-line"></i>
199
+ </div>
200
+ <h3 class="text-xl font-bold mb-3">Impact</h3>
201
+ <p class="text-gray-300">
202
+ Demonstrating how unconventional thinking can lead to breakthroughs in applied machine learning scenarios.
203
+ </p>
204
+ </div>
205
+ </div>
206
+ </div>
207
+ </section>
208
+
209
+ <!-- Project Details -->
210
+ <section id="project" class="py-20 px-6 md:px-12 lg:px-24 bg-gradient-to-b from-gray-900/50 to-transparent">
211
+ <div class="max-w-6xl mx-auto">
212
+ <h2 class="text-3xl md:text-4xl font-bold mb-12 gradient-text text-center">Project Deep Dive</h2>
213
+
214
+ <div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center mb-20">
215
+ <div class="order-2 lg:order-1">
216
+ <div class="text-purple-400 text-xl mb-2">01</div>
217
+ <h3 class="text-2xl font-bold mb-4">Problem Space</h3>
218
+ <p class="text-gray-300 mb-6">
219
+ Traditional machine learning approaches often follow predictable patterns. This project challenges those norms by exploring how unconventional data representations and model architectures can lead to unexpected performance improvements.
220
+ </p>
221
+ <ul class="space-y-3 text-gray-300">
222
+ <li class="flex items-start">
223
+ <span class="text-teal-400 mr-2">✓</span>
224
+ <span>Non-standard data preprocessing pipelines</span>
225
+ </li>
226
+ <li class="flex items-start">
227
+ <span class="text-teal-400 mr-2">✓</span>
228
+ <span>Creative feature engineering techniques</span>
229
+ </li>
230
+ <li class="flex items-start">
231
+ <span class="text-teal-400 mr-2">✓</span>
232
+ <span>Experimental model architectures</span>
233
+ </li>
234
+ </ul>
235
+ </div>
236
+ <div class="order-1 lg:order-2">
237
+ <div class="neon-card rounded-2xl p-1 glow-effect">
238
+ <div class="bg-gray-900 rounded-2xl p-4">
239
+ <div class="aspect-w-16 aspect-h-9 rounded-xl overflow-hidden">
240
+ <div class="w-full h-64 bg-gradient-to-br from-purple-900/30 via-blue-900/30 to-teal-900/30 flex items-center justify-center">
241
+ <i class="fas fa-project-diagram text-6xl text-blue-400"></i>
242
+ </div>
243
+ </div>
244
+ </div>
245
+ </div>
246
+ </div>
247
+ </div>
248
+
249
+ <div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center mb-20">
250
+ <div class="order-1">
251
+ <div class="neon-card rounded-2xl p-1 glow-effect">
252
+ <div class="bg-gray-900 rounded-2xl p-4">
253
+ <div class="aspect-w-16 aspect-h-9 rounded-xl overflow-hidden">
254
+ <div class="w-full h-64 bg-gradient-to-br from-purple-900/30 via-blue-900/30 to-teal-900/30 flex items-center justify-center">
255
+ <i class="fas fa-code-branch text-6xl text-teal-400"></i>
256
+ </div>
257
+ </div>
258
+ </div>
259
+ </div>
260
+ </div>
261
+ <div class="order-2">
262
+ <div class="text-teal-400 text-xl mb-2">02</div>
263
+ <h3 class="text-2xl font-bold mb-4">Technical Approach</h3>
264
+ <p class="text-gray-300 mb-6">
265
+ The project implements a hybrid architecture that combines traditional supervised learning with novel unsupervised techniques, creating a system that learns both from labeled data and from patterns it discovers on its own.
266
+ </p>
267
+ <div class="flex flex-wrap gap-2">
268
+ <span class="px-3 py-1 bg-purple-900/50 text-purple-300 rounded-full text-sm">TensorFlow</span>
269
+ <span class="px-3 py-1 bg-blue-900/50 text-blue-300 rounded-full text-sm">PyTorch</span>
270
+ <span class="px-3 py-1 bg-teal-900/50 text-teal-300 rounded-full text-sm">Scikit-learn</span>
271
+ <span class="px-3 py-1 bg-orange-900/50 text-orange-300 rounded-full text-sm">Numpy</span>
272
+ <span class="px-3 py-1 bg-pink-900/50 text-pink-300 rounded-full text-sm">Pandas</span>
273
+ </div>
274
+ </div>
275
+ </div>
276
+ </div>
277
+ </section>
278
+
279
+ <!-- Process Timeline -->
280
+ <section id="process" class="py-20 px-6 md:px-12 lg:px-24">
281
+ <div class="max-w-6xl mx-auto">
282
+ <h2 class="text-3xl md:text-4xl font-bold mb-12 gradient-text text-center">Development Process</h2>
283
+
284
+ <div class="relative">
285
+ <!-- Timeline line -->
286
+ <div class="hidden md:block absolute left-1/2 h-full w-1 bg-gradient-to-b from-purple-500 to-teal-500 -ml-0.5"></div>
287
+
288
+ <!-- Timeline items -->
289
+ <div class="space-y-12">
290
+ <!-- Item 1 -->
291
+ <div class="relative flex flex-col md:flex-row items-center">
292
+ <div class="md:w-1/2 md:pr-12 mb-6 md:mb-0 md:text-right">
293
+ <div class="inline-block neon-card rounded-xl px-6 py-4">
294
+ <h3 class="text-xl font-bold mb-2">Ideation Phase</h3>
295
+ <p class="text-gray-300">
296
+ Brainstorming unconventional approaches to standard ML problems, identifying potential areas for creative solutions.
297
+ </p>
298
+ </div>
299
+ </div>
300
+ <div class="hidden md:flex items-center justify-center w-12 h-12 rounded-full bg-purple-500 text-white font-bold text-lg z-10">
301
+ 1
302
+ </div>
303
+ <div class="md:w-1/2 md:pl-12">
304
+ <div class="text-gray-400 text-sm md:mt-2">
305
+ Week 1-2
306
+ </div>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Item 2 -->
311
+ <div class="relative flex flex-col md:flex-row items-center">
312
+ <div class="md:w-1/2 md:pr-12 mb-6 md:mb-0 md:text-right">
313
+ <div class="text-gray-400 text-sm md:mt-2 md:text-right">
314
+ Week 3-4
315
+ </div>
316
+ </div>
317
+ <div class="hidden md:flex items-center justify-center w-12 h-12 rounded-full bg-blue-500 text-white font-bold text-lg z-10">
318
+ 2
319
+ </div>
320
+ <div class="md:w-1/2 md:pl-12">
321
+ <div class="inline-block neon-card rounded-xl px-6 py-4">
322
+ <h3 class="text-xl font-bold mb-2">Prototyping</h3>
323
+ <p class="text-gray-300">
324
+ Building initial models with unconventional architectures, testing viability of creative approaches.
325
+ </p>
326
+ </div>
327
+ </div>
328
+ </div>
329
+
330
+ <!-- Item 3 -->
331
+ <div class="relative flex flex-col md:flex-row items-center">
332
+ <div class="md:w-1/2 md:pr-12 mb-6 md:mb-0 md:text-right">
333
+ <div class="inline-block neon-card rounded-xl px-6 py-4">
334
+ <h3 class="text-xl font-bold mb-2">Data Exploration</h3>
335
+ <p class="text-gray-300">
336
+ Applying non-standard preprocessing techniques and discovering hidden patterns in the data.
337
+ </p>
338
+ </div>
339
+ </div>
340
+ <div class="hidden md:flex items-center justify-center w-12 h-12 rounded-full bg-teal-500 text-white font-bold text-lg z-10">
341
+ 3
342
+ </div>
343
+ <div class="md:w-1/2 md:pl-12">
344
+ <div class="text-gray-400 text-sm md:mt-2">
345
+ Week 5-6
346
+ </div>
347
+ </div>
348
+ </div>
349
+
350
+ <!-- Item 4 -->
351
+ <div class="relative flex flex-col md:flex-row items-center">
352
+ <div class="md:w-1/2 md:pr-12 mb-6 md:mb-0 md:text-right">
353
+ <div class="text-gray-400 text-sm md:mt-2 md:text-right">
354
+ Week 7-8
355
+ </div>
356
+ </div>
357
+ <div class="hidden md:flex items-center justify-center w-12 h-12 rounded-full bg-orange-500 text-white font-bold text-lg z-10">
358
+ 4
359
+ </div>
360
+ <div class="md:w-1/2 md:pl-12">
361
+ <div class="inline-block neon-card rounded-xl px-6 py-4">
362
+ <h3 class="text-xl font-bold mb-2">Model Refinement</h3>
363
+ <p class="text-gray-300">
364
+ Iterating on the most promising approaches, optimizing performance while maintaining creative elements.
365
+ </p>
366
+ </div>
367
+ </div>
368
+ </div>
369
+ </div>
370
+ </div>
371
+ </div>
372
+ </section>
373
+
374
+ <!-- Results Section -->
375
+ <section id="results" class="py-20 px-6 md:px-12 lg:px-24 bg-gradient-to-t from-gray-900/50 to-transparent">
376
+ <div class="max-w-6xl mx-auto">
377
+ <h2 class="text-3xl md:text-4xl font-bold mb-12 gradient-text text-center">Results & Insights</h2>
378
+
379
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-16">
380
+ <div class="neon-card rounded-2xl p-6 glow-effect">
381
+ <h3 class="text-xl font-bold mb-4 gradient-text">Performance Metrics</h3>
382
+ <div class="space-y-4">
383
+ <div>
384
+ <div class="flex justify-between mb-1">
385
+ <span class="text-gray-300">Accuracy</span>
386
+ <span class="text-purple-400">92.4%</span>
387
+ </div>
388
+ <div class="w-full bg-gray-800 rounded-full h-2">
389
+ <div class="bg-purple-500 h-2 rounded-full" style="width: 92.4%"></div>
390
+ </div>
391
+ </div>
392
+ <div>
393
+ <div class="flex justify-between mb-1">
394
+ <span class="text-gray-300">Precision</span>
395
+ <span class="text-blue-400">89.7%</span>
396
+ </div>
397
+ <div class="w-full bg-gray-800 rounded-full h-2">
398
+ <div class="bg-blue-500 h-2 rounded-full" style="width: 89.7%"></div>
399
+ </div>
400
+ </div>
401
+ <div>
402
+ <div class="flex justify-between mb-1">
403
+ <span class="text-gray-300">Recall</span>
404
+ <span class="text-teal-400">94.2%</span>
405
+ </div>
406
+ <div class="w-full bg-gray-800 rounded-full h-2">
407
+ <div class="bg-teal-500 h-2 rounded-full" style="width: 94.2%"></div>
408
+ </div>
409
+ </div>
410
+ </div>
411
+ </div>
412
+ <div class="neon-card rounded-2xl p-6 glow-effect">
413
+ <h3 class="text-xl font-bold mb-4 gradient-text">Key Findings</h3>
414
+ <ul class="space-y-4 text-gray-300">
415
+ <li class="flex items-start">
416
+ <span class="text-purple-400 mr-3 mt-1">•</span>
417
+ <span>Unconventional feature engineering improved model robustness by 18% compared to standard approaches</span>
418
+ </li>
419
+ <li class="flex items-start">
420
+ <span class="text-blue-400 mr-3 mt-1">•</span>
421
+ <span>Hybrid architectures showed better generalization on unseen data distributions</span>
422
+ </li>
423
+ <li class="flex items-start">
424
+ <span class="text-teal-400 mr-3 mt-1">•</span>
425
+ <span>Creative preprocessing reduced training time by 32% while maintaining accuracy</span>
426
+ </li>
427
+ <li class="flex items-start">
428
+ <span class="text-orange-400 mr-3 mt-1">•</span>
429
+ <span>Non-standard evaluation metrics revealed insights missed by traditional measures</span>
430
+ </li>
431
+ </ul>
432
+ </div>
433
+ </div>
434
+
435
+ <div class="neon-card rounded-2xl p-6 glow-effect">
436
+ <h3 class="text-xl font-bold mb-6 gradient-text">Visual Results</h3>
437
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-6">
438
+ <div class="bg-gray-900/50 rounded-xl p-4 flex flex-col items-center">
439
+ <div class="w-16 h-16 rounded-full bg-purple-500/20 flex items-center justify-center text-purple-400 mb-3">
440
+ <i class="fas fa-chart-bar text-2xl"></i>
441
+ </div>
442
+ <h4 class="font-bold mb-2">Training Curves</h4>
443
+ <p class="text-gray-400 text-sm text-center">Showing faster convergence with creative approaches</p>
444
+ </div>
445
+ <div class="bg-gray-900/50 rounded-xl p-4 flex flex-col items-center">
446
+ <div class="w-16 h-16 rounded-full bg-blue-500/20 flex items-center justify-center text-blue-400 mb-3">
447
+ <i class="fas fa-project-diagram text-2xl"></i>
448
+ </div>
449
+ <h4 class="font-bold mb-2">Model Architecture</h4>
450
+ <p class="text-gray-400 text-sm text-center">Hybrid design combining multiple approaches</p>
451
+ </div>
452
+ <div class="bg-gray-900/50 rounded-xl p-4 flex flex-col items-center">
453
+ <div class="w-16 h-16 rounded-full bg-teal-500/20 flex items-center justify-center text-teal-400 mb-3">
454
+ <i class="fas fa-brain text-2xl"></i>
455
+ </div>
456
+ <h4 class="font-bold mb-2">Feature Importance</h4>
457
+ <p class="text-gray-400 text-sm text-center">Unconventional features showing high predictive power</p>
458
+ </div>
459
+ </div>
460
+ </div>
461
+ </div>
462
+ </section>
463
+
464
+ <!-- Contact Section -->
465
+ <section id="contact" class="py-20 px-6 md:px-12 lg:px-24">
466
+ <div class="max-w-4xl mx-auto">
467
+ <h2 class="text-3xl md:text-4xl font-bold mb-12 gradient-text text-center">Get In Touch</h2>
468
+
469
+ <div class="neon-card rounded-2xl p-6 glow-effect">
470
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
471
+ <div>
472
+ <h3 class="text-xl font-bold mb-4">Contact Information</h3>
473
+ <div class="space-y-4 text-gray-300">
474
+ <div class="flex items-start">
475
+ <div class="text-purple-400 mr-4 mt-1">
476
+ <i class="fas fa-envelope"></i>
477
+ </div>
478
+ <div>
479
+ <div class="font-medium">Email</div>
480
+ <div>berntaage@example.com</div>
481
+ </div>
482
+ </div>
483
+ <div class="flex items-start">
484
+ <div class="text-blue-400 mr-4 mt-1">
485
+ <i class="fas fa-globe"></i>
486
+ </div>
487
+ <div>
488
+ <div class="font-medium">Website</div>
489
+ <div>berntis.dev</div>
490
+ </div>
491
+ </div>
492
+ <div class="flex items-start">
493
+ <div class="text-teal-400 mr-4 mt-1">
494
+ <i class="fab fa-github"></i>
495
+ </div>
496
+ <div>
497
+ <div class="font-medium">GitHub</div>
498
+ <div>github.com/bernt</div>
499
+ </div>
500
+ </div>
501
+ </div>
502
+ </div>
503
+ <div>
504
+ <h3 class="text-xl font-bold mb-4">Send a Message</h3>
505
+ <form class="space-y-4">
506
+ <div>
507
+ <input type="text" placeholder="Your Name" class="w-full bg-gray-900 border border-gray-700 rounded-lg px-4 py-3 focus:outline-none focus:ring-2 focus:ring-purple-500 focus:border-transparent">
508
+ </div>
509
+ <div>
510
+ <input type="email" placeholder="Your Email" class="w-full bg-gray-900 border border-gray-700 rounded-lg px-4 py-3 focus:outline-none focus:ring-2 focus:ring-purple-500 focus:border-transparent">
511
+ </div>
512
+ <div>
513
+ <textarea placeholder="Your Message" rows="4" class="w-full bg-gray-900 border border-gray-700 rounded-lg px-4 py-3 focus:outline-none focus:ring-2 focus:ring-purple-500 focus:border-transparent"></textarea>
514
+ </div>
515
+ <button type="submit" class="px-6 py-3 bg-gradient-to-r from-purple-600 to-blue-500 rounded-lg font-medium hover:opacity-90 transition duration-300 w-full">
516
+ Send Message
517
+ </button>
518
+ </form>
519
+ </div>
520
+ </div>
521
+ </div>
522
+ </div>
523
+ </section>
524
+
525
+ <!-- Footer -->
526
+ <footer class="py-12 px-6 md:px-12 lg:px-24 border-t border-gray-800">
527
+ <div class="max-w-6xl mx-auto">
528
+ <div class="flex flex-col md:flex-row justify-between items-center">
529
+ <div class="text-xl font-bold gradient-text mb-6 md:mb-0">
530
+ Bernt Åge Hansen
531
+ </div>
532
+ <div class="flex space-x-6">
533
+ <a href="#" class="text-gray-400 hover:text-purple-400 transition duration-300">
534
+ <i class="fab fa-twitter text-xl"></i>
535
+ </a>
536
+ <a href="#" class="text-gray-400 hover:text-blue-400 transition duration-300">
537
+ <i class="fab fa-linkedin text-xl"></i>
538
+ </a>
539
+ <a href="#" class="text-gray-400 hover:text-teal-400 transition duration-300">
540
+ <i class="fab fa-github text-xl"></i>
541
+ </a>
542
+ <a href="#" class="text-gray-400 hover:text-orange-400 transition duration-300">
543
+ <i class="fab fa-medium text-xl"></i>
544
+ </a>
545
+ </div>
546
+ </div>
547
+ <div class="mt-8 text-center text-gray-500 text-sm">
548
+ © 2025 Bernt Åge Hansen - Applied Machine Learning Exam Project. All rights reserved.
549
+ </div>
550
+ </div>
551
+ </footer>
552
+ </div>
553
+
554
+ <script>
555
+ // Smooth scrolling for anchor links
556
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
557
+ anchor.addEventListener('click', function (e) {
558
+ e.preventDefault();
559
+
560
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
561
+ behavior: 'smooth'
562
+ });
563
+ });
564
+ });
565
+
566
+ // Mobile menu toggle
567
+ const mobileMenuButton = document.querySelector('.md\\:hidden');
568
+ const mobileMenu = document.querySelector('nav');
569
+
570
+ mobileMenuButton.addEventListener('click', () => {
571
+ mobileMenu.classList.toggle('hidden');
572
+ mobileMenu.classList.toggle('flex');
573
+ mobileMenu.classList.toggle('flex-col');
574
+ mobileMenu.classList.toggle('absolute');
575
+ mobileMenu.classList.toggle('top-20');
576
+ mobileMenu.classList.toggle('right-6');
577
+ mobileMenu.classList.toggle('bg-gray-900');
578
+ mobileMenu.classList.toggle('p-4');
579
+ mobileMenu.classList.toggle('rounded-xl');
580
+ mobileMenu.classList.toggle('border');
581
+ mobileMenu.classList.toggle('border-gray-800');
582
+ mobileMenu.classList.toggle('space-y-4');
583
+ mobileMenu.classList.toggle('space-x-0');
584
+ });
585
+
586
+ // Add animation to elements when they come into view
587
+ const observer = new IntersectionObserver((entries) => {
588
+ entries.forEach(entry => {
589
+ if (entry.isIntersecting) {
590
+ entry.target.classList.add('animate-fadeIn');
591
+ }
592
+ });
593
+ }, {
594
+ threshold: 0.1
595
+ });
596
+
597
+ document.querySelectorAll('.neon-card').forEach(card => {
598
+ observer.observe(card);
599
+ });
600
+ </script>
601
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=oyvsar/bernt-ge" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
602
+ </html>