Browse Source

[MNT] update mnist add experiment

pull/7/head
Gao Enhao 2 years ago
parent
commit
1e25084c43
3 changed files with 12 additions and 12 deletions
  1. +4
    -4
      docs/Examples/MNISTAdd.rst
  2. +4
    -4
      examples/mnist_add/README.md
  3. +4
    -4
      examples/mnist_add/mnist_add.ipynb

+ 4
- 4
docs/Examples/MNISTAdd.rst View File

@@ -387,11 +387,11 @@ We present the results of ABL as follows, which include the reasoning accuracy (
+--------------+----------+------------------------------+
| Method | Accuracy | Time to achieve the Acc. (s) |
+==============+==========+==============================+
| NeurASP | 0.964 | 354 |
| NeurASP | 0.962 | 966 |
+--------------+----------+------------------------------+
| DeepProbLog | 0.965 | 1965 |
| DeepProbLog | 0.971 | 2045 |
+--------------+----------+------------------------------+
| DeepStochLog | 0.975 | 727 |
| DeepStochLog | 0.975 | 257 |
+--------------+----------+------------------------------+
| ABL | 0.980 | 42 |
| ABL | 0.981 | 47 |
+--------------+----------+------------------------------+

+ 4
- 4
examples/mnist_add/README.md View File

@@ -58,7 +58,7 @@ We present the results of ABL as follows, which include the reasoning accuracy (

| Method | Accuracy | Time to achieve the Acc. (s) |
| :----------: | :------: | :--------------------------: |
| NeurASP | 0.964 | 354 |
| DeepProbLog | 0.965 | 1965 |
| DeepStochLog | 0.975 | 727 |
| ABL | 0.980 | 42 |
| NeurASP | 0.962 | 966 |
| DeepProbLog | 0.971 | 2045 |
| DeepStochLog | 0.975 | 257 |
| ABL | 0.981 | 47 |

+ 4
- 4
examples/mnist_add/mnist_add.ipynb View File

@@ -481,10 +481,10 @@
"source": [
"| Method | Accuracy | Time to achieve the Acc. (s) |\n",
"| :----------: | :------: | :--------------------------: |\n",
"| NeurASP | 0.964 | 354 |\n",
"| DeepProbLog | 0.965 | 1965 |\n",
"| DeepStochLog | 0.975 | 727 |\n",
"| ABL | 0.980 | 42 |"
"| NeurASP | 0.962 | 966 |\n",
"| DeepProbLog | 0.971 | 2045 |\n",
"| DeepStochLog | 0.975 | 257 |\n",
"| ABL | 0.981 | 47 |"
]
}
],


Loading…
Cancel
Save