Update DeepFM and Wide&Deep

This commit is contained in:
RuyiLuo
2021-03-20 16:07:07 +08:00
parent d9435f2331
commit c589cc3533
2 changed files with 2 additions and 10 deletions
+1 -5
View File
@@ -154,10 +154,6 @@ def DeepFM(linear_feature_columns, dnn_feature_columns):
- [论文原文](https://arxiv.org/pdf/1703.04247.pdf)
- [deepctr](https://github.com/shenweichen/DeepCTR)
- [FM](https://github.com/datawhalechina/team-learning-rs/blob/master/RecommendationSystemFundamentals/04%20FM.md)
- [推荐系统遇上深度学习(三)--DeepFM模型理论和实践](https://www.jianshu.com/p/6f1c2643d31b)
- [深度推荐模型之DeepFM](https://zhuanlan.zhihu.com/p/57873613)
[详解 Wide & Deep 结构背后的动机](https://zhuanlan.zhihu.com/p/53361519)
[FM算法公式推导](https://blog.csdn.net/qq_32486393/article/details/103498519)
- [FM算法公式推导](https://blog.csdn.net/qq_32486393/article/details/103498519)
+1 -5
View File
@@ -112,15 +112,11 @@ def WideNDeep(linear_feature_columns, dnn_feature_columns):
- [论文原文](https://arxiv.org/pdf/1606.07792.pdf)
- [deepctr](https://github.com/shenweichen/DeepCTR)
- [看Google如何实现Wide & Deep模型(1)](https://zhuanlan.zhihu.com/p/47293765)
- [推荐系统系列(六):Wide&Deep理论与实践](https://zhuanlan.zhihu.com/p/92279796?utm_source=wechat_session&utm_medium=social&utm_oi=753565305866829824&utm_campaign=shareopn)
- [见微知著,你真的搞懂Google的Wide&Deep模型了吗?](https://zhuanlan.zhihu.com/p/142958834)
- [用NumPy手工打造 Wide & Deep](https://zhuanlan.zhihu.com/p/53110408)
- [tensorflow官网的WideDeepModel](https://www.tensorflow.org/api_docs/python/tf/keras/experimental/WideDeepModel)
- [详解 Wide & Deep 结构背后的动机](https://zhuanlan.zhihu.com/p/53361519)