DavidVivancos
commited on
Commit
•
d463e06
1
Parent(s):
07874ee
Update index.html
Browse files- index.html +22 -18
index.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
-
|
11 |
<head>
|
12 |
<style type="text/css">
|
13 |
.auto-style1 {
|
@@ -25,36 +25,40 @@
|
|
25 |
</div>
|
26 |
<table style="width: 100%">
|
27 |
<tr>
|
28 |
-
<td class="auto-style1" style="width:
|
29 |
-
<td class="auto-style1" style="width:
|
30 |
-
<td class="auto-style1" style="width:
|
31 |
-
<td class="auto-style1" style="width:
|
32 |
-
<td class="auto-style1" style="width:
|
33 |
<td class="auto-style1"><strong>Code</strong></td>
|
34 |
</tr>
|
35 |
<tr>
|
36 |
-
<td class="auto-style2" style="width:
|
37 |
-
<td class="auto-style2" style="width:
|
38 |
-
<td class="auto-style2" style="width:
|
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:
|
42 |
-
Shaghayegh Hashemi
|
43 |
-
Sheykhivand
|
44 |
-
<td class="auto-style2" style="width:
|
45 |
<a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10708586/pdf/sensors-23-09351.pdf" target="_blank">
|
46 |
pdf</a></td>
|
47 |
<td class="auto-style2">n/a</td>
|
48 |
</tr>
|
49 |
<tr>
|
50 |
-
<td style="width:
|
51 |
-
<td style="width:
|
52 |
-
<td style="width:
|
53 |
-
<td style="width:
|
54 |
-
<td style="width:
|
55 |
<td> </td>
|
56 |
</tr>
|
57 |
</table>
|
58 |
|
|
|
|
|
|
|
|
|
59 |
</body>
|
60 |
</html>
|
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
+
|
11 |
<head>
|
12 |
<style type="text/css">
|
13 |
.auto-style1 {
|
|
|
25 |
</div>
|
26 |
<table style="width: 100%">
|
27 |
<tr>
|
28 |
+
<td class="auto-style1" style="width: 149px"><strong>Accuracy</strong></td>
|
29 |
+
<td class="auto-style1" style="width: 257px"><strong>Model</strong></td>
|
30 |
+
<td class="auto-style1" style="width: 340px"><strong>DataSet</strong></td>
|
31 |
+
<td class="auto-style1" style="width: 495px"><strong>Who</strong></td>
|
32 |
+
<td class="auto-style1" style="width: 228px"><strong>Paper</strong></td>
|
33 |
<td class="auto-style1"><strong>Code</strong></td>
|
34 |
</tr>
|
35 |
<tr>
|
36 |
+
<td class="auto-style2" style="width: 149px">95.4%</td>
|
37 |
+
<td class="auto-style2" style="width: 257px">CNN-GAN</td>
|
38 |
+
<td class="auto-style2" style="width: 340px">
|
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: 495px">Nastaran Khaleghi,
|
42 |
+
Shaghayegh Hashemi, Sevda Zafarmandi Ardabili, Sobhan
|
43 |
+
Sheykhivand and Sebelan Danishvar</td>
|
44 |
+
<td class="auto-style2" style="width: 228px">
|
45 |
<a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10708586/pdf/sensors-23-09351.pdf" target="_blank">
|
46 |
pdf</a></td>
|
47 |
<td class="auto-style2">n/a</td>
|
48 |
</tr>
|
49 |
<tr>
|
50 |
+
<td style="width: 149px"> </td>
|
51 |
+
<td style="width: 257px"> </td>
|
52 |
+
<td style="width: 340px"> </td>
|
53 |
+
<td style="width: 495px"> </td>
|
54 |
+
<td style="width: 228px"> </td>
|
55 |
<td> </td>
|
56 |
</tr>
|
57 |
</table>
|
58 |
|
59 |
+
|
60 |
+
|
61 |
+
|
62 |
+
|
63 |
</body>
|
64 |
</html>
|