Zalando AdTech Lab uses recurrent neural networks to predict consumer order propensity from interaction histories
Zalando's ad-tech team needed to predict consumer order behavior from sequential interaction histories, but traditional machine learning required labor-intensive manual feature engineering and produced models that were difficult to interpret for monitoring and collaborator sign-off.
RNNs achieved comparable or better predictive performance to the handcrafted-feature baseline while eliminating manual feature engineering, and latent-state visualizations provided interpretable insight into consumer behavior.
Frequently asked questions
What did this team achieve with this AI workflow?
RNNs achieved comparable or better predictive performance to the handcrafted-feature baseline while eliminating manual feature engineering, and latent-state visualizations provided interpretable insight into consumer…
What tools did this team use?
recurrent neural networks, LSTMs.
What results were reported?
RNN vs handcrafted-feature model accuracy: about the same or better performance; Feature engineering effort eliminated: without requiring tedious feature engineering efforts; Consumer order probability (exemplary session): jumps from 29% to 51% (source-reported, not independently verified).
How is this marketing ops AI workflow structured?
Consumer event history ingested → RNN processes raw sequence → LSTM cells compute consumer state → Order probability score output → Latent state visualization for interpretability.