Skip to content

Commit ab68059

Browse files
Update README.md
1 parent fff2ca5 commit ab68059

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The purpose of the ADAPT library is to facilitate the access to transfer learnin
2323
<b>Sample bias correction</b>
2424
<br>
2525
<br>
26-
<img src="https://github.com/adapt-python/adapt/blob/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/sample_bias_corr_img.png">
26+
<img src="https://github.com/adapt-python/adapt/raw/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/sample_bias_corr_img.png">
2727
</a>
2828
</td>
2929
<td width="50%">
@@ -32,7 +32,7 @@ The purpose of the ADAPT library is to facilitate the access to transfer learnin
3232
<b>Model-based Transfer</b>
3333
<br>
3434
<br>
35-
<img src="https://github.com/adapt-python/adapt/blob/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/finetuned.png">
35+
<img src="https://github.com/adapt-python/adapt/raw/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/finetuned.png">
3636
</a>
3737
</td>
3838
</tr>
@@ -43,7 +43,7 @@ The purpose of the ADAPT library is to facilitate the access to transfer learnin
4343
<b>Deep Domain Adaptation</b>
4444
<br>
4545
<br>
46-
<img src="https://github.com/adapt-python/adapt/blob/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/office_item.png">
46+
<img src="https://github.com/adapt-python/adapt/raw/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/office_item.png">
4747
</a>
4848
</td>
4949
<td width="50%">
@@ -166,7 +166,7 @@ Thus, the transfer learning models from the ADAPT library can be seen as machine
166166

167167
The ADAPT library proposes numerous transfer algorithms and it can be hard to know which algorithm is best suited for a particular problem. If you do not know which algorithm to choose, this [flowchart](https://adapt-python.github.io/adapt/map.html) may help you:
168168

169-
[<img src="src_docs/_static/images/thumbnai_flowchart.PNG" width=30%>](https://adapt-python.github.io/adapt/map.html)
169+
[<img src="https://github.com/adapt-python/adapt/raw/master/src_docs/_static/images/thumbnai_flowchart.PNG" width=30%>](https://adapt-python.github.io/adapt/map.html)
170170

171171

172172
## Quick Start
@@ -217,7 +217,7 @@ adapt_model.score(Xt, yt)
217217
>>> 0.574
218218
```
219219

220-
| <img src="https://github.com/adapt-python/adapt/blob/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/results_qs.png"> |
220+
| <img src="https://github.com/adapt-python/adapt/raw/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/results_qs.png"> |
221221
|:--:|
222222
| **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

@@ -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="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)
288+
[<img src="https://github.com/adapt-python/adapt/raw/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/michelin.png" width=200px alt="Michelin">](https://www.michelin.com/) [<img src="https://github.com/adapt-python/adapt/raw/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/raw/41c13055facc0733faf49c4e3979709e82be10e5/docs/_static/images/borelli.jpg" alt="Centre Borelli" width=150px>](https://centreborelli.ens-paris-saclay.fr/fr)

0 commit comments

Comments
 (0)