SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Engineering and Techniques - Volume 3 Issue 1, Jan – Feb 2017
ISSN: 2395-1303 http://www.ijetjournal.org Page 15
Intelligent Tour Planner and Recommender System
Sankalpa Warghade1
, Kunal Ittam, Poonam2
,Waghmare3
, Shobha Raskar4
1,2,3,4
(Department of Computer Engineering, MESCOE, Pune)
1. INTRODUCTION
When a person searches for tourist places, he gets a large
number of results due to which it becomes difficult for him to
decide which place to choose and what resources will be
favourable.
This may not be suitable for users with different needs. For
example, if a user is searching for a place with peaceful
atmosphere he will get a large list of huge number of places
which needs to be filtered for him. One way to filter the list is
to provide basic information about the user needs. For
example, if user wants a place with greenery at about 100kms
away from him then this information will help to reduce the
list. Current search engines such as Google or Yahoo! Do nat
containsuch filter techniques. Also no proper application or
webpage is available for such filtration process.
Memory based recommender system with x users and y
items typically require O(xy) space to store the information. In
information-based collaborative iterating algorithms, the
feature vector of each item measuring m, and it takes O(m)
time to compute the outputs suitable according to the given
information. We proposed a framework for tour recommender
which uses a clustering and grouping algorithms to filter the
results of places for tourism which helps the user to
appropriately choose a correct place according to his needs.
II. LITERATURE REVIEW
[1] These techniques are used in the earliest and most
researched recommender systems. Often also referred to as
social filtering, these algorithms focus on the behavior of
users on items, which are to be recommended, rather than on
the internal nature of the items themselves. The social
approach is the technical means, which most closely
resembles the nature of real-life recommendations. We can
assume that these algorithms have a semantic affinity to both
the concept of collaborating individuals and the process of
finding persons with similar interest.
[2] Content-based systems focus on the internal nature of
items, or on the content of description files. These systems
utilize two main classes of algorithms, either from the field of
information retrieval or attribute-based filtering systems. A
content-based approach favours the semantics of the content
over social interactions or user behaviour. In some application
domains, the content of an item may be crucial to every
application. This means that systems with a severe focus on
item content should use a content-based approach rather than
a social approach (i.e. on the actual content, not on user
interaction).
[3] These systems rely on an explicit representation of
knowledge, usually as collections of statements, ontologies or
other forms of rule systems. While the high performance and
flexibility makes the knowledge-based approach suitable for
most tasks, applications with a strong focus on content or
social semantics can be realized more easily using the
respective specialized approach. If an basic application
requires reasoning or inference, choosing the knowledge-
based approach allows the developers to benefit from the
software components, knowledge representation and rules
devised for the system in general.
[4] Hybrid systems can merge any combination of the above
methods and metrics. Typically, hybrid recommender systems
would compute ratings (or simply scores) from a number of
internal algorithms, before combining these in a single metric
to allow consistent ranking. In some cases, the preliminary
Abstract:
Basically the project is having two parts namely the recommender system and the planner system. The tour
recommender system firstly asks the user for logging in then he asks for the various details about his tour in order
to recommend a perfect tour. The recommender system collects the information regarding the type of place, the
travelling method the user would like to prefer and more importantly the cost which the user can afford. The
collected data is sent to the recommender algorithm which processes the data and finds a perfect place with
required specification from the system database. Three best results are displayed. Then the user selects one tour as
per his choice. Next the planner system displays all the possible travelling and accommodation methods with their
costs and offers. Then the user selects the services according to his convenience and enjoys the trip.
Keywords — Bug triage, Instance Selection, Keyword Selection, Bug Report, Data Reduction, Text
Classification.
RESEARCH ARTICLE OPEN ACCESS
International Journal of Engineering and Techniques - Volume 3 Issue 1, Jan – Feb 2017
ISSN: 2395-1303 http://www.ijetjournal.org Page 16
results of the internal algorithms are stored component-wise in
a vector, before crafting a single-dimensional rating for
ranking.
III.BACKGROUND
Recommender systems are currently being applied in
many different domains. This paper focuses on their
application in tourism. A comprehensive and thorough search
of the smart e-Tourism recommenders reported in the
Artificial Intelligence journals and conferences since 2008 has
been made. The paper provides a detailed and up to date
survey of the field, considering the different kinds of
interfaces, the diversity of recommendation algorithms, the
functionalities offered by these systems and their use of
Artificial Intelligence techniques. The survey also provides
some guidelines for the construction of tourism recommenders
and outlines the most promising areas of work in the field for
the next years. All this information may be particularly useful
for those users who plan to visit an unknown destination.
Information about travel destinations and their associated
resources, such as accommodations, restaurants, museums or
events, among others, is commonly searched for tourists in
order to plan a trip. However, the list of possibilities offered
by Web search engines (or even specialized tourism sites)
may be overwhelming. The evaluation of this long list of
options is very complex and time consuming for tourists in
order to select the one that better with their needs.
Personalization techniques aim to provide customized
information to users based on their preferences, restrictions or
tastes. They are particularly relevant in recommender systems,
whose objective is to irrelevant options and to provide
personalized and relevant information to each particular user.
In the tourism field, travel recommender systems aim to match
the characteristics of tourism and leisure resources or
attractions with the user needs.
IV. PROPOSED SYSTEM
In current stage, entries in our data set are mainly domestic
travelers, which may not be able to classify foreign visitors
with satisfaction. If there are more entries in the data set of
this system, the performance in terms of classification
accuracy can be improved. Meanwhile, collecting more
variables from questionnaire respondents may further improve
this prototype system. The process of system development can
be more efficient through this approach. So, basically we
acquire the data and convert it into useful information. Once
we have the required information we perform Data Pre-
processing technique on it. Data pre-processing involves 2
steps 1) Data Cleaning 2) Data Filtering In Data Cleaning,
duplicate values and noisy data is removed and besides this,
the data is corrected if possible. In Data Filtering, the
unwanted data is removed. Now, once data pre-processing is
done, we move on to the next step i.e. Data Processing. Data
Processing: The data that we get is from number of resources
regarding various destinations. We will now synchronize the
data from all the resources. In this way we get a proper
structured data. This data includes the complete information
about places. We can also get detailed information about the
transport and living. Main and reliable ways of transport to
reach the destination.
V. SYSTEM ARCHITECTURE
A. USER
A user is the client i.e. the person who gives the input data i.e.
the specifications of the tours like the type of place, mode of
transport type of accomodation and also the total expense of
the tour.
A. ANDROID APPLICATION
The user uses an android application which is installed in his
smartphone as a GUI to interact with the server.
Theapplication contain various pages namely login page, data
input page which contains all the questions regarding the tour
and the planner page which shows various offers regarding the
accomodation, travelling and cuisines.
B. WEB SERVER
The webserver is the interface between the android application
used by the user and the admin server which serves the
requests of the client. It helps in transferring the data through
internet.
C. RECOMMENDER ALGORITHM
The Recommender Algorithm is the heart of this software.
The algorithm intakes all the data obtained by the user through
the application, process it, calculate the user requirements and
then search the admin database for proper results and give the
best three tour results as output along with their brief
information.
D. DATABASE
The database is the admin database which can be only
accessed by the admin and the recommender system. The
Database stores the detailed information about various places
and also the information of users which may be used for
efficient recommending. We have used NoSQL database for
storing the data.
E. ADMIN
The admin is the person who manages all the user accounts as
well as the information of the places is also updated by him.
International Journal of Engineering and Techniques
ISSN: 2395-1303
Fig. 2 System Architecture
VI. CONCLUSION
As the amount of information on the Web rapidly increases, it
creates many new challenges for Web search. When a user
searches for a tourist place, he gets a large number of results
due to which it becomes di_cult for him to decide which
places to choose. This may not be suitable for us
di_erent needs. For example, if a user is searching for a place
with peaceful atmosphere he will get a large list of huge
number of places which needs to be filtered for him. One way
to filter this list is to provide basic information about the us
needs. For example, if user wants a place with greenery at
about 100kms away from him then this information will help
to reduce the list. Current search engines such as Google or
Yahoo! Do not contain such _lter techniques. Current search
engines such as Google or Yahoo! Dont have such filter
techniques. Also no proper application or webpage is
available for such _ltration process. Our proposed system
aims to recommend best 3 tours to user of application who
searches for tour related with users need and
planning users trip by providing facilities. Recommendation
of best tours will be based on travel , period, cost, category of
user i.e. his age.
REFERENCES
[1] Yuan-Tse Yu, Associate Professor Department of
Software Engineering National Kaohsiung Normal University
Kaohsiung 824, Taiwan (R.O.C.) An Intelligent Touring
Systems based on Mobile Social Network and cloud
International Journal of Engineering and Techniques - Volume 3 Issue 1, Jan –
1303 http://www.ijetjournal.org
the Web rapidly increases, it
creates many new challenges for Web search. When a user
searches for a tourist place, he gets a large number of results
due to which it becomes di_cult for him to decide which
places to choose. This may not be suitable for users with
di_erent needs. For example, if a user is searching for a place
with peaceful atmosphere he will get a large list of huge
number of places which needs to be filtered for him. One way
to filter this list is to provide basic information about the user
needs. For example, if user wants a place with greenery at
about 100kms away from him then this information will help
to reduce the list. Current search engines such as Google or
Yahoo! Do not contain such _lter techniques. Current search
s Google or Yahoo! Dont have such filter
techniques. Also no proper application or webpage is
available for such _ltration process. Our proposed system
aims to recommend best 3 tours to user of application who
searches for tour related with users need and also help to
planning users trip by providing facilities. Recommendation
of best tours will be based on travel , period, cost, category of
Tse Yu, Associate Professor Department of
ngineering National Kaohsiung Normal University
Kaohsiung 824, Taiwan (R.O.C.) An Intelligent Touring
Systems based on Mobile Social Network and cloud
Computing for Travel Recommendation, 2014 28th
International Conference on Advanced Information
Networking and Applications Workshops.
[2]. Xiaodong Weia Dongdong Wengb Yue Li
Wangd, A Tour Guiding System of Historical Relics Based
on Augmented Reality, Beijing Engineering Research Center
of Mixed Reality and Advanced Display, Beijing Institute of
Technology, 100081.
[3]. Urvish k. Patel and Sureshji r. Rajput:
Management system, Department of Computer Science
Ganpat Vidyanagar , Kherva.
[4] Vienna, Austria, September 20th 2015 :Tourism
Recommender Systems, 9th ACM Conference on
Recommender Systems (RecSys 2015).
[5] Shan Li, XueLi Duan ,YanXia
Development and Application of Intelligent Tour Guide
System in Mobile Terminal, Seventh International Conference
on Measuring Technology and Mechatronics Automation in
2015.
[6] Jung-Bin Li Chien-Ho Wu Yi-Han Chang Department of
Statistics and Information Science: Practice of Taipei Tour
Planning System Based on Attribute Classification and Time
Saver Algorithm, 2014 IEEE 11th International Conference
on e-Business Engineering.
[7] Tobias Berka ,Manuela Plobing: Designing Recommender
Systems for Tourism Salzburg Research Jakob
5/III 5020 Salzburg, Austria.
[8] Emili Roger , Ciurana Simo ,Antonio Moreno, Joan
Borras : Development of a Tourism recommender system,
Master Of Science Thesis in 2000.
[9] Samir A. El-Seoud1 and Hosam F. El
Science Department, Princess Sumaya University for
Technology: Mobile Tourist Guide –
System to Improve Tourism, using Semantic Web, Conferance
ICL2010, 2010 Hasselet, Belgium.
[10] Ulrike Gretzel: Intelligent Systems In Tourism ,A Social
Science Perspective, University of Wollongong, Australia in
2011.
– Feb 2017
Page 17
Computing for Travel Recommendation, 2014 28th
International Conference on Advanced Information
Networking and Applications Workshops.
[2]. Xiaodong Weia Dongdong Wengb Yue Liuc Yongtian
Wangd, A Tour Guiding System of Historical Relics Based
on Augmented Reality, Beijing Engineering Research Center
of Mixed Reality and Advanced Display, Beijing Institute of
[3]. Urvish k. Patel and Sureshji r. Rajput: Tour & Travel
Management system, Department of Computer Science
[4] Vienna, Austria, September 20th 2015 :Tourism
Recommender Systems, 9th ACM Conference on
Recommender Systems (RecSys 2015).
Shan Li, XueLi Duan ,YanXia Bai ,CaiXia Yun:
Development and Application of Intelligent Tour Guide
System in Mobile Terminal, Seventh International Conference
on Measuring Technology and Mechatronics Automation in
Han Chang Department of
stics and Information Science: Practice of Taipei Tour
Planning System Based on Attribute Classification and Time
Saver Algorithm, 2014 IEEE 11th International Conference
[7] Tobias Berka ,Manuela Plobing: Designing Recommender
Systems for Tourism Salzburg Research Jakob- Haringer Str.
[8] Emili Roger , Ciurana Simo ,Antonio Moreno, Joan
Borras : Development of a Tourism recommender system,
Seoud1 and Hosam F. El-Sofany Computer
Science Department, Princess Sumaya University for
An Intelligent Wireless
System to Improve Tourism, using Semantic Web, Conferance
retzel: Intelligent Systems In Tourism ,A Social
Science Perspective, University of Wollongong, Australia in
International Journal of Engineering and Techniques - Volume 3 Issue 1, Jan – Feb 2017
ISSN: 2395-1303 http://www.ijetjournal.org Page 18
[11] Eiichi Taniguchi , Hiroshi Shimamoto: Intelligent
transportation system based dynamic vehicle routing and
scheduling with variable travel times, Department of Urban
Management, Kyoto University, Yoshida honmachi, Sakyo-ku,
Kyoto, Japan, Transportation Research Part C 12 (2004)
235–250.
[12] Joan Borras, Antonio Moreno, Aida Valls : Intelligent
tourism recommender systems, Science & Technology Park
for Tourism and Leisure Expert Systems with Applications 41
(2014) 7370–7389.

