SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2225
EXPLORE THE WORLD
Anjitha P1, Magniya Davis2
1St. Joseph’s College (Autonomous), Irinjalakuda, Thrissur, Kerala
2Professor, St. Joseph’s College (Autonomous), Irinjalakuda, Thrissur, Kerala
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - The system is intended to trip planning and to
discover travel experience from shared data in location based
social networks. The Location Based social networks allow
users to perform check-in and share their check-in data with
friends. When a user is travelling the main check-in data are
travel roots and photos and tag information. Such records
create a massive data set and the system uses such data to
finding the root. The roots are recommended based on some
interested keywords. Thekeywordsareprovidedbythesystem.
The system also includes Named Entity Recognition (NER)
which helps in information extraction from unstructured text
into a predefined category such as person name, place,
location, organization…
Key Words: location based social network, NER
1. INTRODUCTION
The users can check- in information in a Location Based
Social Network (LBSN), the check-in data may be some
routes, photosandinformationaboutaplacetheyvisited.The
check-in records create a massive information and ithelpsto
share data with another users. Here we introduce a
Keyword-aware Representative Travel Route (KRTR)
framework which help to find route based on the interest of
users. The keywords are known as place of interest, which is
extracted from check in information. The interested
keywords can be selectedandthesystemdisplaythedistance
so the user can easily select them. The paper also say about
Name Entity Recognition (NER) system which help to
differentiatebetween names,places,and so on. NER isadded
by linking to Wikipedia. The NER system helps to categories
words in a paragraph so a man who is not aware about
correct keyword to type also can use the system. We can
explain the use of keyword by an example. If a user want to
travel from St John's Ln,London to Whitehall, London andhe
want to visit colleges between the two. He can select the
keyword professional, the routes are displayed with
distances. He can also explore the route. The NER help to
identify person name, organization, locations, medical code,
time expression, quantities from an unstructured text. The
system inputs are the starting place, the targetplace.theuser
can select the keywords and can denote the maximum
distance he can travel to reach the keyword between these
two places. Denote the maximum distance he can travel to
reach the keyword between these two places
1.1 Definition 1 (Travel route).
Given a set of check-in points derived from a set of travel
routes, each check-in point represents a POI p and the user’s
checked-in time t. Thecheck-inrecordsaregroupedbyevery
individual users and ordered by the creation time of each
check-in time. Each user could have a list of travel routes {T}
= {T1, T2,} where T0 = {(p0, t0), (p1, t1) . . . ; T1= {(pi+1,
ti+1) ….} is greater than a route-split threshold. We set the
route-split threshold to one.
This paper builds up on and significantly improvestheKSTR
framework of recommending a diverse set of travel routes
based on several score features mined from social media.
KSTR then constructs travel routes from different route
segments. Specifically, we extend KSTR to consider
representative and approximate routes. Additionally,
resources including passive check-ins such as GPS-tagged
photos. This addition would enable KRTR to consider a
larger input including active and passivecheck-inswithhigh
efficiency and scalability. Day in this paper maintaining the
Integrity of the Specifications.
2. PATTERN DISCOVERY
Here we describes an process of pattern discovery
From checked-in histories, which includes
(1) The scoring mechanism for keywords and Place of
interests (POI);
(2) A review of feature the scoring methods which quantify
the accuracy of the routes;
2.1 Keyword Extraction
Here we explains how to identify t the semantic
Meaning of the keywords and propose a matched score to
Describe the degree of connection between keywords and
Check-in data. The keyword extraction module first of all
identifies the spatial, temporal andattributescoresforevery
keyword W in the user input. At query time, each query
keyword will be matched to the pre-computed keyword.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2226
2.1.1 Geo-Specific Keywords
 Some keywords are based on location which are
known as Geo specific keywords.
 The Geo specific keywords are based on naturewhich
is identified by the system.
2.1.2 Temporal Keywords
• Some check-in data are based on time which is
recognized.
• If the tag contain sunrise it tells that it is morning.
And the route is to a beach to view the sunrise.
2.1.3 Attribute Keywords
 The attribute keyword are based on check-inpoints
or Place Of interests.
 Using this POI-driven knowledge, our scoring
conveys the POI semantic information in both TF
and IDF.
3. Feature Scoring Methods
With a set of travel route records which the users checked-
in, feature scoring should be used to find proper route
recommendations. In this paper,wealsoexplorethreetravel
factors: “Where: people tend to visit popular places and
POIs”, “When: each POI has its own proper visiting time”,
and “Who: people might follow social-connectedfriendsand
persons’. To achieve the “Where from, When to, from Who”
Consider the issue of user demands, the pattern discovery
and scoring module defines the ranking mechanismfor each
person’s POI with global attractiveness,propervisitingtime.
4. Candidate Route Generation
In the above sections, we have proposed the methods for
Matching raw texts to POI of users and finding preference
Patterns in existing travel routes. However, the route
dataset. Sometimes may not include all the query criteria
and routes, and must have bad connections to the query
keywords. Thus, we introduce the Candidate Route
Generation algorithm in this paper to combine various
routes to increase the amount and diversity. The new
candidate routes are constructed by combining the Existing
datasets. Here we tells the preprocessing method first. We
then use this pre-processing results to accelerate the
proposed route reconstruction algorithm. Last, we design a
Depth-first search-based procedure to generate possible
routes for the user.
The candidate route generation algorithm is used tocreatea
new combination of route from the given dataset of routes.
The efficiency of system can be increased by adding
candidate route generation algoritm.The paper describes
how the algorithm works.
Algorithm:
Input: Raw trajectory set T;
Output: New candidate trajectory set Tc.
1: Initialize a stack S;
2: Split each route r 2 T into (head, tail) subsequences;
3: Reconstruct (headset).
4: Procedure Reconstruct (Set):
5: for each (head, tail) 2 Set do
6: end Flag = False;
7: if S is empty or tail. Time > S.pop ().time then
8: Push head in S;
9: Push tail in S;
10: else
11: Push head in S;
12: end Flag = True;
13: if end Flag is False then
14: Reconstruct (tailSet)
15: Insert S in Tc;
16: Procedure End
5. TRAVEL ROUTES EXPLORATION
With the featured checked-in dataset, our final goal is to
recommend a set of travel routes that connect to all or
partial User-specific keywords. We first explain how the
matching function to the process the user query. Next, we
introduce the background of why we apply a skyline query,
which is suitable for the travel route recommendation
applications, andpresentthe algorithmofthedistance-based
representative skyline Search to the online route
recommendation system. Thereafter, an approximate
algorithm is required tospeedupthereal-timeSkylinequery
to find the route. The Travel Route Exploration procedure is
presented below as Algorithm2.
Algorithm 2
Input: User u, query range Q, a set of keywords K;
Output: Keyword-aware travel routes with diversity in
Goodness domains KRT.
1: Initialize priority queue CR, KRT;
2: Scan the database once to find all candidate routes
covered
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2227
By region Q;
/* Fetch POI scores and check keyword matching
3: foreach route r found do
4: r.kmatch 0;
5: foreach POI p 2 r do
6: r.kmatch + KM (p, k);
7: if r.kmatch _ _ then
8: Push r into CR;
/* Initialize an arbitrary skyline route, see Section 4.3
9: CR.r0 route r with the largest value of an arbitrary
dimension;
/* Greedy algorithm for representative skyline, see
Algorithm 3 */
10: KRT I-greedy (CR);
11: return KRT.
6. Representative Skyline Travel Routes Search
Here given a specific query, we have already retrieved a set
of travel routes, e.g., attractiveness, time, and geographical
social influence to fulfill the user’s requirements. To
recommend a subset of diverse travel routes, proposed a
KSTR algorithm applying the skylinesearch.Askylinesearch
returns the subset of data in a data set which is not
dominated by any others. Let a and b be data points, wherea
dominates b if a is as good as or better than b in all
dimensions and better in at least one dimension. Instead of
using a traditional top-k recommendation System
considering a fixed weighting for a set of criteria, Skyline
query considers all possible weighting criteria that Might
offer an optimal result, which stands out among Others and
is of special interest to users. In other words, the Results of
the skyline travel route are not dominated by any other
routes so the user need not specify the weight between
every criteria first because travel route skyline returns all
the possible optimal results w.r.t. arbitrary weight. In this
system, a user can choose the travel route considering
different weights in three dimensions: (i)how attractive this
trajectory is, (ii) the proper visiting time of each POI in the
travel sequence, and (iii) the social influence of the users
who have visited the POI. Each trajectory is regarded as a
three-dimensional data point, and each dimension
corresponds to one score. However, considering the skyline
search may return too many results that are not readable to
users, a limitation of a maximum number (an optional k
value) of the returned travel routes is required. In the
following, we review the existing definition of the distance
based representative skyline, and explain its application
over the output of travel routes recommendation
7. CONCLUSION
In this paper, we tells and study the travel route
recommendation Problem based on some criteria. We have
developed a KRTR framework tosuggesttravel routeswitha
specific range and a set of user preference keywords which
are known as Place Of interest. These travel routes are
related to all or partial user preference keywords, and are
recommended based On (i) the selected keyword which is a,
POI (ii) visiting the POIs at their correspondingpropertimes
settings, and (iii) The routes generated by corresponding
users. We propose a keyword extraction module to identify
the semantic Meaningandmatchthemeasurementofroutes,
and have designed a route reconstruction algorithm to
aggregate Route segments into travel routes in accordance
with query Range and time period. We leverage score
functions for the three aforementioned features and adapt
the representative Skyline search instead of the traditional
top-k recommendation System. The experiment results
demonstrate that KRTR is able to retrieve travel routes that
are interesting for users, and outperforms the baseline
algorithms in terms of effectiveness and efficiency. Due to
the real-time requirements for online systems, we aim to
reduce the computation cost by recording repeated queries
and to learn the approximate. The NER system help to
differentiate the different keywords.
8. References
1) Yu-Ting Wen, Jinyoung Yeo, Wen-Chih Peng,
Member, IEEE, and Seung-Won Hwangl. Efficient
keyword aware travel route recommendation.
2) Z. Chen, H. T. Shen, X. Zhou, Y. Zheng, and X. Xie,
“Searching trajectories by locations: An efficiency
study,” in Proc. ACM SIGMOD
3) H.-P. Hsieh and C.-T. Li, “Mining and planning time-
aware routes from check-in data,” in Proc. 23rd
ACM Int. Conf. Conf. Inf. Knowl. Manage., 2014, pp.
481–490.
4) V. S. Tseng, E. H.-C. Lu, and C.-H. Huang, “Mining
temporal mobile sequential patterns in location-
based service environments,” in Proc. Int. Conf.
Parallel Distrib. Syst., 2007, pp. 1–8.
5) W. T. Hsu, Y. T. Wen, L. Y. Wei, and W. C. Peng,
“Skyline travel routes: Exploring skyline for trip
planning,” in Proc. IEEE 15th Int. Conf. Mobile Data
Manage., 2014, pp. 31–36.

