推荐系统

xDeepFM

2018-08-27  本文已影响778人  xyq_learn

1.xDeepFM: Combining Explicit and Implicit Feature Interactions for Recommender Systems
2. 广告领域模型发展梳理以及最新模型xDeepFM解读
3. xDeepFM详解
4. xDeepFM github

comments on DCN:
CrossNet learns a special type of high-order feature interactions, where each hidden layer in the CrossNet is a scalar multiple of x0. However, note that the scalar multiple does not mean x_k is linear with x0. The CrossNet can learn feature interactions very efficiently (the complexity is negligible compared with a DNN model), however the downsides are: (1) the output of CrossNet is limited in a special form, with each hidden layer is a scalar multiple of x0; (2) interactions come in a bit-wise fashion.
DCN代码实现

deepFM:
deepFM代码实现

上一篇下一篇

猜你喜欢

热点阅读