From 3619df4780229aa248a5091786f1ce2709d78e97 Mon Sep 17 00:00:00 2001 From: Gao Enhao Date: Fri, 19 Jan 2024 22:11:32 +0800 Subject: [PATCH] [FIX] fix typo in mnist experiment --- docs/Examples/HWF.rst | 2 +- docs/Examples/MNISTAdd.rst | 12 ++++++------ examples/hwf/hwf.ipynb | 2 +- examples/mnist_add/mnist_add.ipynb | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/Examples/HWF.rst b/docs/Examples/HWF.rst index ae3b00b..cb0cb3e 100644 --- a/docs/Examples/HWF.rst +++ b/docs/Examples/HWF.rst @@ -192,7 +192,7 @@ sklearn-style interface. num_epochs=3, ) -``BasicNN`` offers methods like ``predict`` and ``predict_prob``, which +``BasicNN`` offers methods like ``predict`` and ``predict_proba``, which are used to predict the class index and the probabilities of each class for images. As shown below: diff --git a/docs/Examples/MNISTAdd.rst b/docs/Examples/MNISTAdd.rst index fd24a8d..5562dce 100644 --- a/docs/Examples/MNISTAdd.rst +++ b/docs/Examples/MNISTAdd.rst @@ -163,7 +163,7 @@ model with a sklearn-style interface. num_epochs=1, ) -``BasicNN`` offers methods like ``predict`` and ``predict_prob``, which +``BasicNN`` offers methods like ``predict`` and ``predict_proba``, which are used to predict the class index and the probabilities of each class for images. As shown below: @@ -385,7 +385,7 @@ We present the results of ABL as follows, which include the reasoning accuracy (