More Related Content

Similar to IRJET- Explore the World

IRJET- Analysis of Trajectories
IRJET- Analysis of TrajectoriesIRJET- Analysis of Trajectories
IRJET- Analysis of TrajectoriesIRJET Journal
 
IRJET- Next Location Prediction
IRJET-  	  Next Location PredictionIRJET-  	  Next Location Prediction
IRJET- Next Location PredictionIRJET Journal
 
A survey on ranking sql queries using skyline and user
A survey on ranking sql queries using skyline and userA survey on ranking sql queries using skyline and user
A survey on ranking sql queries using skyline and usereSAT Publishing House
 
Automatic Itinerary Voyage Suggestion using SoNet in Big Data
Automatic Itinerary Voyage Suggestion using SoNet in Big DataAutomatic Itinerary Voyage Suggestion using SoNet in Big Data
Automatic Itinerary Voyage Suggestion using SoNet in Big DataIRJET Journal
 
Analysis of Road Network using Remote Sensing and GIS Data Udham Singh Nagar ...
Analysis of Road Network using Remote Sensing and GIS Data Udham Singh Nagar ...Analysis of Road Network using Remote Sensing and GIS Data Udham Singh Nagar ...
Analysis of Road Network using Remote Sensing and GIS Data Udham Singh Nagar ...IRJET Journal
 
