Skip to content

Commit 6f53148

Browse files
2 parents 8746028 + 37ce548 commit 6f53148

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ import adapt
3939

4040
If you use this library in your research, please cite ADAPT using the following reference:
4141

42-
```python
42+
```
4343
A. de Mathelin, ADAPT Awesome Domain Adaptation Package Toolbox,
44-
Website: https://antoinedemathelin.github.io/adapt/_build/html/index.html, 2020
44+
Website: https://antoinedemathelin.github.io/adapt/_build/html/index.html, 2020
4545
```
4646

4747
Or in BibTeX format:
4848

49-
```python
49+
```
5050
@misc{demathelin2020adapt,
5151
title={ADAPT Awesome Domain Adaptation Package Toolbox},
5252
author={A. de Mathelin},
@@ -55,6 +55,7 @@ year={2020}
5555
}
5656
```
5757

58+
5859
## Content
5960

6061
ADAPT package is divided in three sub-modules containing the following domain adaptation methods:
@@ -90,3 +91,8 @@ Examples for regression and classification DA on synthetic datasets are availabl
9091
Classification | Regression
9192
:-------------------------:|:-------------------------:
9293
[<img src="docs/_build/html/_static/images/classification_setup.png" width="600px" height="350px">](https://antoinedemathelin.github.io/adapt/_build/html/classification_example.html) | [<img src="docs/_build/html/_static/images/regression_setup.png" width="600px" height="300px">](https://antoinedemathelin.github.io/adapt/_build/html/regression_example.html)
94+
95+
96+
## Acknowledgement
97+
98+
Part of this work has been funded by the Industrial Data Analytics and Machine Learning chair from ENS Paris-Saclay, Borelli center.

0 commit comments

Comments
 (0)