Skip to content

This project forecasts the the time series of a web for next 24hrs in order to avoid any web trafficing. The objectives of web traffic time series forecasting are to help organizations plan for future website traffic, allocate resources appropriately, and make data-driven decisions

Notifications You must be signed in to change notification settings

Sanchariii/Web-Traffic-Time-Series-Forecasting

Repository files navigation

Web Traffic Time Series Forecasting

Introduction:

Web traffic time series forecasting involves predicting the number of visits to a website over a specific period of time and how much web traffic of platform can withstand depends on the size of the servers that are supporting the platform. If the traffic is more than what the servers can handle, the website might show this 404 error, which is something we don’t want to happen. It will make the visitors go away.. This is where forecasting is needed.

A simple example of time series is the amount of year-on-year passenger traffic in the U.S. Formally, time series is just a series of data points arranged in time order or in sequence commonly taken us successive, equally spaced points time.

Dataset:

I have worked with the web traffic dataset. It is a six-month series data set the link is given here.

Objectives:

Identifying the nature of the phenomenon by establishing a pattern

Forecasting future values.

No low latency requirements but shouldn’t take days.

Procedure:

We will deep dive into the web traffic data set and look at how we can use LSTM(Long Short Term Memory) to solve this time series forecasting problem.

Conclusion:

The forecasted values are almost close to the actual values using LSTM Model. However the model can be improved if we try to change the learning rate.

About

This project forecasts the the time series of a web for next 24hrs in order to avoid any web trafficing. The objectives of web traffic time series forecasting are to help organizations plan for future website traffic, allocate resources appropriately, and make data-driven decisions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published