More Related Content

What's hot

A Novel Approach for Travel Package Recommendation Using Probabilistic Matrix...
A Novel Approach for Travel Package Recommendation Using Probabilistic Matrix...A Novel Approach for Travel Package Recommendation Using Probabilistic Matrix...
A Novel Approach for Travel Package Recommendation Using Probabilistic Matrix...IJSRD
 
Efficient way of user search location in query processing
Efficient way of user search location in query processingEfficient way of user search location in query processing
Efficient way of user search location in query processingeSAT Publishing House
 
Recommendation generation by integrating sequential pattern mining and semantics
Recommendation generation by integrating sequential pattern mining and semanticsRecommendation generation by integrating sequential pattern mining and semantics
Recommendation generation by integrating sequential pattern mining and semanticseSAT Journals
 
Recommendation generation by integrating sequential
Recommendation generation by integrating sequentialRecommendation generation by integrating sequential
Recommendation generation by integrating sequentialeSAT Publishing House
 
A survey on ontology based web personalization
A survey on ontology based web personalizationA survey on ontology based web personalization
A survey on ontology based web personalizationeSAT Publishing House
 
A survey on ontology based web personalization
A survey on ontology based web personalizationA survey on ontology based web personalization
A survey on ontology based web personalizationeSAT Journals
 
