File size: 1,333 Bytes
c633a0a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[
  {
    "id": 0,
    "page": 6,
    "bounding_box": [
      108.0,
      453.9549865722656,
      580.7239990234375,
      476.66900634765625
    ],
    "latex_content": "\\begin{table}[h!]\n  \\centering\n  \\begin{tabular}[h!]{|c|c|c|c|c|c|}\\hline\n   Algorithms & Sequential & Weight Averaging & Majority Vote & Synchronous Update & Asynchronous Update \\\\ \\hline\n Error Rate (\\%) & 1.08 & 0.98 & 1.04 & 0.97 & 1.06 \\\\ \\hline\n  \\end{tabular}\n  \\caption{Test error rate using different algorithms for 200 epochs of fine tuning. Weight averaging and majority vote algorithms collect final weights from $7$ independent runs of the standard dropout algorithms. Synchronous update and asynchronous update algorithms combine results from two processes after each input instance. Dropout rate is 50\\% for all algorithms. }\n\\end{table}",
    "extracted_content": [
      [
        "Algorithms",
        "Sequential",
        "Weight Averaging",
        "Majority Vote",
        "Synchronous Update",
        "Asynchronous Update"
      ],
      [
        "Error Rate (%)",
        "1.08",
        "0.98",
        "1.04",
        "0.97",
        "1.06"
      ]
    ],
    "similarity_score": 0.42071197411003236,
    "table_image": "images/1508.07096v1/table_0.png",
    "page_image": "pages/1508.07096v1/page_6.png"
  }
]