PERFORMANCE EVALUATION OF TRAJECTORY QUERIES ON MULTIPROCESSOR AND CLUSTER
PERFORMANCE EVALUATION OF TRAJECTORY QUERIES ON MULTIPROCESSOR AND CLUSTERPERFORMANCE EVALUATION OF TRAJECTORY QUERIES ON MULTIPROCESSOR AND CLUSTER
PERFORMANCE EVALUATION OF TRAJECTORY QUERIES ON MULTIPROCESSOR AND CLUSTERcscpconf
 
Performance Evaluation of Trajectory Queries on Multiprocessor and Cluster
Performance Evaluation of Trajectory Queries on Multiprocessor and ClusterPerformance Evaluation of Trajectory Queries on Multiprocessor and Cluster
Performance Evaluation of Trajectory Queries on Multiprocessor and Clustercsandit
 
IRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET Journal
 
Rides Request Demand Forecast- OLA Bike
Rides Request Demand Forecast- OLA BikeRides Request Demand Forecast- OLA Bike
Rides Request Demand Forecast- OLA BikeIRJET Journal
 
A Review on Tourist Analyzer
A Review on Tourist AnalyzerA Review on Tourist Analyzer
A Review on Tourist AnalyzerIRJET Journal
 
Survey: Optimal Travel Route Discovery based on Topic Interest and Image Attr...
Survey: Optimal Travel Route Discovery based on Topic Interest and Image Attr...Survey: Optimal Travel Route Discovery based on Topic Interest and Image Attr...
Survey: Optimal Travel Route Discovery based on Topic Interest and Image Attr...ijtsrd
 
