Browse Source

[FIX] set transparent bg for imgs

pull/1/head
troyyyyy 2 years ago
parent
commit
d69a8a07e6
8 changed files with 6 additions and 10 deletions
  1. +1
    -5
      docs/Intro/Basics.rst
  2. +2
    -2
      docs/Intro/Quick Start.rst
  3. +2
    -2
      docs/Overview/Abductive Learning.rst
  4. +1
    -1
      docs/README.rst
  5. BIN
      docs/img/ABL-Package.jpg
  6. BIN
      docs/img/ABL-Package_old.jpg
  7. BIN
      docs/img/ABL.jpg
  8. BIN
      docs/img/ML.jpg

+ 1
- 5
docs/Intro/Basics.rst View File

@@ -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.
To implement this process, the following four steps are necessary:

.. image:: ../img/ABL-Package.jpg
.. image:: ../img/ABL-Package.png

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
for integrated training and testing.





+ 2
- 2
docs/Intro/Quick Start.rst View File

@@ -54,8 +54,8 @@ Afterward, we wrap it in ``ABLModel``.

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
logical results (i.e., calculate summation) from the pseudo labels


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

@@ -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:
\mathcal{X} \mapsto \mathcal{Y}` to accurately predict the unseen data.

.. image:: ../img/ML.jpg
.. image:: ../img/ML.png
:width: 600px

In **Abductive Learning (ABL)**, we assume that, in addition to data as
@@ -47,7 +47,7 @@ base.

The following figure illustrates this process:

.. image:: ../img/ABL.jpg
.. image:: ../img/ABL.png
:width: 800px

We can observe that in the above figure, the left half involves machine


+ 1
- 1
docs/README.rst View File

@@ -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
model.

.. image:: img/ABL.jpg
.. image:: img/ABL.png

Installation
------------


BIN
docs/img/ABL-Package.jpg View File

Before After
Width: 11320  |  Height: 3433  |  Size: 1.9 MB

BIN
docs/img/ABL-Package_old.jpg View File

Before After
Width: 11296  |  Height: 3314  |  Size: 1.7 MB

BIN
docs/img/ABL.jpg View File

Before After
Width: 1500  |  Height: 817  |  Size: 166 kB

BIN
docs/img/ML.jpg View File

Before After
Width: 1500  |  Height: 839  |  Size: 57 kB

Loading…
Cancel
Save