Skip to content

Releases: shenweichen/DeepMatch

v0.3.2

18 Apr 05:14
fd74417

Choose a tag to compare

DeepMatch

Major Features and Improvements

  • Improve TensorFlow compatibility by migrating imports from private tensorflow.python.keras APIs to public tensorflow.keras APIs across library code, examples, docs, and tests. @shenweichen
  • Update package compatibility for modern environments: release v0.3.2, require Python >=3.7, and bump dependency to deepctr~=0.9.4. @shenweichen
  • Refresh CI with a matrix-based workflow (Python 3.7/3.10/3.11 and TensorFlow 1.15.5/2.10.0/2.15.0), docs-only PR fast-path, and examples smoke tests. @shenweichen
  • Add Read the Docs build configuration and improve installation/compatibility guidance in docs. @shenweichen

Bug Fixes and Other Changes

  • Fix ragged genres sequence handling in examples/preprocess.py for better TensorFlow/NumPy compatibility. @shenweichen
  • Fix examples/run_ncf.py by encoding genres and adding DEEPMATCH_EXAMPLE_FAST mode to stabilize CI runs. @shenweichen
  • Update README/Quick-Start/FAQ/Examples with clearer install steps (pip install tensorflow then pip install deepmatch) and best practices for Keras imports. @shenweichen

DisscussionGroup

公众号:浅梦学习笔记 微信:deepctrbot 学习小组 加入 主题集合
公众号 微信 学习小组

Contributors

v0.3.1

31 Oct 15:40
93ca437

Choose a tag to compare

DeepMatch

Major Features and Improvements

Bug Fixes and Other Changes

  • Update evaluation logic in multi interets model @shenweichen

DisscussionGroup

公众号:浅梦学习笔记 微信:deepctrbot 学习小组 加入 主题集合
公众号 微信 学习小组

v0.3.0

03 Jul 17:20
5dab795

Choose a tag to compare

DeepMatch

⚠️This version does not support backward compatibility

  • this verson is not compatible with v0.2.* and v0.1.*
  • 该版本不支持向下兼容,请按照样例进行完整的样本处理和模型构建

Major Features and Improvements

API Changes

  • Add new class deepmatch.utils.NegativeSampler
  • Remove deepmatch.layers.core.Similarity
  • Add sampler_config,loss_type parameters for models
  • Change gamma to temperature,gamma=1/temperature

DisscussionGroup

公众号:浅梦学习笔记 微信:deepctrbot 学习小组 加入 主题集合
公众号 微信 学习小组

v0.2.1

17 Jun 10:10
be6c028

Choose a tag to compare

Deepmatch

Major Features and Improvements

Bug Fixes and Other Changes

DisscussionGroup

公众号:浅梦学习笔记 微信:deepctrbot 学习小组 加入 主题集合
公众号 微信 学习小组

v0.2.0

12 Oct 14:27
f9f5bb7

Choose a tag to compare

Change Log

Major Features and Improvements

  • Support different initializers for different embedding weights and loading pretrained embeddings.

v0.1.3

17 May 15:23
ea69d9c

Choose a tag to compare

Change Log

Major Features and Improvements

  • Add SDM model

v0.1.2

10 Apr 12:22
10b5256

Choose a tag to compare

v0.1.1

07 Apr 12:13
732d8a1

Choose a tag to compare

  • fix bug of from tensorflow.python.keras._impl.keras.layers import Lambda ImportError: No module named _impl.keras.layers #1
  • add issue template