keras-io
keras-io copied to clipboard
wide_deep_cross_networks
I think the key point of wide network is the crossing of category features but it's not reflected in this code. https://github.com/keras-team/keras-io/blob/master/examples/structured_data/wide_deep_cross_networks.py
Maybe the CategoryCrossing method can achieve it.