Issue
Looking for a python or R library that implements domain adaptation or transfer learning algorithms. There are lots of papers written on the subject and surely there must be a library available. I'd like to train a sentiment model in one domain and then apply it to another domain where there is little to no labeled examples. Also classification models that are able incorporate word2vec will be very useful.
Many thanks
Solution
Awesome Domain Adaptation Python Toolbox (ADAPT) is an open source library providing numerous tools to perform Transfer Learning and Domain adaptation: https://adapt-python.github.io/adapt/index.html.
Answered By - There
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.