Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this homework, you will practice demand forecasting with both traditional exponential smoothing, and ARIMA models, as well as the neural networks. You will report

In this homework, you will practice demand forecasting with both traditional

exponential smoothing, and ARIMA models, as well as the neural networks. You

will report the results for both MAE and MSE. Recall that exponential smooth and

ARIMA can only incorporate time series data but neural networks can

accommodate a wide range of features such as day of the week, month of the year,

temperature, etc.

Data Description: The data set has 6000 rows of data depicting the sales of the

products on a daily basis. The useful columns are: date, shop_id, item_id,

item_price, item_cnt_day.

The item_cnt_day gives us the demand of each item per day. If it is negative, it

means that a refund/replace has been initiated for that product on that day.

Divide the data into 80% training, 20% testing. You can use some part of the

training data for validation. Perform demand forecasting using exponential

smoothing, ARIMA and Neural Networks and report MAE and MSE for all the

models. Explain briefly about the comparison of the models based on the metrics

used.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Algebra and Trigonometry

Authors: Ron Larson

10th edition

9781337514255, 1337271179, 133751425X, 978-1337271172

More Books

Students also viewed these Mathematics questions

Question

If r = (t, t 2 , t 3 ), find r(t) and r(t).

Answered: 1 week ago