SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1889
Providing highly accurate service recommendation for semantic
clustering over big data
Neha D. Patil1, Dr. D. S. Bhosale2
1PG Student, Ashokrao Mane group of institution, Vathar
2Associate Professor, Ashokrao Mane group of institution, Vathar
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Numerous approaches have been proposed to
provide recommendations. Manifestly, recommendation
system has a variety of properties that may need experiences
of a user, such as user prediction, rating, trust, etc. On the
internet, where the number of choices is enormous, there is a
need to filter, prioritize and efficiently deliver relevant
information to mitigate the problem of many internet users.
Recommended systems are one of information filtering
systems, estimating the items that may be of additional
interest to user within a big set of items based on a user's
interests. Recommended systems are currently useful in both
the research and in the commercial areas. The paper presents
an approach for Recommended System to generate
meaningful recommendations of a collectionofusersforitems
that might interest them. This approach uses adaptive
recommender system which combines two recommendation
techniques to increase the overall performance. The mainaim
of using multiple recommendationtechniquestoovercome the
drawbacks of the traditional techniques in a combined model.
The anatomy is based on the hierarchy and input/output
relations of recommenders. The present system improves the
speed and accuracy of recommendation in big data
application.
Key Words: Adaptive Recommendation System,
clustering, data mining and Big data.
1.INTRODUCTION
Big Data relates large-volume, growing and complex data
sets with multiple and independent sources. In Big Data
applications, data collection has increased terribly and it is
beyond the ability of commonly used software to capture,
manage, and process that data [3]. The most crucial
challenge to Big Data applications is to inspect the large
volumes of data and get useful information orknowledgefor
future actions. Service users nowadaysencounterunrivalled
difficulties in finding ideal services from the enormous
services. These days, it is common for people to choose web
as the platform to buy or sell something. Therefore, there
exist many online shops in different forms, varying from
private websites to eCommerce forums. This leads to both
advantages and disadvantages for customers in different
ways [1] The main advantage is that a customer has more
options to buy from. At the same time, it can also have the
drawback, because with many options customer will face
difficulty to choose one single product keeping in view
various criteria e.g. which shop has good customer service,
and who offers the best price. Therefore, the big issueisthat
there is no one-stop place to search wide information about
e-Commerce. The information which is required related to
online selling and buying includes list of products, list of
online shops and a set of recommendations about choosing
product and shop.
Recommender system is information filtering system that
deals with the problem of information excess [7]by filtering
vital information out of large amount of dynamically
generated information as per user’s preferences, observed
behavior about item or interest [9]. Recommender system
has capacity to forecast whether a user would select an item
on the user’s profile. Collaborative filtering (CF) techniques
such as item-, user- and utility-based are the governing
techniques applied in RSs. However, traditional CF
techniques are sound and have been successfully applied in
many RSs. They face two main challenges in big data
application:1) to explore useful recommendations from so
many services and 2) to take a decision within limited time.
A critical step in traditional CF algorithms is to compute
likeness between every pair of users and/or services which
may take long a time, also beyond the processing capability
of current RSs. The ratings of dissimilar users or services
may influence the accuracyofpredictedratings.Onesolution
is to reduce the number of services thatneedtobeprocessed
in real time. Clusteringaresuchtechniquesthatcandecrease
the data size by a large factor by grouping similar services
together. Therefore, the paper proposes a clustering and
collaborative filtering with adaptive recommendation
technique. Clustering is approach that separate big data into
manageable partitions [4]. Besides, since the ratings of
similar services within a clusteraremorepertinentthanthat
of dissimilar services, the recommendation accuracy based
on users’ ratings may be enhanced. Despite the success of
filtering techniques, they exhibit cold-start, sparsity and
scalability problem. This paper proposes an adaptive
recommendation system that combines item- and
knowledge-based filtering techniques to increase the
accuracy and performance of RSs.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1890
2.RELATED WORK
Li et al [6] proposedtointegratemultidimensional clustering
into a collaborative filtering recommendation model.
Background data in the form of user and item profiles were
collected and clustered using the proposed algorithm in the
first stage. Then the poor clusters with similar featureswere
deleted while the suitable clusters were selected based on
cluster pruning. At the last stage, an item prediction was
done by performing a weighted average of the deviations
from the neighbor’s mean. An approachlikethiswaslikelyto
trade-off on increasing the variety of recommendations
while maintaining the accuracy of the recommendations.
Pazzani et al. [12] developed an intelligentagentthattries to
evaluate which pages in the website will appeal a user by
applying a naïve Bayesian classifier. The agent allows a user
to give training instances by rating different pages as either
hot or cold. Jennings and Higuchi describe a neural network
that models the interests of a user in a Usenet news
environment.
Pham et al. [8] proposed tousenetwork clusteringtechnique
for social network of users to recognize their neighborhood.
And then use the conventional CF algorithms to explore the
recommendations. This work relies on social interaction
between users.
Simon et al. [10] used a high-dimensional parameter-free,
divisive hierarchical clustering algorithm that needs only
implicit feedback on past user purchases to find the
relationships within the users. Depending on the results of
clustering, products of high interest were suggested to the
users. But, suggested feedback does not always provide
accurate information about the user’s choice.
In Ziegler, et al. [5], a hybrid collaborative filtering approach
was proposed to capitalize on bulk taxonomic information,
designed for extracting product classification to address the
data sparsity problem of CF recommendation, based on the
generation of profiles via inference of super-topic score and
topic diversification.
A hybrid recommendation technique is also proposed in
Ghazantar and Pragel-Benett [4] and this uses the content-
based profile of the individual user to find similar users
which are used to make predictions.
Clustering techniques have received attentioninmanyfields
of study such as engineering, medicine, biology and data
mining. The goal of clustering is to collect data points.The K-
means algorithm is oneofthemostcommontechniquesused
for clustering. But, their results of K-means depend on the
initial state and converge to local optima. To overcome local
optima obstacles, a lot of studies have been done in
clustering. T. Nickname, Taherian Fared proposed [11] a
paper that presents an efficient hybrid evolutionary
optimization algorithm based on combining Modify
Imperialist Competitive Algorithm (MICA) andK-means(K),
which is called K-MICA, for optimizing clustering N objects
into K clusters. Then new Hybrid K-ICA algorithm is tested
on several data sets and its performance is compared with
those of MICA, ACO, PSO, Simulated Annealing (SA), Genetic
Algorithm (GA), Tab Search(TS), Honey Bee Mating
Optimization (HBMO) and K-means. The simulation results
show that the proposed evolutionaryoptimizationalgorithm
is robust and suitable for handling data clustering.
With the fact of service computing and cloud computing,
more and more services are appearing on the Internet,
generating huge volumes of data, such as trace logs, QoS
information, service and relationship etc. The enormous
service-generated data has becometoolargeandcomplex
to be effectively processed by conventional approaches.
How to store, manage, and create value from the service-
oriented big data has become an important research
problem. On the other hand, with the increasingly large
amount of data, a single infrastructure which provides
common functionality for managing and analyzing
different types of service-generated big data is urgently
required.
To address this challenge, Zibin Zheng, Jieming Zhu and
Michael R. Lyu [2] proposed a paper that provides an
overview of service-generated big data and Big Data-as-a-
Service. First, three types of service-generated big data are
exploited toenhancesystemperformance. Then,BigData-as-
a-Service, including Big Data Infrastructure-as-a-Service, Big
Data Platform-as-a-Service,andBigData Analytics Software-
as-a-Service is employedtoprovidecommonbigdata related
services (e.g. accessing the service generated big data and
data analytics results) to users to enhance efficiency and
reduce cost.
3.PROPOSED WORK
Here, designed system uses an adaptive recommendation
system which is making automatic predictions about the
interests of a user by gathering preferences from many
users. The aim of this system is to recommend new items to
the user or forecast the utility of a certain item, based on
user’s previous likings and on the opinions of other like-
minded users. AdaptiveRecommendationsystemdominates
content based recommender system and collaborative
filtering recommender, as the relative accuracy of the
recommender is comparatively high.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1891
A. System Architecture
Fig 1: Architecture of Adaptive recommendation
system for semantic cluster in big data
The proposed architecture consists of two modules.
1. Admin Module
Admin can login and manage the categories of products.The
admin user canadd/update productinformation,images and
description. Also, the admin has right to approve the order
requested by visitor, generate invoices and pass to dispatch
team. Admin module has the option to add/update
advertisements. Also,admincanprovidethe productdetails,
advertise details and order details to visitor through web
services.
Cluster Generation (ComputeDescriptionSimilarity and
Functionality Similarity):
A. Description similarity: Description similarity is
computed by a Jaccard similarity coefficient (JSC) which is a
statistical measure of similarity between sample sets.
B. Functionality similarity: Functionality similarity is also
computed by a Jaccard similarity coefficient (JSC), similarly
as description similarity.
2. Visitor Module
In the proposed system visitor module isthesecondmodule.
First, visitor can register and login to the web portal. Visitor
user can view product list by categories. Also, the visitor
module has the option to view details of product and
purchase the product and notify by mail. Visitor can give
rating to the product and he can give a prediction about that
product.
Service Recommendation using (AdaptiveCollaborative
Filtering Techniques)
The recommendation system builds a database (user-item
matrix) of preferences for items by user. It then matches
users with preferences by calculating similarities between
their profiles to make recommendations. Such users build a
group called a neighborhood. A user gets recommendations
to those items that he has not rated before, but that was
already positively rated by users in his neighborhood.
Recommendation that is produced can be either prediction
or recommendation. Prediction is a numerical value, Rij,
expressing the predicted score of item j for the user i, while
recommendation is a list of top N items that theuserwill like
the most. The adaptive system combines content-based
filtering and Item-based collaborative filtering.
In content-based filtering technique, recommendation is
made based on the user profiles using features extracted
from the content of the items evaluated in the past. Items
that are mostly related to the positively rated items are
recommended to the user.
Item-based approach computes for each user-item
correlation with all other items and aggregates for eachuser
the ratings for item that are already highly correlated.
4.SCOPE OF THE WORK
The main goal of the proposed work is providing accurate
recommendations to users.
1.To present the new adaptive algorithm to improve the
Scalability, Accuracy, Memory consumption.
2.Present an approach that provides therecommendation to
users even they are new in system by removing the cold-
start problem from existing algorithm.
3.Present a system to improve the speed and accuracy of
recommendation system in big data application.
5. CONCLUSION
In this paper, Recommendationtechniqueswerestudiedand
a new system is proposed, that uses an adaptive
recommendation approach which combines content-based
filtering and Item-based collaborative filtering. Adaptive
algorithm improves the Scalability, Accuracy and Memory
consumption. Also, removes cold-start, data sparsity and
scalability problem. The new proposed system will perform
clustering and provide accurate recommendations using
adaptive approach.
6.REFERENCES
[1] NanangHusin,” Internet user Behavior Analysis in online
shopping on Indonesia”, processing of the 2011
international conference on Advanced Computer
Science and information System (ICASIS).
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1892
[2] Z. Zheng, H. Ma, M. R. Lyu, and I. King, “QoS-aware web
service recommendation by collaborative filtering,”
IEEE Trans. Services Compute, Vol.4,no.2,pp.140-152,
Feb. 2011.
[3] M. A. Beyer and D. Laney, “The importance of ‘big data:
A definition “Gartner Inc., Stamford, CT, USA, Tech. Rep,
2012.
[4] T. C. Havens, J. C. Bezdek, C. Leckie, L. O. Hall, and M.
Palaniswami, “Fuzzy c-means algorithms for very large
data,” vol. 20, no. 6, pp. 1130-1146, Dec. 2012.
[5] Ziegler CN, Lausen G, Schmidt-Thieme L. Taxonomy-
driven computation of product recommendations in:
Proceeding of the 13th international conference on
information and knowledge management (CIKM 04),
Washington DC, USA;2004
[6] X. Li and T. Murata, “Using multidimensional clustering
based collaborative filtering approach improving
recommendation diversity,” in Proc. IEEE/WIC/ACM
Int. Joint Conf. Web Intell. Intell. Agent Technol., Dec.
2012, pp. 169-174.
[7] Konstan JA. Riedl J. Recommender system: from
algorithms to user experience.User model User-Adapt
Interact 2012.
[8] M. C. Pham, Y. Cao, R. Klamma, and M. Jarke, “A
clustering approach for collaborative filtering
recommendation using social network analysis,”J.Univ.
Compute. Sci., vol. 17, no. 4, pp. 583-604, Apr. 2011.
[9] Pan C. Li W. Research paper recommendation with
topic analysis. In computer design and Application, IEEE
2010;4. pp, v4-264.
[10] R. D. Simon, X. Tengke, and W. Shengrui, “Combining
collaborative filtering and clustering for implicit
recommender system “in Proc. IEEE 27th Int. Conf.
Adv. Inf. Netw. Appl., Mar. 2013, pp. 748-755.
[11] T. Nickname, E. Taherian Fared, N. Pourjafarian, and A.
Rousta, “An efficient algorithm based on modified
imperialist competitive algorithmandK-meansfordata
clustering,” Eng. Appl. Artif. Intell., vol. 24, no. 2, pp.
306-317, Mar. 2011.
[12] Pazzani MJ A framework for collaborative content-
based and demographic filtering. Artific Intell Rew 1999.

