Zalando deploys RNN-based deep learning system in production for predicting consumer behavior
Zalando needed precise predictions of consumer interest in fashion articles to personalize experiences, but their existing approach relied on traditional machine learning techniques (logistic regression, random forests) that required time-intensive human feature engineering and were not well-suited to modeling sequential consumer histories.
Logistic regression and random forests were part of Zalando's previous stack but were replaced because they required time-intensive human feature engineering and were not designed to operate directly on sequences of data.
The RNN-based deep learning system is live in production, serving consumers on Zalando, with positive first experiences in both performance and robustness.
Frequently asked questions
What did this team achieve with this AI workflow?
The RNN-based deep learning system is live in production, serving consumers on Zalando, with positive first experiences in both performance and robustness.
What tools did this team use?
RNNs, LSTM, Torch, Apache Spark, AWS S3, AWS EMR, AWS EC2, AWS data-pipelines, Cuda.
What results were reported?
Model training time: about two hours; Batch prediction computation time: about 20-30 minutes; GPU vs CPU training performance: multiple times the performance as with CPUs; Live system experience: positive, both in regards to performance and robustness (source-reported, not independently verified).
What failed first in this deployment?
Logistic regression and random forests were part of Zalando's previous stack but were replaced because they required time-intensive human feature engineering and were not designed to operate directly on sequences of d…
How is this ecommerce ops AI workflow structured?
Event stream data collected → Daily data aggregation → RNN model training → Model validation → Batch prediction computation → Prediction monitoring → Predictions served live.