0% found this document useful (0 votes)
23 views

Project Title Model To Predict The Next Web Page User Likely To Visit

This project aims to build a model to predict the next web page a user is likely to visit. It will take a sequence of previously visited web pages as input and output the predicted next page. Neural networks and Markov models are commonly used in existing prediction systems and will be considered. Server log files containing users' page visit sequences will be used as input to identify patterns. The implemented model will be provided as a JavaScript library to integrate with websites. It aims to optimize web page access and reduce network traffic through prefetching and caching of predicted future pages.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Project Title Model To Predict The Next Web Page User Likely To Visit

This project aims to build a model to predict the next web page a user is likely to visit. It will take a sequence of previously visited web pages as input and output the predicted next page. Neural networks and Markov models are commonly used in existing prediction systems and will be considered. Server log files containing users' page visit sequences will be used as input to identify patterns. The implemented model will be provided as a JavaScript library to integrate with websites. It aims to optimize web page access and reduce network traffic through prefetching and caching of predicted future pages.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Project Title

Model to Predict the Next Web Page User Likely to Visit

Project Background
The World Wide Web (WWW) is an information space where documents and other web resources are
identified by URLs, interlinked by hypertext links, and can be accessed via the Internet. Demand of
World Wide Web is increasing day by day. Therefore optimization of web page search and web page
access is important for a user. Prefeching and caching can use to web page accec optimization. Web
caching aims to improve the performance of web-based systems by storing and reusing web objects
that are likely to be used in the near future. It also can pre-send this information to the client. Web
prefetching is the process of deducing clients future request for web document and getting that
document in to the cache, before an explicit request is made for them. It cause to reducing network
traffic, decreasing the access latency and lowering the server load.

Objectives of project
The objective of this project is to build a model that can be used to predict the web page that the user
will most likely to access next.This model is to take a sequence of web pages as input and give next
page that a user likely to visit. This model will be implemented as a javaScript library wich can be
integrated to websites.

Proposed methodology
A prediction model will be built by this project that can predict next web page user likely to visit.
Neural network and Markov model have been used often in existing prediction systems.The
techniques are going to use, will be identified after carrying out the comprehensive literature survey.
As the input, log files will be used to identify the sequence of web pages, that user will visit.The
implemented model will be provided as a javascript library to facilitate integration with websites.

Objectives
1. Study the exisiting prediction models to predict next web page user likely to be visited.
2. Identify the techniques use to extract patterns and information from server logs users log data.
3. Implemented the model to predict next web page user likely to be visited.
4. Evaluvate the prediction model with given set of data.
5. Implement the model as a javaScript library that which can be integrated to websites.

Web Server
Logs
Prediction
of Users
Next Web Page Javascript Library

Application Server Logs

Application Logs

Next Web Page URL

Time Line

You might also like