Skip to main content

Library of transfer learning and domain adaptation classifiers.

Project description

libTLDA: library of transfer learning and domain adaptation classifiers.

BuildStatus PyPI version Python version Matlab version DOI

This package contains the following classifiers:

Python-specific classifiers:

Matlab-specific classifiers:

Python

Installation

Installation can be done through pip:

pip install libtlda

Environment management is generally a good idea. To create a conda environment, run the following commands:

conda env create -f environment.yml
source activate libtlda

Usage

Libtlda follows a similar logic as scikit-learn. Each type of adaptive classifier is a submodule, from which the classifiers can be imported:

from libtlda.iw import ImportanceWeightedClassifier
from libtlda.tca import TransferComponentClassifier
from libtlda.suba import SubspaceAlignedClassifier
from libtlda.scl import StructuralCorrespondenceClassifier
from libtlda.rba import RobustBiasAwareClassifier
from libtlda.flda import FeatureLevelDomainAdaptiveClassifier
from libtlda.tcpr import TargetContrastivePessimisticClassifier

From there on, training is a matter of calling the fit method on your labeled source dataset (X,y) and unlabeled target dataset Z. For example:

classifier = ImportanceWeightedClassifier().fit(X, y, Z)

Predictions can be made by calling the predict method:

y_pred = classifier.predict(Z)

Documentation will be improved soon. For now, have a look at the example.py script. It shows a couple of options for training adaptive classifiers.

Matlab

Installation:

First clone the repository and change directory to matlab:

git clone https://github.com/wmkouw/libTLDA
cd libTLDA/matlab/

In the matlab command window, call the installation script. It downloads all dependencies (minFunc, libsvm) and adds them - along with libtlda - to your path:

install.m

Usage

There is an example script that can be edited to test the different classifiers:

example.m

Contact:

Questions, comments and bugs can be submitted in the issues tracker.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

libtlda-0.1.5.tar.gz (21.0 kB view details)

Uploaded Source

Built Distribution

libtlda-0.1.5-py2.py3-none-any.whl (27.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file libtlda-0.1.5.tar.gz.

File metadata

  • Download URL: libtlda-0.1.5.tar.gz
  • Upload date:
  • Size: 21.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for libtlda-0.1.5.tar.gz
Algorithm Hash digest
SHA256 bced8970689182234488deba3f1c1221b332668fc2a9420b1243317cce715d58
MD5 2277a3930495e5bab437cda79258b72e
BLAKE2b-256 35faa0d2f6457b44dd8e58a3b736f889f9f49b03b9796b1c44b358652af4390a

See more details on using hashes here.

File details

Details for the file libtlda-0.1.5-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for libtlda-0.1.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2b6c5cdbbd76276eb07c35371edd90a2e0a573c9d2f7fbc736a00230adfde47a
MD5 05877359a28412fa5f13afa99dac52a1
BLAKE2b-256 5a01a6137ff9bb4c9adf41e708fda3e2ed41c3a2ec29a1346dd2dc47a8b884e7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page