IRJET- Next Location Prediction
IRJET-  	  Next Location PredictionIRJET-  	  Next Location Prediction
IRJET- Next Location PredictionIRJET Journal
 
Personalized web search using browsing history and domain knowledge
Personalized web search using browsing history and domain knowledgePersonalized web search using browsing history and domain knowledge
Personalized web search using browsing history and domain knowledgeRishikesh Pathak
 
Artificial Intelligence techniques in Tourism at URV
Artificial Intelligence techniques in Tourism at URVArtificial Intelligence techniques in Tourism at URV
Artificial Intelligence techniques in Tourism at URVAntonio Moreno
 
Recommendation System Using Social Networking
Recommendation System Using Social Networking Recommendation System Using Social Networking
Recommendation System Using Social Networking ijcseit
 
IRJET- Text-based Domain and Image Categorization of Google Search Engine usi...
IRJET- Text-based Domain and Image Categorization of Google Search Engine usi...IRJET- Text-based Domain and Image Categorization of Google Search Engine usi...
IRJET- Text-based Domain and Image Categorization of Google Search Engine usi...IRJET Journal
 
Contextual model of recommending resources on an academic networking portal
Contextual model of recommending resources on an academic networking portalContextual model of recommending resources on an academic networking portal
Contextual model of recommending resources on an academic networking portalcsandit
 
CONTEXTUAL MODEL OF RECOMMENDING RESOURCES ON AN ACADEMIC NETWORKING PORTAL
CONTEXTUAL MODEL OF RECOMMENDING RESOURCES ON AN ACADEMIC NETWORKING PORTALCONTEXTUAL MODEL OF RECOMMENDING RESOURCES ON AN ACADEMIC NETWORKING PORTAL
CONTEXTUAL MODEL OF RECOMMENDING RESOURCES ON AN ACADEMIC NETWORKING PORTALcscpconf
 
Analysis on Recommended System for Web Information Retrieval Using HMM
Analysis on Recommended System for Web Information Retrieval Using HMMAnalysis on Recommended System for Web Information Retrieval Using HMM
Analysis on Recommended System for Web Information Retrieval Using HMMIJERA Editor
 
A Review: Text Classification on Social Media Data
A Review: Text Classification on Social Media DataA Review: Text Classification on Social Media Data
A Review: Text Classification on Social Media DataIOSR Journals
 
Personalization of the Web Search
Personalization of the Web SearchPersonalization of the Web Search
Personalization of the Web SearchIJMER
 
IRJET- News Recommendation based on User Preferences and Location
IRJET-  	  News Recommendation based on User Preferences and LocationIRJET-  	  News Recommendation based on User Preferences and Location
IRJET- News Recommendation based on User Preferences and LocationIRJET Journal
 

