Skip to content

Commit c56a7e7

Browse files
Update README.md
1 parent 41c1305 commit c56a7e7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,32 @@ The purpose of the ADAPT library is to facilitate the access to transfer leanrin
1818
<table>
1919
<tr valign="top">
2020
<td width="50%" >
21-
<a href="doc/examples/Sample_bias_example.html">
21+
<a href="https://adapt-python.github.io/adapt/examples/Sample_bias_example.html">
2222
<br>
2323
<b>Sample bias correction</b>
2424
<br>
2525
<br>
26-
<img src="src_docs/_static/images/sample_bias_corr_img.png">
26+
<img src="https://github.com/adapt-python/adapt/blob/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/sample_bias_corr_img.png">
2727
</a>
2828
</td>
2929
<td width="50%">
30-
<a href="doc/examples/Flowers_example.html">
30+
<a href="https://adapt-python.github.io/adapt/examples/Flowers_example.html">
3131
<br>
3232
<b>Model-based Transfer</b>
3333
<br>
3434
<br>
35-
<img src="src_docs/_static/images/finetuned.png">
35+
<img src="https://github.com/adapt-python/adapt/blob/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/finetuned.png">
3636
</a>
3737
</td>
3838
</tr>
3939
<tr valign="top">
4040
<td width="50%">
41-
<a href="doc/examples/Flowers_example.html">
41+
<a href="https://adapt-python.github.io/adapt/examples/Office_example.html">
4242
<br>
4343
<b>Deep Domain Adaptation</b>
4444
<br>
4545
<br>
46-
<img src="src_docs/_static/images/office_item.png">
46+
<img src="https://github.com/adapt-python/adapt/blob/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/office_item.png">
4747
</a>
4848
</td>
4949
<td width="50%">
@@ -217,9 +217,9 @@ adapt_model.score(Xt, yt)
217217
>>> 0.574
218218
```
219219

220-
| <img src="src_docs/_static/images/results_qs.png"> |
220+
| <img src="https://github.com/adapt-python/adapt/blob/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/results_qs.png"> |
221221
|:--:|
222-
| **Quick-Start Plotting Results**. *The dotted and dashed lines are respectively the class separation of the "source only" and KMM models. Note that the predicted positive class is on the right of the dotted line for the "source only" model but on the left of the dashed line for KMM. (The code for plotting the Figure is available [here](docs/examples/Quick_start.html))* |
222+
| **Quick-Start Plotting Results**. *The dotted and dashed lines are respectively the class separation of the "source only" and KMM models. Note that the predicted positive class is on the right of the dotted line for the "source only" model but on the left of the dashed line for KMM. (The code for plotting the Figure is available [here](https://adapt-python.github.io/adapt/examples/Quick_start.html))* |
223223

224224

225225
## Contents
@@ -285,4 +285,4 @@ If you use this library in your research, please cite ADAPT using the following
285285

286286
This work has been funded by Michelin and the Industrial Data Analytics and Machine Learning chair from ENS Paris-Saclay, Borelli center.
287287

288-
[<img src="src_docs/_static/images/michelin.png" width=200px alt="Michelin">](https://www.michelin.com/) <img src="src_docs/_static/images/idaml.jpg" width=200px alt="IDAML"> <img src="src_docs/_static/images/borelli.jpg" alt="Centre Borelli" width=150px>
288+
[<img src="https://github.com/adapt-python/adapt/blob/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/michelin.png" width=200px alt="Michelin">](https://www.michelin.com/) [<img src="https://github.com/adapt-python/adapt/blob/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/idaml.jpg" width=200px alt="IDAML">](https://centreborelli.ens-paris-saclay.fr/fr/chaire-idaml) [<img src="https://github.com/adapt-python/adapt/blob/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/borelli.jpg" alt="Centre Borelli" width=150px>](https://centreborelli.ens-paris-saclay.fr/fr)

0 commit comments

Comments
 (0)