Skip to content

AliceQingyangWang/weightPolarityExpr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polarity is all you need to learn and transfer faster

This repository is the official implementation of "Polarity is all you need to learn and transfer faster".

Requirements

All experiments and analysis were performed within the following docker environment, which could be setup as following.

docker build -t weightpolarity .
docker run --gpus all -v ${PWD}:/workspace --name weightpolarity weightpolarity

Experiments, Analysis and Results

Experiments, analysis and results are seperated into two parts:

  1. XOR-5D experiments. Related code is in folder XOR. To reproduce the experiments and analysis in the paper, please refer to the jupyterLab notebook tutorial_XOR.ipynb. To access the experimental data and training data, please go here

  2. CV experiments. Related code is in folder CV. To reproduce the experiments and analysis in the paper, please refer to the jupyterLab notebook tutorial_CV.ipynb. To access the experimental data and training data, please go here

About

This repo contains necessary code and sample data for reproducing the figures in paper Polarity is all you need to learn and transfer faster.

Topics

Resources

License

Stars

Watchers

Forks