Travelogue: A Travel Package Recommendation using Python
Travelogue: A Travel Package Recommendation using PythonTravelogue: A Travel Package Recommendation using Python
Travelogue: A Travel Package Recommendation using PythonIRJET Journal
 
Travel route scheduling based on user’s preferences using simulated annealing
Travel route scheduling based on user’s preferences using simulated annealingTravel route scheduling based on user’s preferences using simulated annealing
Travel route scheduling based on user’s preferences using simulated annealingIJECEIAES
 
Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...
Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...
Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...IJECEIAES
 
Skyline Query Processing using Filtering in Distributed Environment
Skyline Query Processing using Filtering in Distributed EnvironmentSkyline Query Processing using Filtering in Distributed Environment
Skyline Query Processing using Filtering in Distributed EnvironmentIJMER
 
Smart E-Logistics for SCM Spend Analysis
Smart E-Logistics for SCM Spend AnalysisSmart E-Logistics for SCM Spend Analysis
Smart E-Logistics for SCM Spend AnalysisIRJET Journal
 
Certain Analysis on Traffic Dataset based on Data Mining Algorithms
Certain Analysis on Traffic Dataset based on Data Mining AlgorithmsCertain Analysis on Traffic Dataset based on Data Mining Algorithms
Certain Analysis on Traffic Dataset based on Data Mining AlgorithmsIRJET Journal
 
IRJET- Personalize Travel Recommandation based on Facebook Data
IRJET- Personalize Travel Recommandation based on Facebook DataIRJET- Personalize Travel Recommandation based on Facebook Data
IRJET- Personalize Travel Recommandation based on Facebook DataIRJET Journal
 