More Related Content

PDF
An Improvised Fuzzy Preference Tree Of CRS For E-Services Using Incremental A...
PDF
Improving Service Recommendation Method on Map reduce by User Preferences and...
PDF
Keyword Based Service Recommendation system for Hotel System using Collaborat...
PDF
Query-Based Retrieval of Annotated Document
PDF
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
PDF
Identification of important features and data mining classification technique...
PDF
Recommender System in light of Big Data
PDF
IRJET- Analysis of Rating Difference and User Interest
An Improvised Fuzzy Preference Tree Of CRS For E-Services Using Incremental A...
Improving Service Recommendation Method on Map reduce by User Preferences and...
Keyword Based Service Recommendation system for Hotel System using Collaborat...
Query-Based Retrieval of Annotated Document
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
Identification of important features and data mining classification technique...
Recommender System in light of Big Data
IRJET- Analysis of Rating Difference and User Interest

What's hot (19)

PDF
IRJET- Review on Different Recommendation Techniques for GRS in Online Social...
PDF
Enhanced User-driven Ranking System with Splay Tree
PDF
FHCC: A SOFT HIERARCHICAL CLUSTERING APPROACH FOR COLLABORATIVE FILTERING REC...
PDF
Time-Ordered Collaborative Filtering for News Recommendation
PDF
Frequent Item set Mining of Big Data for Social Media
PDF
IRJET- An Integrated Recommendation System using Graph Database and QGIS
PDF
Data Exchange Design with SDMX Format for Interoperability Statistical Data
PDF
Context Based Classification of Reviews Using Association Rule Mining, Fuzzy ...
PDF
Open Data Convergence
PDF
Implementation of Matching Tree Technique for Online Record Linkage
PDF
DASIA2009 Yggdrasyll
PDF
A Trinity Construction for Web Extraction Using Efficient Algorithm
PDF
COST-SENSITIVE TOPICAL DATA ACQUISITION FROM THE WEB
PDF
A Survey of Agent Based Pre-Processing and Knowledge Retrieval
PDF
Paper id 37201536
PDF
IRJET- A Survey on Recommender Systems used for User Service Rating in Social...
PDF
Multidirectional Product Support System for Decision Making In Textile Indust...
PDF
Identical Users in Different Social Media Provides Uniform Network Structure ...
IRJET- Review on Different Recommendation Techniques for GRS in Online Social...
Enhanced User-driven Ranking System with Splay Tree
FHCC: A SOFT HIERARCHICAL CLUSTERING APPROACH FOR COLLABORATIVE FILTERING REC...
Time-Ordered Collaborative Filtering for News Recommendation
Frequent Item set Mining of Big Data for Social Media
IRJET- An Integrated Recommendation System using Graph Database and QGIS
Data Exchange Design with SDMX Format for Interoperability Statistical Data
Context Based Classification of Reviews Using Association Rule Mining, Fuzzy ...
Open Data Convergence
Implementation of Matching Tree Technique for Online Record Linkage
DASIA2009 Yggdrasyll
A Trinity Construction for Web Extraction Using Efficient Algorithm
COST-SENSITIVE TOPICAL DATA ACQUISITION FROM THE WEB
A Survey of Agent Based Pre-Processing and Knowledge Retrieval
Paper id 37201536
IRJET- A Survey on Recommender Systems used for User Service Rating in Social...
Multidirectional Product Support System for Decision Making In Textile Indust...
Identical Users in Different Social Media Provides Uniform Network Structure ...
Ad

