Project description
Factorization Machine models in PyTorch
This package provides a PyTorch implementation of factorization machine models and common datasets in CTR prediction.
Available Datasets
Available Models
Model |
Reference |
Logistic Regression |
|
Factorization Machine |
S Rendle, Factorization Machines, 2010. |
Field-aware Factorization Machine |
Y Juan, et al. Field-aware Factorization Machines for CTR Prediction, 2015. |
Factorization-Supported Neural Network |
W Zhang, et al. Deep Learning over Multi-field Categorical Data - A Case Study on User Response Prediction, 2016. |
Wide&Deep |
HT Cheng, et al. Wide & Deep Learning for Recommender Systems, 2016. |
Attentional Factorization Machine |
J Xiao, et al. Attentional Factorization Machines: Learning the Weight of Feature Interactions via Attention Networks, 2017. |
Neural Factorization Machine |
X He and TS Chua, Neural Factorization Machines for Sparse Predictive Analytics, 2017. |
Neural Collaborative Filtering |
X He, et al. Neural Collaborative Filtering, 2017. |
Field-aware Neural Factorization Machine |
L Zhang, et al. Field-aware Neural Factorization Machine for Click-Through Rate Prediction, 2019. |
Product Neural Network |
Y Qu, et al. Product-based Neural Networks for User Response Prediction, 2016. |
Deep Cross Network |
R Wang, et al. Deep & Cross Network for Ad Click Predictions, 2017. |
DeepFM |
H Guo, et al. DeepFM: A Factorization-Machine based Neural Network for CTR Prediction, 2017. |
xDeepFM |
J Lian, et al. xDeepFM: Combining Explicit and Implicit Feature Interactions for Recommender Systems, 2018. |
AutoInt (Automatic Feature Interaction Model) |
W Song, et al. AutoInt: Automatic Feature Interaction Learning via Self-Attentive Neural Networks, 2018. |
AFN(AdaptiveFactorizationNetwork Model) |
Cheng W, et al. Adaptive Factorization Network: Learning Adaptive-Order Feature Interactions, AAAI'20. |
Each model's AUC values are about 0.80 for criteo dataset, and about 0.78 for avazu dataset. (please see example code)
Installation
pip install torchfm
API Documentation
https://rixwew.github.io/pytorch-fm
Licence
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file torchfm-0.7.0.tar.gz
.
File metadata
-
Download URL:
torchfm-0.7.0.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.3
File hashes
Hashes for torchfm-0.7.0.tar.gz
Algorithm |
Hash digest |
|
SHA256 |
215838acff337f0abbeaee8e0f3530556a7d524cf35564d0bb6a0d95055a5f52 |
|
MD5 |
0ae80899f913e3efd281a04b93e4aea0 |
|
BLAKE2b-256 |
ff4b1814b23bed7642d102f0906f7919f0378a05a1b9d2d53c6d5506af20a505 |
|
See more details on using hashes here.