Skip to content

Latest commit

 

History

History
 
 

MatchingRep

Learning Matching Representations for Individualized Organ Transplantation Allocation

Code Author: Can Xu (can.xu@hotmail.com)

This repo contains the codebase of the paper Learning Matching Representations for Individualized Organ Transplantation Allocation. (https://arxiv.org/abs/2101.11769)

The implementation is based on keras API. Check Tutorial.ipynb for sample code usage.

Citation

If you use this software, please cite as:

@inproceedings{xu_learning_2021,
	title = {Learning Matching Representations for Individualized Organ Transplantation Allocation}
	author = {Xu, Can and Alaa, Ahmed M. and Bica, Ioana and Ershoff, Brent D. and Cannesson, Maxime and van der Schaar, Mihaela},
	year = {2021},
  booktitle={Proceedings of the 24th International Conference on Artificial Intelligence and Statistics (AISTATS)},
  organization={PMLR}
}