Skip to content

Distribution-Informed Neural Networks for Domain Adaptation Regression

Notifications You must be signed in to change notification settings

junwu6/Distribution-Informed-NN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

DINO (Distribution-Informed Neural Network)

An implementation for "Distribution-Informed Neural Networks for Domain Adaptation Regression" (NeurIPS'22).

Environment Requirements

The code has been tested under Python 3.7. The required packages are as follows:

  • numpy==1.18.1
  • sklearn==0.22.1
  • torch==1.4.0
  • jax==0.2.26
  • neural-tangents==0.3.9

Data Sets

We used the following data sets in our experiments:

Acknowledgement

If you find that it is helpful for your research, please consider to cite our paper:

@inproceedings{wu2022distribution,
  title={Distribution-Informed Neural Networks for Domain Adaptation Regression},
  author={Wu, Jun and He, Jingrui and Wang, Sheng and Guan, Kaiyu and Ainsworth, Elizabeth},
  booktitle={Advances in Neural Information Processing Systems},
  year={2022}
}

About

Distribution-Informed Neural Networks for Domain Adaptation Regression

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages