File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ import adapt
39
39
40
40
If you use this library in your research, please cite ADAPT using the following reference:
41
41
42
- ``` python
42
+ ```
43
43
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
45
45
```
46
46
47
47
Or in BibTeX format:
48
48
49
- ``` python
49
+ ```
50
50
@misc{demathelin2020adapt,
51
51
title={ADAPT Awesome Domain Adaptation Package Toolbox},
52
52
author={A. de Mathelin},
@@ -55,6 +55,7 @@ year={2020}
55
55
}
56
56
```
57
57
58
+
58
59
## Content
59
60
60
61
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
90
91
Classification | Regression
91
92
:-------------------------:|:-------------------------:
92
93
[ <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.
You can’t perform that action at this time.
0 commit comments