What's hot (20)

A Novel Approach for Travel Package Recommendation Using Probabilistic Matrix...
A Novel Approach for Travel Package Recommendation Using Probabilistic Matrix...A Novel Approach for Travel Package Recommendation Using Probabilistic Matrix...
A Novel Approach for Travel Package Recommendation Using Probabilistic Matrix...
 
Efficient way of user search location in query processing
Efficient way of user search location in query processingEfficient way of user search location in query processing
Efficient way of user search location in query processing
 
Recommendation generation by integrating sequential pattern mining and semantics
Recommendation generation by integrating sequential pattern mining and semanticsRecommendation generation by integrating sequential pattern mining and semantics
Recommendation generation by integrating sequential pattern mining and semantics
 
Recommendation generation by integrating sequential
Recommendation generation by integrating sequentialRecommendation generation by integrating sequential
Recommendation generation by integrating sequential
 
A survey on ontology based web personalization
A survey on ontology based web personalizationA survey on ontology based web personalization
A survey on ontology based web personalization
 
A survey on ontology based web personalization
A survey on ontology based web personalizationA survey on ontology based web personalization
A survey on ontology based web personalization
 
IRJET- Next Location Prediction
IRJET-  	  Next Location PredictionIRJET-  	  Next Location Prediction
IRJET- Next Location Prediction
 
Personalized web search using browsing history and domain knowledge
Personalized web search using browsing history and domain knowledgePersonalized web search using browsing history and domain knowledge
Personalized web search using browsing history and domain knowledge
 
Ac02411221125
Ac02411221125Ac02411221125
Ac02411221125
 
Artificial Intelligence techniques in Tourism at URV
Artificial Intelligence techniques in Tourism at URVArtificial Intelligence techniques in Tourism at URV
Artificial Intelligence techniques in Tourism at URV
 
Al26234241
Al26234241Al26234241
Al26234241
 
Recommendation System Using Social Networking
Recommendation System Using Social Networking Recommendation System Using Social Networking
Recommendation System Using Social Networking
 
IRJET- Text-based Domain and Image Categorization of Google Search Engine usi...
IRJET- Text-based Domain and Image Categorization of Google Search Engine usi...IRJET- Text-based Domain and Image Categorization of Google Search Engine usi...
IRJET- Text-based Domain and Image Categorization of Google Search Engine usi...
 
Contextual model of recommending resources on an academic networking portal
Contextual model of recommending resources on an academic networking portalContextual model of recommending resources on an academic networking portal
Contextual model of recommending resources on an academic networking portal
 
CONTEXTUAL MODEL OF RECOMMENDING RESOURCES ON AN ACADEMIC NETWORKING PORTAL
CONTEXTUAL MODEL OF RECOMMENDING RESOURCES ON AN ACADEMIC NETWORKING PORTALCONTEXTUAL MODEL OF RECOMMENDING RESOURCES ON AN ACADEMIC NETWORKING PORTAL
CONTEXTUAL MODEL OF RECOMMENDING RESOURCES ON AN ACADEMIC NETWORKING PORTAL
 
Analysis on Recommended System for Web Information Retrieval Using HMM
Analysis on Recommended System for Web Information Retrieval Using HMMAnalysis on Recommended System for Web Information Retrieval Using HMM
Analysis on Recommended System for Web Information Retrieval Using HMM
 
A Review: Text Classification on Social Media Data
A Review: Text Classification on Social Media DataA Review: Text Classification on Social Media Data
A Review: Text Classification on Social Media Data
 
Personalization of the Web Search
Personalization of the Web SearchPersonalization of the Web Search
Personalization of the Web Search
 
WORD
WORDWORD
WORD
 
IRJET- News Recommendation based on User Preferences and Location
IRJET-  	  News Recommendation based on User Preferences and LocationIRJET-  	  News Recommendation based on User Preferences and Location
IRJET- News Recommendation based on User Preferences and Location
 

Similar to Ijet v3 i1p4

Maede Kiani Sarkaleh, Mehregan Mahdavi and Mahsa Baniardalan
Maede Kiani Sarkaleh, Mehregan Mahdavi and Mahsa BaniardalanMaede Kiani Sarkaleh, Mehregan Mahdavi and Mahsa Baniardalan
Maede Kiani Sarkaleh, Mehregan Mahdavi and Mahsa BaniardalanIJMIT JOURNAL
 
Place recommendation system
Place recommendation systemPlace recommendation system
Place recommendation systemIRJET Journal
 
Hybrid-e-greedy for mobile context-aware recommender system
Hybrid-e-greedy for mobile context-aware recommender systemHybrid-e-greedy for mobile context-aware recommender system
Hybrid-e-greedy for mobile context-aware recommender systemBouneffouf Djallel
 
Smart Tourism Recommender System
Smart Tourism Recommender SystemSmart Tourism Recommender System
Smart Tourism Recommender SystemIRJET Journal
 
IRJET- Popularity based Recommender Sytsem for Google Maps
IRJET-  	  Popularity based Recommender Sytsem for Google MapsIRJET-  	  Popularity based Recommender Sytsem for Google Maps
IRJET- Popularity based Recommender Sytsem for Google MapsIRJET Journal
 
Recommender Systems
Recommender SystemsRecommender Systems
Recommender Systemsvivatechijri
 
IRJET - Venue Recommender for Events based on User Preferences
IRJET -  	  Venue Recommender for Events based on User PreferencesIRJET -  	  Venue Recommender for Events based on User Preferences
IRJET - Venue Recommender for Events based on User PreferencesIRJET Journal
 
EFFICIENT AND END TO END TOUR SYSTEM
EFFICIENT AND END TO END TOUR SYSTEMEFFICIENT AND END TO END TOUR SYSTEM
EFFICIENT AND END TO END TOUR SYSTEMIRJET Journal
 
IRJET- Analysis of Trajectories
IRJET- Analysis of TrajectoriesIRJET- Analysis of Trajectories
IRJET- Analysis of TrajectoriesIRJET Journal
 
