DeepMatch Versions Save

A deep matching model library for recommendations & advertising. It's easy to train models and to export representation vectors which can be used for ANN search.

v0.3.1

1 year ago

DeepMatch

Major Features and Improvements

Bug Fixes and Other Changes

  • Update evaluation logic in multi interets model @shenweichen

DisscussionGroup

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

v0.3.0

1 year ago

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

1 year ago

Deepmatch

Major Features and Improvements

  • Add Scaling factor gamma in DSSM,FM @zzszmyf
  • Update layers @shenweichen

Bug Fixes and Other Changes

  • Fix routing_logits error of MIND #44 #57 #75 @clhchtcjj

DisscussionGroup

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

v0.2.0

3 years ago

Change Log

Major Features and Improvements

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

v0.1.3

3 years ago

Change Log

Major Features and Improvements

  • Add SDM model

v0.1.2

4 years ago

v0.1.1

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