Browse Source

[DOC] fix typo

pull/1/head
troyyyyy 1 year ago
parent
commit
2d27588787
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/Overview/Abductive-Learning.rst

+ 1
- 1
docs/Overview/Abductive-Learning.rst View File

@@ -4,7 +4,7 @@ Abductive Learning
Traditional supervised machine learning, e.g. classification, is
predominantly data-driven, as shown in the below figure.
Here, a set of data examples is given, including training instances
:math:`\{x_1,\dots,x_m'}` and corresponding ground-truth labels :math:`\{\text{label}(x_1),\dots,\text{label}(x_m)'}`.
:math:`\{x_1,\dots,x_m\}` and corresponding ground-truth labels :math:`\{\text{label}(x_1),\dots,\text{label}(x_m)\}`.
These data are then used to train a classifier model :math:`f`,
aiming to accurately predict the unseen data instances.



Loading…
Cancel
Save