Skip to content

Commit

Permalink
Update contents.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinedemathelin authored Sep 20, 2021
1 parent 9338443 commit d863ea2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src_docs/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ projecting application :math:`\phi` which aims to correct the difference between
and **target** distributions. The **task** is then learned in this **encoded feature space**.


.. figure:: _static/images/feature_based.PNG
.. figure:: _static/images/feature_based.png
:align: center
:alt: alternate text
:figclass: align-center
Expand Down Expand Up @@ -78,7 +78,7 @@ This **reweighting** consists in multiplying, during the training process, the i
The **reweighted** training instances are then directly used to learn the task.


.. figure:: _static/images/instance_based.PNG
.. figure:: _static/images/instance_based.png
:align: center
:alt: alternate text
:figclass: align-center
Expand Down Expand Up @@ -111,7 +111,7 @@ In parameter-based methods, the **parameters** of one or few pre-trained models
the **source** data are adapted to build a suited model for the **task** on the **target** domain.


.. figure:: _static/images/parameter_based.PNG
.. figure:: _static/images/parameter_based.png
:align: center
:alt: alternate text
:figclass: align-center
Expand Down Expand Up @@ -161,4 +161,4 @@ This module contains utility functions used in the previous modules.
utils.make_regression_da


.. include:: examples_gallery.rst
.. include:: examples_gallery.rst

0 comments on commit d863ea2

Please sign in to comment.