Skip to content

Commit e67bc52

Browse files
Update README.md
1 parent 60c5d61 commit e67bc52

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,26 @@ ADAPT package is divided in three sub-modules containing the following domain ad
4040

4141
### Feature-based methods
4242

43-
- FE (*Frustratingly Easy Domain Adaptation*)
44-
- mSDA
45-
- DANN
46-
- ADDA
47-
- CORAL
48-
- DeepCORAL
43+
- [FE](https://antoinedemathelin.github.io/adapt/_build/html/generated/adapt.feature_based.FE.html) (*Frustratingly Easy Domain Adaptation*)
44+
- [mSDA](https://antoinedemathelin.github.io/adapt/_build/html/generated/adapt.feature_based.mSDA.html) (*marginalized Stacked Denoising Autoencoder*)
45+
- [DANN](https://antoinedemathelin.github.io/adapt/_build/html/generated/adapt.feature_based.DANN.html) (*Discriminative Adversarial Neural Network*)
46+
- [ADDA](https://antoinedemathelin.github.io/adapt/_build/html/generated/adapt.feature_based.ADDA.html) (*Adversarial Discriminative Domain Adaptation*)
47+
- [CORAL](https://antoinedemathelin.github.io/adapt/_build/html/generated/adapt.feature_based.CORAL.html) (*CORrelation ALignment*)
48+
- [DeepCORAL](https://antoinedemathelin.github.io/adapt/_build/html/generated/adapt.feature_based.DeepCORAL.html) (*Deep CORrelation ALignment*)
4949

5050
### Instance-based methods
5151

52-
- KMM
53-
- KLIEP
54-
- TrAdaBoost
55-
- TrAdaBoostR2
56-
- TwoStageTrAdaBoostR2
52+
- [KMM](https://antoinedemathelin.github.io/adapt/_build/html/generated/adapt.instance_based.KMM.html) (*Kernel Mean Matching*)
53+
- [KLIEP](https://antoinedemathelin.github.io/adapt/_build/html/generated/adapt.instance_based.KLIEP.html) (*Kullback–Leibler Importance Estimation Procedure*)
54+
- [TrAdaBoost](https://antoinedemathelin.github.io/adapt/_build/html/generated/adapt.instance_based.TrAdaBoost.html) (*Transfer AdaBoost*)
55+
- [TrAdaBoostR2](https://antoinedemathelin.github.io/adapt/_build/html/generated/adapt.instance_based.TrAdaBoostR2.html) (*Transfer AdaBoost for Regression*)
56+
- [TwoStageTrAdaBoostR2](https://antoinedemathelin.github.io/adapt/_build/html/generated/adapt.instance_based.TwoStageTrAdaBoostR2.html) (*Two Stage Transfer AdaBoost for Regression*)
5757

5858
### Parameter-based methods
5959

60-
- RegularTransferLR
61-
- RegularTransferLC
62-
- RegularTransferNN
60+
- [RegularTransferLR](https://antoinedemathelin.github.io/adapt/_build/html/generated/adapt.parameter_based.RegularTransferLR.html) (*Regular Transfer with Linear Regression*)
61+
- [RegularTransferLC](https://antoinedemathelin.github.io/adapt/_build/html/generated/adapt.parameter_based.RegularTransferLC.html) (*Regular Transfer with Linear Classification*)
62+
- [RegularTransferNN](https://antoinedemathelin.github.io/adapt/_build/html/generated/adapt.parameter_based.RegularTransferNN.html) (*Regular Transfer with Neural Network*)
6363

6464

6565
## Examples
@@ -68,4 +68,4 @@ Examples for regression and classification DA on synthetic datasets are availabl
6868

6969
Classification | Regression
7070
:-------------------------:|:-------------------------:
71-
[<img src="docs/source/_static/images/classification_setup.png" width="600px" height="350px">](https://antoinedemathelin.github.io/adapt/_build/html/classification_example.html) | <img src="docs/source/_static/images/regression_setup.png" width="600px" height="300px">
71+
[<img src="docs/_build/_static/images/classification_setup.png" width="600px" height="350px">](https://antoinedemathelin.github.io/adapt/_build/html/classification_example.html) | [<img src="docs/_build/_static/images/regression_setup.png" width="600px" height="300px">](https://antoinedemathelin.github.io/adapt/_build/html/regression_example.html)

0 commit comments

Comments
 (0)