Implementation of Route Suggestion System over Natural Language Processing
Implementation of Route Suggestion System over Natural Language ProcessingImplementation of Route Suggestion System over Natural Language Processing
Implementation of Route Suggestion System over Natural Language ProcessingIRJET Journal
 
Service Rating Prediction by check-in and check-out behavior of user and POI
Service Rating Prediction by check-in and check-out behavior of user and POIService Rating Prediction by check-in and check-out behavior of user and POI
Service Rating Prediction by check-in and check-out behavior of user and POIIRJET Journal
 
Enhanced Web Usage Mining Using Fuzzy Clustering and Collaborative Filtering ...
Enhanced Web Usage Mining Using Fuzzy Clustering and Collaborative Filtering ...Enhanced Web Usage Mining Using Fuzzy Clustering and Collaborative Filtering ...
Enhanced Web Usage Mining Using Fuzzy Clustering and Collaborative Filtering ...inventionjournals
 
MULTIFACTOR NAÏVE BAYES CLASSIFICATION FOR THE SLOW LEARNER PREDICTION OVER M...
MULTIFACTOR NAÏVE BAYES CLASSIFICATION FOR THE SLOW LEARNER PREDICTION OVER M...MULTIFACTOR NAÏVE BAYES CLASSIFICATION FOR THE SLOW LEARNER PREDICTION OVER M...
MULTIFACTOR NAÏVE BAYES CLASSIFICATION FOR THE SLOW LEARNER PREDICTION OVER M...ijcsa
 
MULTIFACTOR NAÏVE BAYES CLASSIFICATION FOR THE SLOW LEARNER PREDICTION OVER M...
MULTIFACTOR NAÏVE BAYES CLASSIFICATION FOR THE SLOW LEARNER PREDICTION OVER M...MULTIFACTOR NAÏVE BAYES CLASSIFICATION FOR THE SLOW LEARNER PREDICTION OVER M...
MULTIFACTOR NAÏVE BAYES CLASSIFICATION FOR THE SLOW LEARNER PREDICTION OVER M...ijcsa
 
Different Location based Approaches in Recommendation Systems
Different Location based Approaches in Recommendation SystemsDifferent Location based Approaches in Recommendation Systems
Different Location based Approaches in Recommendation SystemsIRJET Journal
 
A Trinity Construction for Web Extraction Using Efficient Algorithm
A Trinity Construction for Web Extraction Using Efficient AlgorithmA Trinity Construction for Web Extraction Using Efficient Algorithm
A Trinity Construction for Web Extraction Using Efficient AlgorithmIOSR Journals
 
Detection of Behavior using Machine Learning
Detection of Behavior using Machine LearningDetection of Behavior using Machine Learning
Detection of Behavior using Machine LearningIRJET Journal
 

Similar to Ijet v3 i1p4 (20)

Maede Kiani Sarkaleh, Mehregan Mahdavi and Mahsa Baniardalan
Maede Kiani Sarkaleh, Mehregan Mahdavi and Mahsa BaniardalanMaede Kiani Sarkaleh, Mehregan Mahdavi and Mahsa Baniardalan
Maede Kiani Sarkaleh, Mehregan Mahdavi and Mahsa Baniardalan
 
Place recommendation system
Place recommendation systemPlace recommendation system
Place recommendation system
 
Hybrid-e-greedy for mobile context-aware recommender system
Hybrid-e-greedy for mobile context-aware recommender systemHybrid-e-greedy for mobile context-aware recommender system
Hybrid-e-greedy for mobile context-aware recommender system
 
Smart Tourism Recommender System
Smart Tourism Recommender SystemSmart Tourism Recommender System
Smart Tourism Recommender System
 
AN EFFECTIVE FRAMEWORK FOR GENERATING RECOMMENDATIONS
AN EFFECTIVE FRAMEWORK FOR GENERATING RECOMMENDATIONSAN EFFECTIVE FRAMEWORK FOR GENERATING RECOMMENDATIONS
AN EFFECTIVE FRAMEWORK FOR GENERATING RECOMMENDATIONS
 
IRJET- Popularity based Recommender Sytsem for Google Maps
IRJET-  	  Popularity based Recommender Sytsem for Google MapsIRJET-  	  Popularity based Recommender Sytsem for Google Maps
IRJET- Popularity based Recommender Sytsem for Google Maps
 
Recommender Systems
Recommender SystemsRecommender Systems
Recommender Systems
 
IRJET - Venue Recommender for Events based on User Preferences
IRJET -  	  Venue Recommender for Events based on User PreferencesIRJET -  	  Venue Recommender for Events based on User Preferences
IRJET - Venue Recommender for Events based on User Preferences
 
EFFICIENT AND END TO END TOUR SYSTEM
EFFICIENT AND END TO END TOUR SYSTEMEFFICIENT AND END TO END TOUR SYSTEM
EFFICIENT AND END TO END TOUR SYSTEM
 
IRJET- Analysis of Trajectories
IRJET- Analysis of TrajectoriesIRJET- Analysis of Trajectories
IRJET- Analysis of Trajectories
 
Implementation of Route Suggestion System over Natural Language Processing
Implementation of Route Suggestion System over Natural Language ProcessingImplementation of Route Suggestion System over Natural Language Processing
Implementation of Route Suggestion System over Natural Language Processing
 
Service Rating Prediction by check-in and check-out behavior of user and POI
Service Rating Prediction by check-in and check-out behavior of user and POIService Rating Prediction by check-in and check-out behavior of user and POI
Service Rating Prediction by check-in and check-out behavior of user and POI
 
Enhanced Web Usage Mining Using Fuzzy Clustering and Collaborative Filtering ...
Enhanced Web Usage Mining Using Fuzzy Clustering and Collaborative Filtering ...Enhanced Web Usage Mining Using Fuzzy Clustering and Collaborative Filtering ...
Enhanced Web Usage Mining Using Fuzzy Clustering and Collaborative Filtering ...
 
243
243243
243
 
