Welcome to DeepMatch’s documentation!¶
DeepMatch is a deep matching model library for recommendations, advertising, and search. It’s easy to train models and to export representation vectors for user and item which can be used for ANN search.You can use any complex model with model.fit()
and model.predict()
.
Let’s Get Started! or Run examples!
You can read the latest code at https://github.com/shenweichen/DeepMatch
News¶
05/17/2020 : Add SDM
model. Changelog
04/10/2020 : Support saving and loading model . Changelog
04/06/2020 : DeepMatch first version .