Skip to content

arsalhuda24/Product-Sales-Forecasting

Repository files navigation

Product Sales Forecasting

The goal of this proect is to build a Realtime multivariate sales forecasting model using deep learning techniques which can be deployed into production using MLOps infrastructure. This practice will help C-Level executives to initiate business strategies.

Model

Objective

In this repo we will build a multivariate time series model using different machine/deep learning techniques to forecast multiple products in different stores.

Time Series Analysis

The data used here is taken from Kaggle's Store Item Demand Forecasting Challenge. Below you see a snap shot example of sales of item2 from store 1.

Model

Exploratory Data Analysis (EDA)

Yearly growth of sales per store

Model

Data Preperation

Sliding Window Method

Model

Modeling

1) LSTM-Autoencoder

This is a self-supervised learning technique that can learn a compact representation of data. In this case LSTM network is organized into an encoder-decoder architecture which takes an input sequnce and encoded into a context vector (hidden and cell states). The decoder then takes this context vector as an input and produces an output sequence

Model

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages