Welcome to DeepCTR’s documentation!

Downloads Stars Forks PyPii Issues Chat

DeepCTR is a Easy-to-use , Modular and Extendible package of deep-learning based CTR models along with lots of core components layer which can be used to easily build custom models.You can use any complex model with model.fit() and model.predict().

  • Provide tf.keras.Model like interface for quick experiment. example
  • Provide tensorflow estimator interface for large scale data and distributed training. example
  • It is compatible with both tf 1.x and tf 2.x.

Let’s Get Started! (Chinese Introduction)

You can read the latest code and related projects

News

06/27/2020 : Support Tensorflow Estimator for large scale data and distributed training.Support different initializers for different embedding weights and loading pretrained embeddings.Add new model FwFM. Changelog

05/17/2020 : Fix numerical instability in LayerNormalization. Changelog

03/15/2020 : Add FLEN (中文介绍) and FieldWiseBiInteraction. Changelog

Indices and tables