Skip to content

🔥[IEEE TPAMI 2023] Official repository TPAMI 2023 paper "Exploiting Field Dependencies for Learning on Categorical Data"

License

Notifications You must be signed in to change notification settings

csiro-robotics/MDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDL

This repository is the official implementation of the code for paper Exploiting Field Dependencies for Learning on Categorical Data.

Requirements

The code has been tested with:

  • Python 3.6.12
  • PyTorch 1.10.1
  • lmdb 1.1.1
  • tqdm 4.57.0

Training and Evaluation (e.g. on Avazu dataset)

python run_mdl.py   --dataset-path <path_to_data> --inner-step 4 --inner-step-size 1 --lr 0.05 --wdcy 1e-8 --lmbd 100 --ebd-dim 40 

Citation

If you find this repository helpful, please consider to cite the following paper:

@ARTICLE{10192074,
  author={Li, Zhibin and Koniusz, Piotr and Zhang, Lu and Pagendam, Daniel Edward and Moghadam, Peyman},
  journal={IEEE Transactions on Pattern Analysis and Machine Intelligence}, 
  title={Exploiting Field Dependencies for Learning on Categorical Data}, 
  year={2023},
  volume={},
  number={},
  pages={1-14},
  doi={10.1109/TPAMI.2023.3298028}}

About

🔥[IEEE TPAMI 2023] Official repository TPAMI 2023 paper "Exploiting Field Dependencies for Learning on Categorical Data"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages