staghado's picture
Upload folder using huggingface_hub
c633a0a verified
raw
history blame
1.33 kB
[
{
"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"
}
]