LICENSE
README.md
setup.py
torch_rechub/__init__.py
torch_rechub.egg-info/PKG-INFO
torch_rechub.egg-info/SOURCES.txt
torch_rechub.egg-info/dependency_links.txt
torch_rechub.egg-info/requires.txt
torch_rechub.egg-info/top_level.txt
torch_rechub/basic/__init__.py
torch_rechub/basic/activation.py
torch_rechub/basic/callback.py
torch_rechub/basic/features.py
torch_rechub/basic/initializers.py
torch_rechub/basic/layers.py
torch_rechub/basic/loss_func.py
torch_rechub/basic/metaoptimizer.py
torch_rechub/basic/metric.py
torch_rechub/models/__init__.py
torch_rechub/models/matching/__init__.py
torch_rechub/models/matching/comirec.py
torch_rechub/models/matching/dssm.py
torch_rechub/models/matching/dssm_facebook.py
torch_rechub/models/matching/gru4rec.py
torch_rechub/models/matching/mind.py
torch_rechub/models/matching/youtube_dnn.py
torch_rechub/models/matching/youtube_sbc.py
torch_rechub/models/multi_task/__init__.py
torch_rechub/models/multi_task/aitm.py
torch_rechub/models/multi_task/esmm.py
torch_rechub/models/multi_task/mmoe.py
torch_rechub/models/multi_task/ple.py
torch_rechub/models/multi_task/shared_bottom.py
torch_rechub/models/ranking/__init__.py
torch_rechub/models/ranking/dcn.py
torch_rechub/models/ranking/deepfm.py
torch_rechub/models/ranking/din.py
torch_rechub/models/ranking/widedeep.py
torch_rechub/trainers/__init__.py
torch_rechub/trainers/ctr_trainer.py
torch_rechub/trainers/match_trainer.py
torch_rechub/trainers/mtl_trainer.py
torch_rechub/utils/__init__.py
torch_rechub/utils/data.py
torch_rechub/utils/match.py
torch_rechub/utils/mtl.py