Commit
·
402282d
1
Parent(s):
6b1b26e
Update index.html
Browse files- index.html +50 -9
index.html
CHANGED
@@ -3,17 +3,58 @@
|
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
-
<title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
</body>
|
19 |
</html>
|
|
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
+
<title> MindBigData Leaderboard</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
+
|
11 |
+
<head>
|
12 |
+
<style type="text/css">
|
13 |
+
.auto-style1 {
|
14 |
+
font-size: large;
|
15 |
+
text-align: center;
|
16 |
+
}
|
17 |
+
.auto-style2 {
|
18 |
+
text-align: center;
|
19 |
+
}
|
20 |
+
</style>
|
21 |
+
</head>
|
22 |
+
|
23 |
+
<div style="text-align:center">
|
24 |
+
<h1 id="space-title">🌟 MindBigData Leaderboard 🌟</h1>
|
25 |
+
</div>
|
26 |
+
<table style="width: 100%">
|
27 |
+
<tr>
|
28 |
+
<td class="auto-style1" style="width: 156px"><strong>Accuracy</strong></td>
|
29 |
+
<td class="auto-style1" style="width: 107px"><strong>Model</strong></td>
|
30 |
+
<td class="auto-style1" style="width: 107px"><strong>DataSet</strong></td>
|
31 |
+
<td class="auto-style1" style="width: 80px"><strong>Who</strong></td>
|
32 |
+
<td class="auto-style1" style="width: 106px"><strong>Paper</strong></td>
|
33 |
+
<td class="auto-style1"><strong>Code</strong></td>
|
34 |
+
</tr>
|
35 |
+
<tr>
|
36 |
+
<td class="auto-style2" style="width: 156px">95.4%</td>
|
37 |
+
<td class="auto-style2" style="width: 107px">CNN-GAN</td>
|
38 |
+
<td class="auto-style2" style="width: 107px">
|
39 |
+
<a href="https://huggingface.co/datasets/DavidVivancos/MindBigData2022_MNIST_EP" target="_blank">
|
40 |
+
MindBigData2022_MNIST_EP</a></td>
|
41 |
+
<td class="auto-style2" style="width: 80px">Nastaran Khaleghi ,
|
42 |
+
Shaghayegh Hashemi , Sevda Zafarmandi Ardabili , Sobhan
|
43 |
+
Sheykhivand and Sebelan Danishvar</td>
|
44 |
+
<td class="auto-style2" style="width: 106px">
|
45 |
+
<a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10708586/pdf/sensors-23-09351.pdf">
|
46 |
+
pdf</a></td>
|
47 |
+
<td class="auto-style2">n/a</td>
|
48 |
+
</tr>
|
49 |
+
<tr>
|
50 |
+
<td style="width: 156px"> </td>
|
51 |
+
<td style="width: 107px"> </td>
|
52 |
+
<td style="width: 107px"> </td>
|
53 |
+
<td style="width: 80px"> </td>
|
54 |
+
<td style="width: 106px"> </td>
|
55 |
+
<td> </td>
|
56 |
+
</tr>
|
57 |
+
</table>
|
58 |
+
|
59 |
</body>
|
60 |
</html>
|