| @@ -13,7 +13,7 @@ which in turn revise the outcomes of the machine learning model, and then | |||||
| fed back into the machine learning model for further training. | fed back into the machine learning model for further training. | ||||
| To implement this process, the following four steps are necessary: | To implement this process, the following four steps are necessary: | ||||
| .. image:: ../img/ABL-Package.jpg | |||||
| .. image:: ../img/ABL-Package.png | |||||
| 1. Prepare datasets | 1. Prepare datasets | ||||
| @@ -38,7 +38,3 @@ To implement this process, the following four steps are necessary: | |||||
| Use ``SimpleBridge`` to bridge the machine learning and reasoning part | Use ``SimpleBridge`` to bridge the machine learning and reasoning part | ||||
| for integrated training and testing. | for integrated training and testing. | ||||
| @@ -54,8 +54,8 @@ Afterward, we wrap it in ``ABLModel``. | |||||
| Read more about `build machine learning models <Learning.html>`_. | Read more about `build machine learning models <Learning.html>`_. | ||||
| Reasoning (Map pseudo labels to reasoning results) | |||||
| -------------------------------------------------- | |||||
| Build the Reasoning Part | |||||
| ------------------------ | |||||
| First, we build a knowledge base that defines how to deduce | First, we build a knowledge base that defines how to deduce | ||||
| logical results (i.e., calculate summation) from the pseudo labels | logical results (i.e., calculate summation) from the pseudo labels | ||||
| @@ -10,7 +10,7 @@ instance, :math:`y_i \in \mathcal{Y}` is the corresponding ground-truth | |||||
| label. These data are then used to train a classifier model :math:`f: | label. These data are then used to train a classifier model :math:`f: | ||||
| \mathcal{X} \mapsto \mathcal{Y}` to accurately predict the unseen data. | \mathcal{X} \mapsto \mathcal{Y}` to accurately predict the unseen data. | ||||
| .. image:: ../img/ML.jpg | |||||
| .. image:: ../img/ML.png | |||||
| :width: 600px | :width: 600px | ||||
| In **Abductive Learning (ABL)**, we assume that, in addition to data as | In **Abductive Learning (ABL)**, we assume that, in addition to data as | ||||
| @@ -47,7 +47,7 @@ base. | |||||
| The following figure illustrates this process: | The following figure illustrates this process: | ||||
| .. image:: ../img/ABL.jpg | |||||
| .. image:: ../img/ABL.png | |||||
| :width: 800px | :width: 800px | ||||
| We can observe that in the above figure, the left half involves machine | We can observe that in the above figure, the left half involves machine | ||||
| @@ -8,7 +8,7 @@ dual-driven (data & knowledge driven) learning system, integrating and | |||||
| balancing the use of machine learning and logical reasoning in a unified | balancing the use of machine learning and logical reasoning in a unified | ||||
| model. | model. | ||||
| .. image:: img/ABL.jpg | |||||
| .. image:: img/ABL.png | |||||
| Installation | Installation | ||||
| ------------ | ------------ | ||||