Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
455 views
in Technique[技术] by (71.8m points)

transfer Learning in regression for similar domain but different distr

I am currently working on a KDD project aiming to build a predictor with very small real world data. The goal is to predict to predict the quantity Y of an instance of an Product while knowing other quantities of this instance. There are Predictors (same Task) trained on similar (not the same) products. Those Models are valid for their use-case.

My approach is to use large datasets of other products (similar domain, similar task but different distributions) and adapt those to the target domain using transfer Learning.

At this pint I am having trouble finding methods/algorithms fitting my needs. Looking at the decision tree 1 it should be a domain adaption problem.

What algorithm or Model is suited for this kind of usecase?

question from:https://stackoverflow.com/questions/65922056/transfer-learning-in-regression-for-similar-domain-but-different-distr

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...