- 依赖包
pip install tensorflow==2.0.0-alpha0
pip install seaborn
sudo pip install tensorflow==1.8 #头条的是这个版本
#但是下面的DIEN代码,版本得换一下
sudo pip install tensorflow=1.4
sudo pip install keras=2.2.0
-
tf_lego是tf的一些基本操作,取名字lego就是乐高拼积木的意思
-
wide_deep
模型 https://github.com/aianaconda/TensorFlow_Engineering_Implementation -
DeepCross 预测一个汽车明年会买保险的概率 https://github.com/Leon0427/DCN/blob/master/deep_and_cross.py