Skip to content

Tags: mldlx/DeepCTR

Tags

v0.2.0.post1

Toggle v0.2.0.post1's commit message
Update

v0.2.0.post0

Toggle v0.2.0.post0's commit message
Update setup.py

v0.2.0

Toggle v0.2.0's commit message
Release v0.2.0

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge from dev (shenweichen#15)

* Fix bugs when using tensorflow version higher than 1.6.0.
* Now support tf version from 1.4.0 - 1.12.0 except for 1.7.* and 1.8.*
* Update docs

v0.1.5

Toggle v0.1.5's commit message
minor change

1. Modified output shape of BiInteractionPooling, InnerProductLayer to make
sure that the dimensions of the output and input of a layer are same if possible

2. Minimize the nesting of other layers in the custom layer, because I found that the statistics of the parameters number of model.summary()  are incorrect when using other layers.

v0.1.4

Toggle v0.1.4's commit message
refactor&update docs

Use a more space efficient implementation in CrossNet
Add custom_objects in utils which will be used in load_model function
Add FAQ in docs

v0.1.3

Toggle v0.1.3's commit message
Update index.rst