MULTIFACTOR NAÏVE BAYES CLASSIFICATION FOR THE SLOW LEARNER PREDICTION OVER M...
MULTIFACTOR NAÏVE BAYES CLASSIFICATION FOR THE SLOW LEARNER PREDICTION OVER M...MULTIFACTOR NAÏVE BAYES CLASSIFICATION FOR THE SLOW LEARNER PREDICTION OVER M...
MULTIFACTOR NAÏVE BAYES CLASSIFICATION FOR THE SLOW LEARNER PREDICTION OVER M...
 
MULTIFACTOR NAÏVE BAYES CLASSIFICATION FOR THE SLOW LEARNER PREDICTION OVER M...
MULTIFACTOR NAÏVE BAYES CLASSIFICATION FOR THE SLOW LEARNER PREDICTION OVER M...MULTIFACTOR NAÏVE BAYES CLASSIFICATION FOR THE SLOW LEARNER PREDICTION OVER M...
MULTIFACTOR NAÏVE BAYES CLASSIFICATION FOR THE SLOW LEARNER PREDICTION OVER M...
 
Different Location based Approaches in Recommendation Systems
Different Location based Approaches in Recommendation SystemsDifferent Location based Approaches in Recommendation Systems
Different Location based Approaches in Recommendation Systems
 
H017124652
H017124652H017124652
H017124652
 
A Trinity Construction for Web Extraction Using Efficient Algorithm
A Trinity Construction for Web Extraction Using Efficient AlgorithmA Trinity Construction for Web Extraction Using Efficient Algorithm
A Trinity Construction for Web Extraction Using Efficient Algorithm
 
Detection of Behavior using Machine Learning
Detection of Behavior using Machine LearningDetection of Behavior using Machine Learning
Detection of Behavior using Machine Learning
 

More from IJET - International Journal of Engineering and Techniques

More from IJET - International Journal of Engineering and Techniques (20)

healthcare supervising system to monitor heart rate to diagonize and alert he...
healthcare supervising system to monitor heart rate to diagonize and alert he...healthcare supervising system to monitor heart rate to diagonize and alert he...
healthcare supervising system to monitor heart rate to diagonize and alert he...
 
verifiable and multi-keyword searchable attribute-based encryption scheme for...
verifiable and multi-keyword searchable attribute-based encryption scheme for...verifiable and multi-keyword searchable attribute-based encryption scheme for...
verifiable and multi-keyword searchable attribute-based encryption scheme for...
 
Ijet v5 i6p18
Ijet v5 i6p18Ijet v5 i6p18
Ijet v5 i6p18
 
Ijet v5 i6p17
Ijet v5 i6p17Ijet v5 i6p17
Ijet v5 i6p17
 
Ijet v5 i6p16
Ijet v5 i6p16Ijet v5 i6p16
Ijet v5 i6p16
 
Ijet v5 i6p15
Ijet v5 i6p15Ijet v5 i6p15
Ijet v5 i6p15
 
Ijet v5 i6p14
Ijet v5 i6p14Ijet v5 i6p14
Ijet v5 i6p14
 
Ijet v5 i6p13
Ijet v5 i6p13Ijet v5 i6p13
Ijet v5 i6p13
 
Ijet v5 i6p12
Ijet v5 i6p12Ijet v5 i6p12
Ijet v5 i6p12
 
Ijet v5 i6p11
Ijet v5 i6p11Ijet v5 i6p11
Ijet v5 i6p11
 
Ijet v5 i6p10
Ijet v5 i6p10Ijet v5 i6p10
Ijet v5 i6p10
 
Ijet v5 i6p2
Ijet v5 i6p2Ijet v5 i6p2
Ijet v5 i6p2
 
IJET-V3I2P24
IJET-V3I2P24IJET-V3I2P24
IJET-V3I2P24
 
IJET-V3I2P23
IJET-V3I2P23IJET-V3I2P23
IJET-V3I2P23
 
IJET-V3I2P22
IJET-V3I2P22IJET-V3I2P22
IJET-V3I2P22
 
IJET-V3I2P21
IJET-V3I2P21IJET-V3I2P21
IJET-V3I2P21
 
IJET-V3I2P20
IJET-V3I2P20IJET-V3I2P20
IJET-V3I2P20
 
IJET-V3I2P19
IJET-V3I2P19IJET-V3I2P19
IJET-V3I2P19
 
IJET-V3I2P18
IJET-V3I2P18IJET-V3I2P18
IJET-V3I2P18
 
IJET-V3I2P17
IJET-V3I2P17IJET-V3I2P17
IJET-V3I2P17
 

Recently uploaded

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
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
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
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
 
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
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 

Recently uploaded (20)

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
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...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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
 
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
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
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
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 