Similar to Providing highly accurate service recommendation for semantic clustering over big data (20)

PDF
IRJET- E-commerce Recommendation System
PDF
Enactment of Firefly Algorithm and Fuzzy C-Means Clustering For Consumer Requ...
PDF
Actionable Pattern Discovery for Emotion Detection in BigData in Education an...
PDF
IRJET-Smart Tourism Recommender System
PDF
Projection Multi Scale Hashing Keyword Search in Multidimensional Datasets
PDF
Mining the Web Data for Classifying and Predicting Users’ Requests
PDF
MINING ACTIONABLE PATTERNS IN BIGDATA FOR ENHANCED HUMAN EMOTIONS
PDF
Mining Actionable Patterns in Bigdata for Enhanced Human Emotions
PDF
IRJET - Customer Churn Analysis in Telecom Industry
PDF
A recommender system-using novel deep network collaborative filtering
PDF
Mixed Recommendation Algorithm Based on Content, Demographic and Collaborativ...
PDF
IRJET- Rating based Recommedation System for Web Service
PDF
IRJET- Recommendation System for Electronic Products using BigData
PDF
User Preferences Based Recommendation System for Services using Mapreduce App...
PDF
One Stop Recommendation
PDF
One Stop Recommendation
PDF
Discovering Influential User by Coupling Multiplex Heterogeneous OSN’S
PDF
Unification Algorithm in Hefty Iterative Multi-tier Classifiers for Gigantic ...
PDF
Cloud java titles adrit solutions
PDF
Tourism Based Hybrid Recommendation System
IRJET- E-commerce Recommendation System
Enactment of Firefly Algorithm and Fuzzy C-Means Clustering For Consumer Requ...
Actionable Pattern Discovery for Emotion Detection in BigData in Education an...
IRJET-Smart Tourism Recommender System
Projection Multi Scale Hashing Keyword Search in Multidimensional Datasets
Mining the Web Data for Classifying and Predicting Users’ Requests
MINING ACTIONABLE PATTERNS IN BIGDATA FOR ENHANCED HUMAN EMOTIONS
Mining Actionable Patterns in Bigdata for Enhanced Human Emotions
IRJET - Customer Churn Analysis in Telecom Industry
A recommender system-using novel deep network collaborative filtering
Mixed Recommendation Algorithm Based on Content, Demographic and Collaborativ...
IRJET- Rating based Recommedation System for Web Service
IRJET- Recommendation System for Electronic Products using BigData
User Preferences Based Recommendation System for Services using Mapreduce App...
One Stop Recommendation
One Stop Recommendation
Discovering Influential User by Coupling Multiplex Heterogeneous OSN’S
Unification Algorithm in Hefty Iterative Multi-tier Classifiers for Gigantic ...
Cloud java titles adrit solutions
Tourism Based Hybrid Recommendation System
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PDF
Digital Logic Computer Design lecture notes
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
Strings in CPP - Strings in C++ are sequences of characters used to store and...
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
Lecture Notes Electrical Wiring System Components
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
PPT on Performance Review to get promotions
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
Lesson 3_Tessellation.pptx finite Mathematics
PDF
Well-logging-methods_new................
PPTX
Geodesy 1.pptx...............................................
PDF
composite construction of structures.pdf
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Model Code of Practice - Construction Work - 21102022 .pdf
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
Digital Logic Computer Design lecture notes
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Internet of Things (IOT) - A guide to understanding
Embodied AI: Ushering in the Next Era of Intelligent Systems
Strings in CPP - Strings in C++ are sequences of characters used to store and...
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Lecture Notes Electrical Wiring System Components
Foundation to blockchain - A guide to Blockchain Tech
PPT on Performance Review to get promotions
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Lesson 3_Tessellation.pptx finite Mathematics
Well-logging-methods_new................
Geodesy 1.pptx...............................................
composite construction of structures.pdf
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...

