项目作者: OctoberChang

项目描述 :
Cross-Domain Kernel Induction for Transfer Learning
高级语言: Python
项目地址: git://github.com/OctoberChang/KerTL.git
创建时间: 2017-09-08T00:05:30Z
项目社区:https://github.com/OctoberChang/KerTL

开源协议:

下载


KerTL

Code accompanying the paper Cross-Domain Kernel Induction for Transfer Learning.

Prerequisites

  1. - Python, NumPy, Scipy, scikit-learn
  2. - CVXOPT

Usage

To reproduce KerTL result in Table 2 of our paper, run

  1. $ python run_table2.py

To reproduce KerTL result in Table 3 of our paper, run

  1. $ python run_table3.py

Dataset

Use

  1. $ 7z x mnist.7z -o.
  2. $ 7z x apr.7z -o.

to decompress the data into the current folder.

More Info

This repository is by
Wei-Cheng Chang,
Yuexin Wu,
Hanxiao Liu,
Yiming Yang,
and contains the source code to
reproduce the experiments in our paper
Cross-Domain Kernel Induction for Transfer Learning.
If you find this repository helpful in your publications, please consider citing our paper.

  1. @inproceedings{chang2017cross,
  2. title={Cross-Domain Kernel Induction for Transfer Learning.},
  3. author={Chang, Wei-Cheng and Wu, Yuexin and Liu, Hanxiao and Yang, Yiming},
  4. booktitle={AAAI},
  5. pages={1763--1769},
  6. year={2017}
  7. }

For any questions and comments, please send your email to
wchang2@cs.cmu.edu or
yuexinw@cs.cmu.edu