Transfer Learning paper, codes and dataset
Published:
Searching for transfer leanring code is time-consuming and requires efforts. I collected some of the basic resources that is commonly used by transfer learning community.
Compute Distance Metrics
Below is the link for various distance metric computation code.
| Description | Code Links |
|---|---|
| A2 Distance | python |
| MMD and MK-MMD | [Python] [Pytorch] [Matlab] |
| Wasserstein distance [earch mover distance] | Wasserstein |
Traditional Transfer Learning Source Code
Here is the traditional transfer learning source code links are provided for reference start point.
| Description | Code Links |
|---|---|
| TCA [Transfer Component Anaysis, TNN-11] | Python |
| JDA [Joint Distribution Adaptation, ICCV-13] | Python, Matlab |
