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 (