Providing highly accurate service recommendation for semantic clustering over big data

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1889 Providing highly accurate service recommendation for semantic clustering over big data Neha D. Patil1, Dr. D. S. Bhosale2 1PG Student, Ashokrao Mane group of institution, Vathar 2Associate Professor, Ashokrao Mane group of institution, Vathar ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Numerous approaches have been proposed to provide recommendations. Manifestly, recommendation system has a variety of properties that may need experiences of a user, such as user prediction, rating, trust, etc. On the internet, where the number of choices is enormous, there is a need to filter, prioritize and efficiently deliver relevant information to mitigate the problem of many internet users. Recommended systems are one of information filtering systems, estimating the items that may be of additional interest to user within a big set of items based on a user's interests. Recommended systems are currently useful in both the research and in the commercial areas. The paper presents an approach for Recommended System to generate meaningful recommendations of a collectionofusersforitems that might interest them. This approach uses adaptive recommender system which combines two recommendation techniques to increase the overall performance. The mainaim of using multiple recommendationtechniquestoovercome the drawbacks of the traditional techniques in a combined model. The anatomy is based on the hierarchy and input/output relations of recommenders. The present system improves the speed and accuracy of recommendation in big data application. Key Words: Adaptive Recommendation System, clustering, data mining and Big data. 1.INTRODUCTION Big Data relates large-volume, growing and complex data sets with multiple and independent sources. In Big Data applications, data collection has increased terribly and it is beyond the ability of commonly used software to capture, manage, and process that data [3]. The most crucial challenge to Big Data applications is to inspect the large volumes of data and get useful information orknowledgefor future actions. Service users nowadaysencounterunrivalled difficulties in finding ideal services from the enormous services. These days, it is common for people to choose web as the platform to buy or sell something. Therefore, there exist many online shops in different forms, varying from private websites to eCommerce forums. This leads to both advantages and disadvantages for customers in different ways [1] The main advantage is that a customer has more options to buy from. At the same time, it can also have the drawback, because with many options customer will face difficulty to choose one single product keeping in view various criteria e.g. which shop has good customer service, and who offers the best price. Therefore, the big issueisthat there is no one-stop place to search wide information about e-Commerce. The information which is required related to online selling and buying includes list of products, list of online shops and a set of recommendations about choosing product and shop. Recommender system is information filtering system that deals with the problem of information excess [7]by filtering vital information out of large amount of dynamically generated information as per user’s preferences, observed behavior about item or interest [9]. Recommender system has capacity to forecast whether a user would select an item on the user’s profile. Collaborative filtering (CF) techniques such as item-, user- and utility-based are the governing techniques applied in RSs. However, traditional CF techniques are sound and have been successfully applied in many RSs. They face two main challenges in big data application:1) to explore useful recommendations from so many services and 2) to take a decision within limited time. A critical step in traditional CF algorithms is to compute likeness between every pair of users and/or services which may take long a time, also beyond the processing capability of current RSs. The ratings of dissimilar users or services may influence the accuracyofpredictedratings.Onesolution is to reduce the number of services thatneedtobeprocessed in real time. Clusteringaresuchtechniquesthatcandecrease the data size by a large factor by grouping similar services together. Therefore, the paper proposes a clustering and collaborative filtering with adaptive recommendation technique. Clustering is approach that separate big data into manageable partitions [4]. Besides, since the ratings of similar services within a clusteraremorepertinentthanthat of dissimilar services, the recommendation accuracy based on users’ ratings may be enhanced. Despite the success of filtering techniques, they exhibit cold-start, sparsity and scalability problem. This paper proposes an adaptive recommendation system that combines item- and knowledge-based filtering techniques to increase the accuracy and performance of RSs.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1890 2.RELATED WORK Li et al [6] proposedtointegratemultidimensional clustering into a collaborative filtering recommendation model. Background data in the form of user and item profiles were collected and clustered using the proposed algorithm in the first stage. Then the poor clusters with similar featureswere deleted while the suitable clusters were selected based on cluster pruning. At the last stage, an item prediction was done by performing a weighted average of the deviations from the neighbor’s mean. An approachlikethiswaslikelyto trade-off on increasing the variety of recommendations while maintaining the accuracy of the recommendations. Pazzani et al. [12] developed an intelligentagentthattries to evaluate which pages in the website will appeal a user by applying a naïve Bayesian classifier. The agent allows a user to give training instances by rating different pages as either hot or cold. Jennings and Higuchi describe a neural network that models the interests of a user in a Usenet news environment. Pham et al. [8] proposed tousenetwork clusteringtechnique for social network of users to recognize their neighborhood. And then use the conventional CF algorithms to explore the recommendations. This work relies on social interaction between users. Simon et al. [10] used a high-dimensional parameter-free, divisive hierarchical clustering algorithm that needs only implicit feedback on past user purchases to find the relationships within the users. Depending on the results of clustering, products of high interest were suggested to the users. But, suggested feedback does not always provide accurate information about the user’s choice. In Ziegler, et al. [5], a hybrid collaborative filtering approach was proposed to capitalize on bulk taxonomic information, designed for extracting product classification to address the data sparsity problem of CF recommendation, based on the generation of profiles via inference of super-topic score and topic diversification. A hybrid recommendation technique is also proposed in Ghazantar and Pragel-Benett [4] and this uses the content- based profile of the individual user to find similar users which are used to make predictions. Clustering techniques have received attentioninmanyfields of study such as engineering, medicine, biology and data mining. The goal of clustering is to collect data points.The K- means algorithm is oneofthemostcommontechniquesused for clustering. But, their results of K-means depend on the initial state and converge to local optima. To overcome local optima obstacles, a lot of studies have been done in clustering. T. Nickname, Taherian Fared proposed [11] a paper that presents an efficient hybrid evolutionary optimization algorithm based on combining Modify Imperialist Competitive Algorithm (MICA) andK-means(K), which is called K-MICA, for optimizing clustering N objects into K clusters. Then new Hybrid K-ICA algorithm is tested on several data sets and its performance is compared with those of MICA, ACO, PSO, Simulated Annealing (SA), Genetic Algorithm (GA), Tab Search(TS), Honey Bee Mating Optimization (HBMO) and K-means. The simulation results show that the proposed evolutionaryoptimizationalgorithm is robust and suitable for handling data clustering. With the fact of service computing and cloud computing, more and more services are appearing on the Internet, generating huge volumes of data, such as trace logs, QoS information, service and relationship etc. The enormous service-generated data has becometoolargeandcomplex to be effectively processed by conventional approaches. How to store, manage, and create value from the service- oriented big data has become an important research problem. On the other hand, with the increasingly large amount of data, a single infrastructure which provides common functionality for managing and analyzing different types of service-generated big data is urgently required. To address this challenge, Zibin Zheng, Jieming Zhu and Michael R. Lyu [2] proposed a paper that provides an overview of service-generated big data and Big Data-as-a- Service. First, three types of service-generated big data are exploited toenhancesystemperformance. Then,BigData-as- a-Service, including Big Data Infrastructure-as-a-Service, Big Data Platform-as-a-Service,andBigData Analytics Software- as-a-Service is employedtoprovidecommonbigdata related services (e.g. accessing the service generated big data and data analytics results) to users to enhance efficiency and reduce cost. 3.PROPOSED WORK Here, designed system uses an adaptive recommendation system which is making automatic predictions about the interests of a user by gathering preferences from many users. The aim of this system is to recommend new items to the user or forecast the utility of a certain item, based on user’s previous likings and on the opinions of other like- minded users. AdaptiveRecommendationsystemdominates content based recommender system and collaborative filtering recommender, as the relative accuracy of the recommender is comparatively high.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1891 A. System Architecture Fig 1: Architecture of Adaptive recommendation system for semantic cluster in big data The proposed architecture consists of two modules. 1. Admin Module Admin can login and manage the categories of products.The admin user canadd/update productinformation,images and description. Also, the admin has right to approve the order requested by visitor, generate invoices and pass to dispatch team. Admin module has the option to add/update advertisements. Also,admincanprovidethe productdetails, advertise details and order details to visitor through web services. Cluster Generation (ComputeDescriptionSimilarity and Functionality Similarity): A. Description similarity: Description similarity is computed by a Jaccard similarity coefficient (JSC) which is a statistical measure of similarity between sample sets. B. Functionality similarity: Functionality similarity is also computed by a Jaccard similarity coefficient (JSC), similarly as description similarity. 2. Visitor Module In the proposed system visitor module isthesecondmodule. First, visitor can register and login to the web portal. Visitor user can view product list by categories. Also, the visitor module has the option to view details of product and purchase the product and notify by mail. Visitor can give rating to the product and he can give a prediction about that product. Service Recommendation using (AdaptiveCollaborative Filtering Techniques) The recommendation system builds a database (user-item matrix) of preferences for items by user. It then matches users with preferences by calculating similarities between their profiles to make recommendations. Such users build a group called a neighborhood. A user gets recommendations to those items that he has not rated before, but that was already positively rated by users in his neighborhood. Recommendation that is produced can be either prediction or recommendation. Prediction is a numerical value, Rij, expressing the predicted score of item j for the user i, while recommendation is a list of top N items that theuserwill like the most. The adaptive system combines content-based filtering and Item-based collaborative filtering. In content-based filtering technique, recommendation is made based on the user profiles using features extracted from the content of the items evaluated in the past. Items that are mostly related to the positively rated items are recommended to the user. Item-based approach computes for each user-item correlation with all other items and aggregates for eachuser the ratings for item that are already highly correlated. 4.SCOPE OF THE WORK The main goal of the proposed work is providing accurate recommendations to users. 1.To present the new adaptive algorithm to improve the Scalability, Accuracy, Memory consumption. 2.Present an approach that provides therecommendation to users even they are new in system by removing the cold- start problem from existing algorithm. 3.Present a system to improve the speed and accuracy of recommendation system in big data application. 5. CONCLUSION In this paper, Recommendationtechniqueswerestudiedand a new system is proposed, that uses an adaptive recommendation approach which combines content-based filtering and Item-based collaborative filtering. Adaptive algorithm improves the Scalability, Accuracy and Memory consumption. Also, removes cold-start, data sparsity and scalability problem. The new proposed system will perform clustering and provide accurate recommendations using adaptive approach. 6.REFERENCES [1] NanangHusin,” Internet user Behavior Analysis in online shopping on Indonesia”, processing of the 2011 international conference on Advanced Computer Science and information System (ICASIS).
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1892 [2] Z. Zheng, H. Ma, M. R. Lyu, and I. King, “QoS-aware web service recommendation by collaborative filtering,” IEEE Trans. Services Compute, Vol.4,no.2,pp.140-152, Feb. 2011. [3] M. A. Beyer and D. Laney, “The importance of ‘big data: A definition “Gartner Inc., Stamford, CT, USA, Tech. Rep, 2012. [4] T. C. Havens, J. C. Bezdek, C. Leckie, L. O. Hall, and M. Palaniswami, “Fuzzy c-means algorithms for very large data,” vol. 20, no. 6, pp. 1130-1146, Dec. 2012. [5] Ziegler CN, Lausen G, Schmidt-Thieme L. Taxonomy- driven computation of product recommendations in: Proceeding of the 13th international conference on information and knowledge management (CIKM 04), Washington DC, USA;2004 [6] X. Li and T. Murata, “Using multidimensional clustering based collaborative filtering approach improving recommendation diversity,” in Proc. IEEE/WIC/ACM Int. Joint Conf. Web Intell. Intell. Agent Technol., Dec. 2012, pp. 169-174. [7] Konstan JA. Riedl J. Recommender system: from algorithms to user experience.User model User-Adapt Interact 2012. [8] M. C. Pham, Y. Cao, R. Klamma, and M. Jarke, “A clustering approach for collaborative filtering recommendation using social network analysis,”J.Univ. Compute. Sci., vol. 17, no. 4, pp. 583-604, Apr. 2011. [9] Pan C. Li W. Research paper recommendation with topic analysis. In computer design and Application, IEEE 2010;4. pp, v4-264. [10] R. D. Simon, X. Tengke, and W. Shengrui, “Combining collaborative filtering and clustering for implicit recommender system “in Proc. IEEE 27th Int. Conf. Adv. Inf. Netw. Appl., Mar. 2013, pp. 748-755. [11] T. Nickname, E. Taherian Fared, N. Pourjafarian, and A. Rousta, “An efficient algorithm based on modified imperialist competitive algorithmandK-meansfordata clustering,” Eng. Appl. Artif. Intell., vol. 24, no. 2, pp. 306-317, Mar. 2011. [12] Pazzani MJ A framework for collaborative content- based and demographic filtering. Artific Intell Rew 1999.