Ijet v3 i1p4

  • 1. International Journal of Engineering and Techniques - Volume 3 Issue 1, Jan – Feb 2017 ISSN: 2395-1303 http://www.ijetjournal.org Page 15 Intelligent Tour Planner and Recommender System Sankalpa Warghade1 , Kunal Ittam, Poonam2 ,Waghmare3 , Shobha Raskar4 1,2,3,4 (Department of Computer Engineering, MESCOE, Pune) 1. INTRODUCTION When a person searches for tourist places, he gets a large number of results due to which it becomes difficult for him to decide which place to choose and what resources will be favourable. This may not be suitable for users with different needs. For example, if a user is searching for a place with peaceful atmosphere he will get a large list of huge number of places which needs to be filtered for him. One way to filter the list is to provide basic information about the user needs. For example, if user wants a place with greenery at about 100kms away from him then this information will help to reduce the list. Current search engines such as Google or Yahoo! Do nat containsuch filter techniques. Also no proper application or webpage is available for such filtration process. Memory based recommender system with x users and y items typically require O(xy) space to store the information. In information-based collaborative iterating algorithms, the feature vector of each item measuring m, and it takes O(m) time to compute the outputs suitable according to the given information. We proposed a framework for tour recommender which uses a clustering and grouping algorithms to filter the results of places for tourism which helps the user to appropriately choose a correct place according to his needs. II. LITERATURE REVIEW [1] These techniques are used in the earliest and most researched recommender systems. Often also referred to as social filtering, these algorithms focus on the behavior of users on items, which are to be recommended, rather than on the internal nature of the items themselves. The social approach is the technical means, which most closely resembles the nature of real-life recommendations. We can assume that these algorithms have a semantic affinity to both the concept of collaborating individuals and the process of finding persons with similar interest. [2] Content-based systems focus on the internal nature of items, or on the content of description files. These systems utilize two main classes of algorithms, either from the field of information retrieval or attribute-based filtering systems. A content-based approach favours the semantics of the content over social interactions or user behaviour. In some application domains, the content of an item may be crucial to every application. This means that systems with a severe focus on item content should use a content-based approach rather than a social approach (i.e. on the actual content, not on user interaction). [3] These systems rely on an explicit representation of knowledge, usually as collections of statements, ontologies or other forms of rule systems. While the high performance and flexibility makes the knowledge-based approach suitable for most tasks, applications with a strong focus on content or social semantics can be realized more easily using the respective specialized approach. If an basic application requires reasoning or inference, choosing the knowledge- based approach allows the developers to benefit from the software components, knowledge representation and rules devised for the system in general. [4] Hybrid systems can merge any combination of the above methods and metrics. Typically, hybrid recommender systems would compute ratings (or simply scores) from a number of internal algorithms, before combining these in a single metric to allow consistent ranking. In some cases, the preliminary Abstract: Basically the project is having two parts namely the recommender system and the planner system. The tour recommender system firstly asks the user for logging in then he asks for the various details about his tour in order to recommend a perfect tour. The recommender system collects the information regarding the type of place, the travelling method the user would like to prefer and more importantly the cost which the user can afford. The collected data is sent to the recommender algorithm which processes the data and finds a perfect place with required specification from the system database. Three best results are displayed. Then the user selects one tour as per his choice. Next the planner system displays all the possible travelling and accommodation methods with their costs and offers. Then the user selects the services according to his convenience and enjoys the trip. Keywords — Bug triage, Instance Selection, Keyword Selection, Bug Report, Data Reduction, Text Classification. RESEARCH ARTICLE OPEN ACCESS
  • 2. International Journal of Engineering and Techniques - Volume 3 Issue 1, Jan – Feb 2017 ISSN: 2395-1303 http://www.ijetjournal.org Page 16 results of the internal algorithms are stored component-wise in a vector, before crafting a single-dimensional rating for ranking. III.BACKGROUND Recommender systems are currently being applied in many different domains. This paper focuses on their application in tourism. A comprehensive and thorough search of the smart e-Tourism recommenders reported in the Artificial Intelligence journals and conferences since 2008 has been made. The paper provides a detailed and up to date survey of the field, considering the different kinds of interfaces, the diversity of recommendation algorithms, the functionalities offered by these systems and their use of Artificial Intelligence techniques. The survey also provides some guidelines for the construction of tourism recommenders and outlines the most promising areas of work in the field for the next years. All this information may be particularly useful for those users who plan to visit an unknown destination. Information about travel destinations and their associated resources, such as accommodations, restaurants, museums or events, among others, is commonly searched for tourists in order to plan a trip. However, the list of possibilities offered by Web search engines (or even specialized tourism sites) may be overwhelming. The evaluation of this long list of options is very complex and time consuming for tourists in order to select the one that better with their needs. Personalization techniques aim to provide customized information to users based on their preferences, restrictions or tastes. They are particularly relevant in recommender systems, whose objective is to irrelevant options and to provide personalized and relevant information to each particular user. In the tourism field, travel recommender systems aim to match the characteristics of tourism and leisure resources or attractions with the user needs. IV. PROPOSED SYSTEM In current stage, entries in our data set are mainly domestic travelers, which may not be able to classify foreign visitors with satisfaction. If there are more entries in the data set of this system, the performance in terms of classification accuracy can be improved. Meanwhile, collecting more variables from questionnaire respondents may further improve this prototype system. The process of system development can be more efficient through this approach. So, basically we acquire the data and convert it into useful information. Once we have the required information we perform Data Pre- processing technique on it. Data pre-processing involves 2 steps 1) Data Cleaning 2) Data Filtering In Data Cleaning, duplicate values and noisy data is removed and besides this, the data is corrected if possible. In Data Filtering, the unwanted data is removed. Now, once data pre-processing is done, we move on to the next step i.e. Data Processing. Data Processing: The data that we get is from number of resources regarding various destinations. We will now synchronize the data from all the resources. In this way we get a proper structured data. This data includes the complete information about places. We can also get detailed information about the transport and living. Main and reliable ways of transport to reach the destination. V. SYSTEM ARCHITECTURE A. USER A user is the client i.e. the person who gives the input data i.e. the specifications of the tours like the type of place, mode of transport type of accomodation and also the total expense of the tour. A. ANDROID APPLICATION The user uses an android application which is installed in his smartphone as a GUI to interact with the server. Theapplication contain various pages namely login page, data input page which contains all the questions regarding the tour and the planner page which shows various offers regarding the accomodation, travelling and cuisines. B. WEB SERVER The webserver is the interface between the android application used by the user and the admin server which serves the requests of the client. It helps in transferring the data through internet. C. RECOMMENDER ALGORITHM The Recommender Algorithm is the heart of this software. The algorithm intakes all the data obtained by the user through the application, process it, calculate the user requirements and then search the admin database for proper results and give the best three tour results as output along with their brief information. D. DATABASE The database is the admin database which can be only accessed by the admin and the recommender system. The Database stores the detailed information about various places and also the information of users which may be used for efficient recommending. We have used NoSQL database for storing the data. E. ADMIN The admin is the person who manages all the user accounts as well as the information of the places is also updated by him.
  • 3. International Journal of Engineering and Techniques ISSN: 2395-1303 Fig. 2 System Architecture VI. CONCLUSION As the amount of information on the Web rapidly increases, it creates many new challenges for Web search. When a user searches for a tourist place, he gets a large number of results due to which it becomes di_cult for him to decide which places to choose. This may not be suitable for us di_erent needs. For example, if a user is searching for a place with peaceful atmosphere he will get a large list of huge number of places which needs to be filtered for him. One way to filter this list is to provide basic information about the us needs. For example, if user wants a place with greenery at about 100kms away from him then this information will help to reduce the list. Current search engines such as Google or Yahoo! Do not contain such _lter techniques. Current search engines such as Google or Yahoo! Dont have such filter techniques. Also no proper application or webpage is available for such _ltration process. Our proposed system aims to recommend best 3 tours to user of application who searches for tour related with users need and planning users trip by providing facilities. Recommendation of best tours will be based on travel , period, cost, category of user i.e. his age. REFERENCES [1] Yuan-Tse Yu, Associate Professor Department of Software Engineering National Kaohsiung Normal University Kaohsiung 824, Taiwan (R.O.C.) An Intelligent Touring Systems based on Mobile Social Network and cloud International Journal of Engineering and Techniques - Volume 3 Issue 1, Jan – 1303 http://www.ijetjournal.org the Web rapidly increases, it creates many new challenges for Web search. When a user searches for a tourist place, he gets a large number of results due to which it becomes di_cult for him to decide which places to choose. This may not be suitable for users with di_erent needs. For example, if a user is searching for a place with peaceful atmosphere he will get a large list of huge number of places which needs to be filtered for him. One way to filter this list is to provide basic information about the user needs. For example, if user wants a place with greenery at about 100kms away from him then this information will help to reduce the list. Current search engines such as Google or Yahoo! Do not contain such _lter techniques. Current search s Google or Yahoo! Dont have such filter techniques. Also no proper application or webpage is available for such _ltration process. Our proposed system aims to recommend best 3 tours to user of application who searches for tour related with users need and also help to planning users trip by providing facilities. Recommendation of best tours will be based on travel , period, cost, category of Tse Yu, Associate Professor Department of ngineering National Kaohsiung Normal University Kaohsiung 824, Taiwan (R.O.C.) An Intelligent Touring Systems based on Mobile Social Network and cloud Computing for Travel Recommendation, 2014 28th International Conference on Advanced Information Networking and Applications Workshops. [2]. Xiaodong Weia Dongdong Wengb Yue Li Wangd, A Tour Guiding System of Historical Relics Based on Augmented Reality, Beijing Engineering Research Center of Mixed Reality and Advanced Display, Beijing Institute of Technology, 100081. [3]. Urvish k. Patel and Sureshji r. Rajput: Management system, Department of Computer Science Ganpat Vidyanagar , Kherva. [4] Vienna, Austria, September 20th 2015 :Tourism Recommender Systems, 9th ACM Conference on Recommender Systems (RecSys 2015). [5] Shan Li, XueLi Duan ,YanXia Development and Application of Intelligent Tour Guide System in Mobile Terminal, Seventh International Conference on Measuring Technology and Mechatronics Automation in 2015. [6] Jung-Bin Li Chien-Ho Wu Yi-Han Chang Department of Statistics and Information Science: Practice of Taipei Tour Planning System Based on Attribute Classification and Time Saver Algorithm, 2014 IEEE 11th International Conference on e-Business Engineering. [7] Tobias Berka ,Manuela Plobing: Designing Recommender Systems for Tourism Salzburg Research Jakob 5/III 5020 Salzburg, Austria. [8] Emili Roger , Ciurana Simo ,Antonio Moreno, Joan Borras : Development of a Tourism recommender system, Master Of Science Thesis in 2000. [9] Samir A. El-Seoud1 and Hosam F. El Science Department, Princess Sumaya University for Technology: Mobile Tourist Guide – System to Improve Tourism, using Semantic Web, Conferance ICL2010, 2010 Hasselet, Belgium. [10] Ulrike Gretzel: Intelligent Systems In Tourism ,A Social Science Perspective, University of Wollongong, Australia in 2011. – Feb 2017 Page 17 Computing for Travel Recommendation, 2014 28th International Conference on Advanced Information Networking and Applications Workshops. [2]. Xiaodong Weia Dongdong Wengb Yue Liuc Yongtian Wangd, A Tour Guiding System of Historical Relics Based on Augmented Reality, Beijing Engineering Research Center of Mixed Reality and Advanced Display, Beijing Institute of [3]. Urvish k. Patel and Sureshji r. Rajput: Tour & Travel Management system, Department of Computer Science [4] Vienna, Austria, September 20th 2015 :Tourism Recommender Systems, 9th ACM Conference on Recommender Systems (RecSys 2015). Shan Li, XueLi Duan ,YanXia Bai ,CaiXia Yun: Development and Application of Intelligent Tour Guide System in Mobile Terminal, Seventh International Conference on Measuring Technology and Mechatronics Automation in Han Chang Department of stics and Information Science: Practice of Taipei Tour Planning System Based on Attribute Classification and Time Saver Algorithm, 2014 IEEE 11th International Conference [7] Tobias Berka ,Manuela Plobing: Designing Recommender Systems for Tourism Salzburg Research Jakob- Haringer Str. [8] Emili Roger , Ciurana Simo ,Antonio Moreno, Joan Borras : Development of a Tourism recommender system, Seoud1 and Hosam F. El-Sofany Computer Science Department, Princess Sumaya University for An Intelligent Wireless System to Improve Tourism, using Semantic Web, Conferance retzel: Intelligent Systems In Tourism ,A Social Science Perspective, University of Wollongong, Australia in
  • 4. International Journal of Engineering and Techniques - Volume 3 Issue 1, Jan – Feb 2017 ISSN: 2395-1303 http://www.ijetjournal.org Page 18 [11] Eiichi Taniguchi , Hiroshi Shimamoto: Intelligent transportation system based dynamic vehicle routing and scheduling with variable travel times, Department of Urban Management, Kyoto University, Yoshida honmachi, Sakyo-ku, Kyoto, Japan, Transportation Research Part C 12 (2004) 235–250. [12] Joan Borras, Antonio Moreno, Aida Valls : Intelligent tourism recommender systems, Science & Technology Park for Tourism and Leisure Expert Systems with Applications 41 (2014) 7370–7389.