IRJET- Comparative Study of Reactive Routing Protocols in MANET: A Review
IRJET- Comparative Study of Reactive Routing Protocols in MANET: A ReviewIRJET- Comparative Study of Reactive Routing Protocols in MANET: A Review
IRJET- Comparative Study of Reactive Routing Protocols in MANET: A ReviewIRJET Journal
 

Similar to IRJET- Explore the World (20)

IRJET- Analysis of Trajectories
IRJET- Analysis of TrajectoriesIRJET- Analysis of Trajectories
IRJET- Analysis of Trajectories
 
IRJET- Next Location Prediction
IRJET-  	  Next Location PredictionIRJET-  	  Next Location Prediction
IRJET- Next Location Prediction
 
A survey on ranking sql queries using skyline and user
A survey on ranking sql queries using skyline and userA survey on ranking sql queries using skyline and user
A survey on ranking sql queries using skyline and user
 
Automatic Itinerary Voyage Suggestion using SoNet in Big Data
Automatic Itinerary Voyage Suggestion using SoNet in Big DataAutomatic Itinerary Voyage Suggestion using SoNet in Big Data
Automatic Itinerary Voyage Suggestion using SoNet in Big Data
 
Analysis of Road Network using Remote Sensing and GIS Data Udham Singh Nagar ...
Analysis of Road Network using Remote Sensing and GIS Data Udham Singh Nagar ...Analysis of Road Network using Remote Sensing and GIS Data Udham Singh Nagar ...
Analysis of Road Network using Remote Sensing and GIS Data Udham Singh Nagar ...
 
PERFORMANCE EVALUATION OF TRAJECTORY QUERIES ON MULTIPROCESSOR AND CLUSTER
PERFORMANCE EVALUATION OF TRAJECTORY QUERIES ON MULTIPROCESSOR AND CLUSTERPERFORMANCE EVALUATION OF TRAJECTORY QUERIES ON MULTIPROCESSOR AND CLUSTER
PERFORMANCE EVALUATION OF TRAJECTORY QUERIES ON MULTIPROCESSOR AND CLUSTER
 
Performance Evaluation of Trajectory Queries on Multiprocessor and Cluster
Performance Evaluation of Trajectory Queries on Multiprocessor and ClusterPerformance Evaluation of Trajectory Queries on Multiprocessor and Cluster
Performance Evaluation of Trajectory Queries on Multiprocessor and Cluster
 
IRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining Method
 
Rides Request Demand Forecast- OLA Bike
Rides Request Demand Forecast- OLA BikeRides Request Demand Forecast- OLA Bike
Rides Request Demand Forecast- OLA Bike
 
A Review on Tourist Analyzer
A Review on Tourist AnalyzerA Review on Tourist Analyzer
A Review on Tourist Analyzer
 
Survey: Optimal Travel Route Discovery based on Topic Interest and Image Attr...
Survey: Optimal Travel Route Discovery based on Topic Interest and Image Attr...Survey: Optimal Travel Route Discovery based on Topic Interest and Image Attr...
Survey: Optimal Travel Route Discovery based on Topic Interest and Image Attr...
 
Travelogue: A Travel Package Recommendation using Python
Travelogue: A Travel Package Recommendation using PythonTravelogue: A Travel Package Recommendation using Python
Travelogue: A Travel Package Recommendation using Python
 
Travel route scheduling based on user’s preferences using simulated annealing
Travel route scheduling based on user’s preferences using simulated annealingTravel route scheduling based on user’s preferences using simulated annealing
Travel route scheduling based on user’s preferences using simulated annealing
 
Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...
Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...
Handover Algorithm based VLP using Mobility Prediction Database for Vehicular...
 
Skyline Query Processing using Filtering in Distributed Environment
Skyline Query Processing using Filtering in Distributed EnvironmentSkyline Query Processing using Filtering in Distributed Environment
Skyline Query Processing using Filtering in Distributed Environment
 
