Applying Deep Learning to the Newsvendor Problem
The newsvendor problem is one of the most basic and widely applied inventory models. There are numerous extensions of this problem. If the probability distribution of the demand is known, the problem can be solved analytically. However, approximating the probability distribution is not easy and is prone to error; therefore, the resulting solution to the newsvendor problem may be not optimal. To address this issue, we propose an algorithm based on deep learning that optimizes the order quantities for all products based on features of the demand data. Our algorithm integrates the forecasting and inventory-optimization steps, rather than solving them separately, as is typically done, and does not require knowledge of the probability distributions of the demand. Numerical experiments on real-world data suggest that our algorithm outperforms other approaches, including data-driven and machine learning approaches, especially for demands with high volatility. Finally, in order to show how this approach can be used for other inventory optimization problems, we provide an extension for (r,Q) policies.
Code (2)
Tasks
Deep LearningSimilar Papers 제목 키워드 기반
Assessing the Performance of Deep Learning Algorithms for Newsvendor Problem
In retailer management, the Newsvendor problem has widely attracted attention as one of basic inventory models. In the traditional approach to solving this problem, it relies on the probability distribution of the demand…
Deep LearningManagementDecision-Focused Bias Correction for Fluid Approximation
We revisit the multi-period newsvendor network problem, in which demands from multiple customers are correlated and jointly time-varying. Due to the curse of dimensionality associated with estimating the full joint deman…
Stochastic OptimizationThe Big Data Newsvendor: Practical Insights from Machine Learning
We investigate the data-driven newsvendor problem when one has n observations of p features related to the demand as well as historical demand data. Rather than a two-step process of first estimating a demand distributio…
quantile regressionStochastic Predictive Analytics for Stocks in the Newsvendor Problem
This work addresses a key challenge in inventory management by developing a stochastic model that describes the dynamic distribution of inventory stock over time without assuming a specific demand distribution. Our model…
Distributionally Robust Newsvendor with Moment Constraints
This paper expands the work on distributionally robust newsvendor to incorporate moment constraints. The use of Wasserstein distance as the ambiguity measure is preserved. The infinite dimensional primal problem is formu…