Concurrent Neural Network : A model of competition between times series
2020-09-30Code Available0· sign in to hype
Rémy Garnier
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/garnier94/Concurrent_RNNOfficialIn paperpytorch★ 3
Abstract
Competition between times series often arises in sales prediction, when similar products are on sale on a marketplace. This article provides a model of the presence of cannibalization between times series. This model creates a "competitiveness" function that depends on external features such as price and margin. It also provides a theoretical guaranty on the error of the model under some reasonable conditions, and implement this model using a neural network to compute this competitiveness function. This implementation outperforms other traditional time series methods and classical neural networks for market share prediction on a real-world data set.