Skip to content

Tags: shenweichen/DeepCTR

Tags

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add EDCN model

- add EDCN model
- fix savedmodel error in tf2.4
- fix typo in position encoding layer

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
support python 3.9&3.10

- support python 3.9 and 3.10
- support `cos` and `ln` attention_type in transformer
- polish docstring

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
improve compatibility

improve compatibility with tensorflow 2.x

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add multitask models:SharedBottom, ESSM, MMOE, PLE

- add multitask learning models:SharedBottom, ESSM, MMOE, PLE
- set `dnn_hidden_units` parameter to `(256, 128, 64)`
- add new package `deepctr.models.multitask` and `deepctr.models.sequence` 
- fix truncated feature value error when padding string sequence in run_multivalue_movielens_hash.py

v0.8.7

Toggle v0.8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support pre-defined key-value vocabulary in Hash Layer

New Feature: Support pre-defined key-value vocabulary in Hash Layer

v0.8.6

Toggle v0.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.8.6

- add IFM and DIFM model
- add FEFM and DeepFEFM model
- add PositionEncoding Layer
- add training param to activation layer
- improve the compatibility for tensorflow 2.5
- fix error when linear_feature_columns is empty in tensorflow 1.12

v0.8.5

Toggle v0.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.8.5

- Implement the BST model . 
- Update Transformer Layer, support new attention_type and output_type .

v0.8.4

Toggle v0.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix error in dcn-mix (#326)

fix error in dcn-mix

v0.8.3

Toggle v0.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.8.3

- add DCN-M(DCN V2) and DCN-Mix model
- add transform_fn for DenseFeat
- simplify  methods in `interaction.py`
- change output shape of  BilinearInteraction used in  FiBiNET
- update docs and test files

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.8.2

Refactor DNN Layer