.. TorchCTR documentation master file, created by sphinx-quickstart on Wed Aug 14 01:52:34 2019. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to TorchCTR's documentation! ==================================== TorchCTR is a scalable and easy-to-use ML package for CTR (Click Through Rate) prediction and ranking in recommender system with Facebook PyTorch. .. toctree:: :caption: User Guide :hidden: getting_started prediction_models visulization FAQ .. toctree:: :caption: API Reference :hidden: modules Installation ------------- .. code-block:: bash pip install torchctr --user Classic Models -------------- - [x] `Logistic Regression `_ - [x] `Factorization Machine by Osaka Univ. `_ - [x] `Field-aware Factorization Machine by Criteo, CMU & NTU `_ Deep Learning Models -------------------- - [x] `Wide and Deep by Google `_ - [x] `DeepFM by Huawei & HIT `_ - [x] `Neural Factorization Machine by NUS `_ - [x] `Field-aware Neural Factorization Machine `_ - [ ] `Factorization-supported Neural Network `_ - [ ] `Product-based Neural Network `_ - [ ] `Attentional Factorization Machine `_ - [ ] `Deep and Cross Network `_ - [ ] `Deep Interest Network `_ - [ ] `eXtreme Deep Factorization Machine `_ Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`