ADAPT : Awesome Domain Adaptation Python Toolbox
In this paper, we introduce the ADAPT library, an open source Python API providing the implementation of the main transfer learning and domain adaptation methods. The library is designed with a user friendly approach to facilitate the access to domain adaptation for a wide public. ADAPT is compatible with scikit-learn and TensorFlow and a full documentation is proposed online https://adapt-python.github.io/adapt/ with a substantial gallery of examples.
Code (1)
Tasks
Domain AdaptationTransfer LearningSimilar Papers 제목 키워드 기반
DomainATM: Domain Adaptation Toolbox for Medical Data Analysis
Domain adaptation (DA) is an important technique for modern machine learning-based medical data analysis, which aims at reducing distribution differences between different medical datasets. A proper domain adaptation met…
Domain AdaptationMedical Image AnalysisAwesome-OL: An Extensible Toolkit for Online Learning
In recent years, online learning has attracted increasing attention due to its adaptive capability to process streaming and non-stationary data. To facilitate algorithm development and practical deployment in this area, …
hyperbox-brain: A Toolbox for Hyperbox-based Machine Learning Algorithms
Hyperbox-based machine learning algorithms are an important and popular branch of machine learning in the construction of classifiers using fuzzy sets and logic theory and neural network architectures. This type of learn…
Causal Discovery Toolbox: Uncover causal relationships in Python
This paper presents a new open source Python framework for causal discovery from observational data and domain background knowledge, aimed at causal graph and causal mechanism modeling. The 'cdt' package implements the e…
Causal DiscoveryGraph Domain Adaptation: Challenges, Progress and Prospects
As graph representation learning often suffers from label scarcity problems in real-world applications, researchers have proposed graph domain adaptation (GDA) as an effective knowledge-transfer paradigm across graphs. I…
Domain AdaptationGRAPH DOMAIN ADAPTATIONGraph Representation LearningRepresentation Learning+2