Overview of GDCN model
mainGDCN (Geometric Deep Cross Network) is a CTR (Click-Through Rate) prediction model designed to learn explicit and bounded-degree cross features. It is based on the paper Towards Deeper, Lighter and Interpretable Cross Network for CTR Prediction.
Key components include:
- CrossNet: Provides explicit feature crossing with bounded degree using the formula: $x_{l+1} = x_0x_l^Tw + b + x_l$.
- Dynamic embedding size: Automatically computes the embedding size for each feature field using the formula: $emb_dim = 6\times(vocab_size)^{1/4}$.