Smart E-Logistics for SCM Spend Analysis
Smart E-Logistics for SCM Spend AnalysisSmart E-Logistics for SCM Spend Analysis
Smart E-Logistics for SCM Spend Analysis
 
Final Project Report
Final Project ReportFinal Project Report
Final Project Report
 
Certain Analysis on Traffic Dataset based on Data Mining Algorithms
Certain Analysis on Traffic Dataset based on Data Mining AlgorithmsCertain Analysis on Traffic Dataset based on Data Mining Algorithms
Certain Analysis on Traffic Dataset based on Data Mining Algorithms
 
IRJET- Personalize Travel Recommandation based on Facebook Data
IRJET- Personalize Travel Recommandation based on Facebook DataIRJET- Personalize Travel Recommandation based on Facebook Data
IRJET- Personalize Travel Recommandation based on Facebook Data
 
IRJET- Comparative Study of Reactive Routing Protocols in MANET: A Review
IRJET- Comparative Study of Reactive Routing Protocols in MANET: A ReviewIRJET- Comparative Study of Reactive Routing Protocols in MANET: A Review
IRJET- Comparative Study of Reactive Routing Protocols in MANET: A Review
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 

Recently uploaded (20)

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 

IRJET- Explore the World

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2225 EXPLORE THE WORLD Anjitha P1, Magniya Davis2 1St. Joseph’s College (Autonomous), Irinjalakuda, Thrissur, Kerala 2Professor, St. Joseph’s College (Autonomous), Irinjalakuda, Thrissur, Kerala ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - The system is intended to trip planning and to discover travel experience from shared data in location based social networks. The Location Based social networks allow users to perform check-in and share their check-in data with friends. When a user is travelling the main check-in data are travel roots and photos and tag information. Such records create a massive data set and the system uses such data to finding the root. The roots are recommended based on some interested keywords. Thekeywordsareprovidedbythesystem. The system also includes Named Entity Recognition (NER) which helps in information extraction from unstructured text into a predefined category such as person name, place, location, organization… Key Words: location based social network, NER 1. INTRODUCTION The users can check- in information in a Location Based Social Network (LBSN), the check-in data may be some routes, photosandinformationaboutaplacetheyvisited.The check-in records create a massive information and ithelpsto share data with another users. Here we introduce a Keyword-aware Representative Travel Route (KRTR) framework which help to find route based on the interest of users. The keywords are known as place of interest, which is extracted from check in information. The interested keywords can be selectedandthesystemdisplaythedistance so the user can easily select them. The paper also say about Name Entity Recognition (NER) system which help to differentiatebetween names,places,and so on. NER isadded by linking to Wikipedia. The NER system helps to categories words in a paragraph so a man who is not aware about correct keyword to type also can use the system. We can explain the use of keyword by an example. If a user want to travel from St John's Ln,London to Whitehall, London andhe want to visit colleges between the two. He can select the keyword professional, the routes are displayed with distances. He can also explore the route. The NER help to identify person name, organization, locations, medical code, time expression, quantities from an unstructured text. The system inputs are the starting place, the targetplace.theuser can select the keywords and can denote the maximum distance he can travel to reach the keyword between these two places. Denote the maximum distance he can travel to reach the keyword between these two places 1.1 Definition 1 (Travel route). Given a set of check-in points derived from a set of travel routes, each check-in point represents a POI p and the user’s checked-in time t. Thecheck-inrecordsaregroupedbyevery individual users and ordered by the creation time of each check-in time. Each user could have a list of travel routes {T} = {T1, T2,} where T0 = {(p0, t0), (p1, t1) . . . ; T1= {(pi+1, ti+1) ….} is greater than a route-split threshold. We set the route-split threshold to one. This paper builds up on and significantly improvestheKSTR framework of recommending a diverse set of travel routes based on several score features mined from social media. KSTR then constructs travel routes from different route segments. Specifically, we extend KSTR to consider representative and approximate routes. Additionally, resources including passive check-ins such as GPS-tagged photos. This addition would enable KRTR to consider a larger input including active and passivecheck-inswithhigh efficiency and scalability. Day in this paper maintaining the Integrity of the Specifications. 2. PATTERN DISCOVERY Here we describes an process of pattern discovery From checked-in histories, which includes (1) The scoring mechanism for keywords and Place of interests (POI); (2) A review of feature the scoring methods which quantify the accuracy of the routes; 2.1 Keyword Extraction Here we explains how to identify t the semantic Meaning of the keywords and propose a matched score to Describe the degree of connection between keywords and Check-in data. The keyword extraction module first of all identifies the spatial, temporal andattributescoresforevery keyword W in the user input. At query time, each query keyword will be matched to the pre-computed keyword.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2226 2.1.1 Geo-Specific Keywords  Some keywords are based on location which are known as Geo specific keywords.  The Geo specific keywords are based on naturewhich is identified by the system. 2.1.2 Temporal Keywords • Some check-in data are based on time which is recognized. • If the tag contain sunrise it tells that it is morning. And the route is to a beach to view the sunrise. 2.1.3 Attribute Keywords  The attribute keyword are based on check-inpoints or Place Of interests.  Using this POI-driven knowledge, our scoring conveys the POI semantic information in both TF and IDF. 3. Feature Scoring Methods With a set of travel route records which the users checked- in, feature scoring should be used to find proper route recommendations. In this paper,wealsoexplorethreetravel factors: “Where: people tend to visit popular places and POIs”, “When: each POI has its own proper visiting time”, and “Who: people might follow social-connectedfriendsand persons’. To achieve the “Where from, When to, from Who” Consider the issue of user demands, the pattern discovery and scoring module defines the ranking mechanismfor each person’s POI with global attractiveness,propervisitingtime. 4. Candidate Route Generation In the above sections, we have proposed the methods for Matching raw texts to POI of users and finding preference Patterns in existing travel routes. However, the route dataset. Sometimes may not include all the query criteria and routes, and must have bad connections to the query keywords. Thus, we introduce the Candidate Route Generation algorithm in this paper to combine various routes to increase the amount and diversity. The new candidate routes are constructed by combining the Existing datasets. Here we tells the preprocessing method first. We then use this pre-processing results to accelerate the proposed route reconstruction algorithm. Last, we design a Depth-first search-based procedure to generate possible routes for the user. The candidate route generation algorithm is used tocreatea new combination of route from the given dataset of routes. The efficiency of system can be increased by adding candidate route generation algoritm.The paper describes how the algorithm works. Algorithm: Input: Raw trajectory set T; Output: New candidate trajectory set Tc. 1: Initialize a stack S; 2: Split each route r 2 T into (head, tail) subsequences; 3: Reconstruct (headset). 4: Procedure Reconstruct (Set): 5: for each (head, tail) 2 Set do 6: end Flag = False; 7: if S is empty or tail. Time > S.pop ().time then 8: Push head in S; 9: Push tail in S; 10: else 11: Push head in S; 12: end Flag = True; 13: if end Flag is False then 14: Reconstruct (tailSet) 15: Insert S in Tc; 16: Procedure End 5. TRAVEL ROUTES EXPLORATION With the featured checked-in dataset, our final goal is to recommend a set of travel routes that connect to all or partial User-specific keywords. We first explain how the matching function to the process the user query. Next, we introduce the background of why we apply a skyline query, which is suitable for the travel route recommendation applications, andpresentthe algorithmofthedistance-based representative skyline Search to the online route recommendation system. Thereafter, an approximate algorithm is required tospeedupthereal-timeSkylinequery to find the route. The Travel Route Exploration procedure is presented below as Algorithm2. Algorithm 2 Input: User u, query range Q, a set of keywords K; Output: Keyword-aware travel routes with diversity in Goodness domains KRT. 1: Initialize priority queue CR, KRT; 2: Scan the database once to find all candidate routes covered
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2227 By region Q; /* Fetch POI scores and check keyword matching 3: foreach route r found do 4: r.kmatch 0; 5: foreach POI p 2 r do 6: r.kmatch + KM (p, k); 7: if r.kmatch _ _ then 8: Push r into CR; /* Initialize an arbitrary skyline route, see Section 4.3 9: CR.r0 route r with the largest value of an arbitrary dimension; /* Greedy algorithm for representative skyline, see Algorithm 3 */ 10: KRT I-greedy (CR); 11: return KRT. 6. Representative Skyline Travel Routes Search Here given a specific query, we have already retrieved a set of travel routes, e.g., attractiveness, time, and geographical social influence to fulfill the user’s requirements. To recommend a subset of diverse travel routes, proposed a KSTR algorithm applying the skylinesearch.Askylinesearch returns the subset of data in a data set which is not dominated by any others. Let a and b be data points, wherea dominates b if a is as good as or better than b in all dimensions and better in at least one dimension. Instead of using a traditional top-k recommendation System considering a fixed weighting for a set of criteria, Skyline query considers all possible weighting criteria that Might offer an optimal result, which stands out among Others and is of special interest to users. In other words, the Results of the skyline travel route are not dominated by any other routes so the user need not specify the weight between every criteria first because travel route skyline returns all the possible optimal results w.r.t. arbitrary weight. In this system, a user can choose the travel route considering different weights in three dimensions: (i)how attractive this trajectory is, (ii) the proper visiting time of each POI in the travel sequence, and (iii) the social influence of the users who have visited the POI. Each trajectory is regarded as a three-dimensional data point, and each dimension corresponds to one score. However, considering the skyline search may return too many results that are not readable to users, a limitation of a maximum number (an optional k value) of the returned travel routes is required. In the following, we review the existing definition of the distance based representative skyline, and explain its application over the output of travel routes recommendation 7. CONCLUSION In this paper, we tells and study the travel route recommendation Problem based on some criteria. We have developed a KRTR framework tosuggesttravel routeswitha specific range and a set of user preference keywords which are known as Place Of interest. These travel routes are related to all or partial user preference keywords, and are recommended based On (i) the selected keyword which is a, POI (ii) visiting the POIs at their correspondingpropertimes settings, and (iii) The routes generated by corresponding users. We propose a keyword extraction module to identify the semantic Meaningandmatchthemeasurementofroutes, and have designed a route reconstruction algorithm to aggregate Route segments into travel routes in accordance with query Range and time period. We leverage score functions for the three aforementioned features and adapt the representative Skyline search instead of the traditional top-k recommendation System. The experiment results demonstrate that KRTR is able to retrieve travel routes that are interesting for users, and outperforms the baseline algorithms in terms of effectiveness and efficiency. Due to the real-time requirements for online systems, we aim to reduce the computation cost by recording repeated queries and to learn the approximate. The NER system help to differentiate the different keywords. 8. References 1) Yu-Ting Wen, Jinyoung Yeo, Wen-Chih Peng, Member, IEEE, and Seung-Won Hwangl. Efficient keyword aware travel route recommendation. 2) Z. Chen, H. T. Shen, X. Zhou, Y. Zheng, and X. Xie, “Searching trajectories by locations: An efficiency study,” in Proc. ACM SIGMOD 3) H.-P. Hsieh and C.-T. Li, “Mining and planning time- aware routes from check-in data,” in Proc. 23rd ACM Int. Conf. Conf. Inf. Knowl. Manage., 2014, pp. 481–490. 4) V. S. Tseng, E. H.-C. Lu, and C.-H. Huang, “Mining temporal mobile sequential patterns in location- based service environments,” in Proc. Int. Conf. Parallel Distrib. Syst., 2007, pp. 1–8. 5) W. T. Hsu, Y. T. Wen, L. Y. Wei, and W. C. Peng, “Skyline travel routes: Exploring skyline for trip planning,” in Proc. IEEE 15th Int. Conf. Mobile Data Manage., 2014, pp. 31–36.