Skip to content

A transductive parameter transfer algorithm implementation for domain adaptation problems

Notifications You must be signed in to change notification settings

kclejeune/locally-weighted-ensembling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview: Locally Weighted Ensembling

Locally Weighted Ensembling is a transductive parameter transfer learning framework intended to improve the learning of a target task T_T on a testing domain D_T, transferring knowledge from k models trained on k labeled domains of interest. For any example x, we can weight the model predictions according to their performance in the neighborhood of other examples clustered near x, making an overall prediction by constructing an ensemble which is weighted according to structural similarity near x in the test domain.

Relevant Research

This repository implements and analyzes results proposed in Gao et. al.

About

A transductive parameter transfer algorithm implementation for domain adaptation problems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages