当前位置:网站首页>Recommendation System - Recall Phase - 2013: DSSM (Twin Towers Model) [Embedding (Semantic Vector) Recall] [Microsoft]
Recommendation System - Recall Phase - 2013: DSSM (Twin Towers Model) [Embedding (Semantic Vector) Recall] [Microsoft]
2022-07-31 14:17:00 【u013250861】
DSSM, the full name of Deep Structured Semantic Models, was published on CIKM in 2013 by the University of Illinois at Urbana-Champaign (UIUC) and Microsoft.
DSSM's influence in industry search and promotion is currently more than any of the previously introduced models, Basically dominates the recall/coarse row stage.
Baidu also made a twin-tower model in 2013 (Baidu was still in its prime at that time) SimNet, but no corresponding paper has been published.
1. DSSM double-tower model structure recommended
The DSSM structure in the recommended field is generally shown in the following figure:

The result of the model is very simple and mainly consists of two parts: a tower on the user side and a tower on the item side.The user-side features and item-side features pass through their respective DNNs (generally, the two DNNs have the same structure, but of course they can be different) to obtain user embedding and item embedding. It should be noted here that if your user dnn andThe structure of item dnn is different, please ensure that the output dimension is the same, that is, the number of hidden units in the last fully connected layer is the same, which requires
边栏推荐
- BigDecimal 简介,常用方法
- C language basic practice (nine-nine multiplication table) and printing different asterisk patterns
- OAuth2:单点登陆客户端
- 为什么要分库分表?
- 1小时直播招募令:行业大咖干货分享,企业报名开启丨量子位·视点
- AWS implements scheduled tasks - Lambda+EventBridge
- 页面整屏滚动效果
- 【Pytorch】torch.argmax()用法
- Five dimensions to start MySQL optimization
- 八大排序汇总及其稳定性
猜你喜欢
Motion capture system for end-positioning control of flexible manipulators
hyperf的启动源码分析(二)——请求如何到达控制器
海康摄像机取流RTSP地址规则说明
MySQL【子查询】
技能大赛训练题:域用户和组织单元的创建
OAuth2:搭建授权服务器
How to grab configuration information for DELL SC compellent storage system
49. The copy constructor and overloaded 】
C# Get network card information NetworkInterface IPInterfaceProperties
Spark学习(3)-Spark环境搭建-Standalone
随机推荐
MySQL 23道经典面试吊打面试官
Uniapp WeChat small application reference standard components
C#高级--委托
[QNX Hypervisor 2.2 User Manual]9.14 safety
Shell脚本经典案例:文件的备份
Nuget package and upload tutorial
百度网盘安装在c盘显示系统权限限制的解决方法
Use of C# Assembly
232层3D闪存芯片来了:单片容量2TB,传输速度提高50%
「面经分享」西北大学 | 字节 生活服务 | 一面二面三面 HR 面
已解决(pymysqL连接数据库报错)pymysqL.err.ProgrammingError: (1146,“Table ‘test.students‘ doesn‘t exist“)
尚硅谷-JVM-内存和垃圾回收篇(P1~P203)
动作捕捉系统用于柔性机械臂的末端定位控制
Comparison of Optical Motion Capture and UWB Positioning Technology in Multi-agent Cooperative Control Research
Spark学习(2)-Spark环境搭建-Local
Nuget打包并上传教程
The use of thread pool two
使用CompletableFuture进行异步处理业务
Introduction to BigDecimal, common methods
OAuth2:四种授权方式