Coder Social home page Coder Social logo

mahfujur1 / adapt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adapt-python/adapt

0.0 1.0 0.0 13.75 MB

Awesome Domain Adaptation Package Toolbox

Home Page: https://antoinedemathelin.github.io/adapt/_build/html/index.html

License: BSD 2-Clause "Simplified" License

Python 100.00%

adapt's Introduction

ADAPT

PyPI version Build Status Python Version Codecov Status

Awesome Domain Adaptation Package Toolbox

ADAPT is a python library which provides several domain adaptation methods usefull to improve machine learning models.

Documentation Website

Find the details of all implemented methods as well as illustrative examples here: ADAPT Documentation Website

Installation

This package is available on Pypi and can be installed with the following command line:

pip install adaptation

The following dependencies are required and will be installed with the library:

  • numpy
  • scipy
  • tensorflow (>= 2.0)
  • scikit-learn

If for some reason, these packages failed to install, you can do it manually with:

pip install numpy scipy tensorflow scikit-learn

Finally import the module in your python scripts with:

import adapt

Reference

If you use this library in your research, please cite ADAPT using the following reference:

A. de Mathelin, ADAPT Awesome Domain Adaptation Package Toolbox, 
Website: https://antoinedemathelin.github.io/adapt/_build/html/index.html, 2020

Or in BibTeX format:

@misc{demathelin2020adapt,
title={ADAPT Awesome Domain Adaptation Package Toolbox},
author={A. de Mathelin},
url={https://antoinedemathelin.github.io/adapt/_build/html/index.html},
year={2020}
}

Content

ADAPT package is divided in three sub-modules containing the following domain adaptation methods:

Feature-based methods

  • FE (Frustratingly Easy Domain Adaptation)
  • mSDA (marginalized Stacked Denoising Autoencoder)
  • DANN (Discriminative Adversarial Neural Network)
  • ADDA (Adversarial Discriminative Domain Adaptation)
  • CORAL (CORrelation ALignment)
  • DeepCORAL (Deep CORrelation ALignment)

Instance-based methods

Parameter-based methods

Examples

Examples for regression and classification DA on synthetic datasets are available here:

Classification Regression

adapt's People

Contributors

antoinedemathelin avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.