伶俐丝袜

文章
7
资源
0
加入时间
2年10月21天

深度学习 - 25.TF TF1.x VS TF2.x tf.feature_column

一.引言Tensorflow Esitimator 场景下常用到 feature column 对原始特征进行处理,TF1 与 TF2 在 feature column 的使用上有一些不同,下面通过两个简单例子区分。二.TF 1.x feature column1.定义特征列常见的特征列如下,这里我们结合 bucketized_column + numeric_column 构造特征列年龄分桶,这里通过 10-90 作为边界,形成了10个分桶。 age_bucket