Related Experiment Video
Updated: Sep 3, 2025

13:19
Deep Neural Networks for Image-Based Dietary Assessment
Published on: March 13, 2021
9.3K
Short-Term Demand Forecast of E-Commerce Platform Based on ConvLSTM Network
1College of Business, Zhengzhou College of Finance and Economics, Zhengzhou 450000, China.
Computational Intelligence and Neuroscience
|July 25, 2022
Summary
This study compared sales prediction models, finding the convolutional LSTM (ConvLSTM) superior for forecasting product sales. ConvLSTM demonstrated higher accuracy than Long Short-Term Memory (LSTM) and LightGBM (LGBM) models.
Area of Science:
- Data Science
- Machine Learning
- Retail Analytics
Background:
- Accurate sales forecasting is crucial for retail inventory management and operational efficiency.
- Traditional models may not fully capture complex temporal dependencies in sales data.
Purpose of the Study:
- To construct and compare LightGBM (LGBM) and Long Short-Term Memory (LSTM) sales prediction models.
- To evaluate the performance of a convolutional LSTM (ConvLSTM) network for short-term (T+3 days) product sales forecasting.
Main Methods:
- Utilized real sales data for model construction.
- Implemented and compared LGBM, LSTM, and ConvLSTM models.
- Employed Mean Absolute Percentage Error (MAPE) as the primary evaluation metric.
Main Results:
- The ConvLSTM model exhibited superior prediction accuracy compared to LSTM and LGBM.
- ConvLSTM achieved a lower MAPE by 0.42% versus LSTM and 0.68% versus LGBM at the store level.
- Optimal forecasting methods varied by commodity category, with ConvLSTM excelling in time-series applicable categories.
Conclusions:
- ConvLSTM is a highly effective model for short-term product sales forecasting in retail.
- Model selection should consider the specific characteristics of commodity categories.
- The findings provide valuable insights for optimizing retail sales prediction strategies.
Related Concept Videos
Prediction Intervals
2.3K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
2.3K
End Point Prediction: Gran Plot
567
A Gran plot is used to predict the equivalence volume or endpoint of a potentiometric or acid-base titration without reaching the endpoint. Typically, titration data is collected as a function of the titrant's volume up to a point less than the equivalence volume and then transformed into a linear format. The straight line is extended to the x-axis, indicating the necessary titrant volume to achieve the equivalence point.
For potentiometric titration, the Gran plot is created by plotting...
For potentiometric titration, the Gran plot is created by plotting...
567
Transient and Steady-state Response
263
In control systems, test signals are essential for evaluating performance under various conditions. The ramp function is effective for systems undergoing gradual changes, while the step function is suitable for assessing systems facing sudden disturbances. For systems subjected to shock inputs, the impulse function is the most appropriate test signal.
These test signals are integral in designing control systems to exhibit two key performance aspects: transient response and steady-state...
These test signals are integral in designing control systems to exhibit two key performance aspects: transient response and steady-state...
263
Econometric Views (EViews)
239
Econometric Views, often stylized as EViews, is a package that merges statistical analysis with econometric studies. It is designed to provide tools for time series analysis, forecasting, and econometric model simulation. The software originated from MicroTSP software and has evolved significantly since its inception in 1981. The history of EViews is marked by a continuous effort to enhance its computational speed and user interface. It was initially developed for large computing systems but...
239
Convolution: Math, Graphics, and Discrete Signals
371
In any LTI (Linear Time-Invariant) system, the convolution of two signals is denoted using a convolution operator, assuming all initial conditions are zero. The convolution integral can be divided into two parts: the zero-input or natural response and the zero-state or forced response, with t0 indicating the initial time.
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...
371
What are Estimates?
5.4K
It isn't easy to measure a parameter such as the mean height or the mean weight of a population. So, we draw samples from the population and calculate the mean height or mean weight of the individuals in the sample. This sample data acts as a representative measure of the population parameter. These sample statistics are known as estimates.
The estimate for the mean of a sample is denoted by ͞x, whereas the mean of the population is designated as μ. Further, parameters such...
The estimate for the mean of a sample is denoted by ͞x, whereas the mean of the population is designated as μ. Further, parameters such...
5.4K