SlideShare a Scribd company logo
International Journal of Engineering Research and Development
e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com
Volume 11, Issue 05 (May 2015), PP.52-56
52
System For Product Recommendation In E-Commerce
Applications
Usharani.S1
and Anirban Basu2
Department Of CSE, East Point College of Engineering & Technology Bangalore, Karnataka, India
Abstract:- Recommendation technology, is an important method for information filtering in E-Commerce
applications, and can effectively reduce information overload in Internet. It narrows down the choice of products
from a large number of product offerings. With increase in the number of E-commerce users and products, the
original recommendation algorithms and systems face many challenges namely in modeling user’s interests
more accurately, providing more diverse recommendation modes, and supporting large-scale expansion of data.
To address these challenges, and meet the present demands of E-commerce applications, a personalized hybrid
recommendation system, which can support massive data set, has been designed and implemented on Hadoop.
Keywords:- E-Commerce,Bigdata,Apache Hadoop,Personalized Hybrid Recommendation.
I. INTRODUCTION
With the increase in use of internet, E-commerce is gaining wide popularity. In recent years, several
E-commerce websites have become very popular. Amazon, eBay, Netflix, etc. are examples. Learning about the
interests of the consumers facilitates consumer shopping, and has become key issue in customer relationship
management. There is a need to incorporate this in E-commerce applications. It is challenging to find out the
product that an user really needs from a large number of product offerings. Although, E-commerce is being used
widely, the concept of personalized recommendation is becoming crucial these days. There is a need to extract
the characteristics of the products, and potential preferences, of consumers from his/her online browsing
patterns and from purchase records, and to recommend appropriate products to the consumer which he/she is
most likely to procure based on this.
In industry, personalized recommendation has become the core technology in E-commerce applications.
Typical systems include: the book recommendation system of Amazon [2], the movie recommendation system
of Netflix [3] and video recommendation system of YouTube [4] etc..
However, with the explosive growth of the number of E-commerce users and products, the amount of
data of recommendation systems have undergone major changes. Users with diverse interests and more
personalized demands, are using E-Commerce platforms and the amount of data to be processed is growing
rapidly. The voluminous data to be processed is mostly in unstructured format which is not easy to analyse. All
three characteristics namely: Volume, Velocity and Variety of Big Data are present in the data to be processesd.
In such situations, earlier recommendation algorithms and systems face several challenges:
 Accurately modelling user’s interests
 Providing more diverse recommendation modes
 Supporting large-scale expansion of data
To address these challenges, a method has been proposed in this paper. The existing methods do not
support the analysis of Big Data. In the proposed method the performance of the system can be speeded up by
using map reduce concept.
II. RELATED WORK
In recent years, research on recommendation technologies has attracted attention due to the
“information overload”. There are many companies who have designed their own recommendation system to
support their Web applications, such as the Google news recommendation [6], FOFs system of Facebook [7]
and the music recommendation of Yahoo! [8], etc. In these systems, generally the collaborative filtering (CF) is
the commonly used core recommendation technology. CF is based on Analyzing historical data,
Research is being carried out to improve the different aspects of CF. For example, the papers [9] and
[10] are focused on the sparsity issue of CF. In [9], Wang et al. proposed a unifying user-based and item-based
System For Product Recommendation In E-Commerce Applications
53
approach by similarity fusion, and in [10] Sarwar et al. proposed a Latent Semantic Indexing (LSI) to reduce the
dimension space and increase the data density, making the user similarity much more obviously. On the other
hand, Mehta et al.[11] have discussed the attack resistance and trust issue of CF algorithms. Many other new CF
recommenders such as Bayesian network-based [12] theoretic approach to collaborative filtering [13] and item-
based [14] technologies and algorithms have been proposed to improve the accuracy and performance. But they
did not consider the dynamic changes in consumer’s interests.
Content based filtering is based on tha Profile attributes that is Similar Item Related to past. A key
issue with content-based filtering is whether the system is able to learn user preferences from user's actions
regarding one content source and use them across other content types.
When the system is limited to recommending content of the same type as the user is already using, the
value from the recommendation system is significantly less than recommending other content from other
services. For example, recommending news articles based on browsing of news is useful, but it's much more
useful when music, videos, products, discussions etc. from different services can be recommended based on
news browsing.
Again all the above mentioned methods and algorithms are centralized so that they cannot satisfy the
scalable requirement of massive data processing in E-commerce applications.Because of this, a hybrid
approach is used which is a combination of collaborative and content-based filtering.
To face today’s new challenges as we identified earlier, the existing mechanisms also have some other
limitations. These are : the current model of consumer interest cannot effectively reflect the change of
consumers’ interest for products, lack
of a hybrid framework for different demands and logics,and current distributed algorithms cannot support Big
Data processing[5].
III. RECOMMENDATION SYSTEM
In this section, we describe a recommendation system. The architecture of the system is shown in
Figure 1. In order to respond to user’s product requirements within a short time, the system has been
implemented in Hadoop.
The following steps are involved as shown in Figure 1:
Step1:The system summarizes the recommendation information gathered periodically based on the previous
transactions of the user. This data is collected in an offline background mode.
Step2: The system uses a preprocessor to extract the useful information from this data and stores them in
Hadoop Distributed File Sysem [HDFS].
Step3:The preprocessed data is clusterd by using Clustering algorithm and an User Preference Tree is
constructed, which is used as the input to recommendation algorithm in the next step. Clustering is used for
grouping similar types of users based on the similarity of their preferences. Users choosing same type of
products are grouped together. This helps in building User Similarity Matrix.
For each user, UPT is constructed based product similarity based on their product preferances And create
product similarity matrix.
UPT is described in details in section 3.1.
Step 4:The recommendation algorithm is accelerated using MapReduce technique on two matrices: one based
on similarity of users and another based on similarity of products.
Step5: Finally recommendation is provided to the active consumers immediately in online mode.
Figure 1. The architecture of Recommendation System.
System For Product Recommendation In E-Commerce Applications
54
3.1 UPT
In recommendation system, the field Classification Vector CV and the Interest Energy(IE) are defined and a tree
structure is proposed for the modeling of user’s interest, called User Preference Tree (UPT)[9].
Step 1 :The field Classification Vector CV of a product is defined as the summation of product name and
product weight.
CV=<(CVK1,CW1),(CVK2,CW2),......, (CVKm,CWm)>,
where CVKx denotes the x-th dimensional attribute’s name of a product and CWx denotes its relative weight i.e.,
classification weight in the range of 0 to 1.
The attributes of a Product Pj can be defined as CV(Pj) = <CVK1,CVK2,…,CVKM>,
where CVKX denotes the x-th dimensional attribute’s value of Pj.
For example in Figure 2:
CV = <(First Category), (Second Category), (Brand), (Style)>,
CV(Pj)= <Clothes, Jacket(Man), Adidas, Black >.
Step 2 :Interest Energy(IE):
Interest Energy is defined as the degree of interest of an User Ui to Product Pj. This is determined by the
frequency of visit of user Ui for a Product Pj.
Step 3 :User Preference Tree (UPT):
UPTfor an user is defined as a tree of depth |CV|+1. Where CV is Classification Vector.The leaf node which
represents a product by user Ui is defined by five-tuple in the leaf node by {PID, IE, IW, CR, level}
where ,
 PID denotes Product ID.
 IE denotes Interest Energy.
 IW denotes the interest weight of certain product.
 CR denotes the rating of User Interface Ui to certain product.
 Level denotes the final choice of the Product .
Figure 2. User preference tree based on a four level Classification.
UPT is shown in Figure 2. UPT Tree is defined based on the product selected and here two types of
products are choosen i.e.,Cloths and Food. In Cloths, Men T-Shirts selected and in that Adidas (black color) &
Nike (pink color), are chosen. In Food,Chocolate is chosen and in that Ferrero is selected. We define products
System For Product Recommendation In E-Commerce Applications
55
based on selection of user, where a visited product Pj uniquely corresponds to a path from root to corresponding
leaf node,where each keyword corresponds to the relevant attribute of product Pj.
User Similarity is defined as the cluster of users interested in similar recently products.
Product similarity is defined as the cluster of similar products based on their features.
These two matrices help in recommending products to the consumers..
IV. PERFORMNCE ON MAP-REDUCE FRAMEWORK.
With the great explosion of the number of products and the increase in the popularity of online
purchases, the efficiency and scalability of recommendations are proving to be important. If we still use the
traditional centralized processing methods, the consumer’s requirement can not be satisfied for datasets with
size in Tera Bytes, as the response time of recommendation may be up to several hours. Therefore, in order to
greatly reduce the recommendation response time, we adopt MapReduce to reduce the time for clustering and
for recommendation mechanism. Parallel processing methods of user similarity and products similarity
calculation are proposed.
Fig 3:Showing the performance graph.
V. CONSLUSION
In this paper, a personalized recommendation system has been discussed which can support massive
data set. Here recommendation algorithm is designed to satisfy user’s diverse demands and supports the Big
Data Set. The execution process of recommendation algorithms can be speeded up by using MapReduce. The
system has been implemented on Hadoop. Performance has been analysed and results show the advantages.
REFERENCES
[1]. Z. Huang, D. Zeng and H. Chen. A Comparison of Collaborative- Filtering Recommendation
Algorithms for E-commerce.
[2]. URL:www.amazon.com.
[3]. URL:www.netflix.com.
[4]. URL:www.youtube.com.
[5]. M. Armbrust, A. Fox, R. Griffith, et al. Above the Clouds: A Berkeley View of Cloud Computing[J].
Commun. ACM. 2010, 53: 50-58.
System For Product Recommendation In E-Commerce Applications
56
[6]. J. Liu, P. Dolan, E. Pedersen. Personalized news recommendation based on click behavior. Proceedings
of the 15th international conference on intelligent user interfaces. ACM, 2010: 31-40.
[7]. L. Backstrom. Dealing with structured and unstructured Data at Facebook. The 8th Extended Semantic
Web Conference ESCW 2011.
[8]. Aizenberg N, Koren Y, Somekh O. Build your own music recommender by modeling internet radio
streams.
[9]. J. Wang, AP. Vries, MJT. Reinders. Unifying User-based and Itembased Collaborative Filtering
Approaches by Similarity Fusion.
[10]. Sarwar, B.M., Karypis, G., Konstan, J.A., et al. Application of dimensionality reduction in
recommender system
[11]. B. Mehta, W. Nejdl. Attack resistant collaborative filtering.
[12]. Breese, J.S., Heckerman, D., Kadie, C. Empirical analysis of predictive algorithms for collaborative
filtering.
[13]. Aggarwal, C.C., Wolf, J.L., Wu, K., et al. Horting hatches an egg: a new raph-theoretic approach to
collaborative filtering. [14] Sarwar, B., Karypis, G., Konstan, J., et al. Item-Based collaborative
filtering recomm

More Related Content

PDF
IRJET- Analysis on Existing Methodologies of User Service Rating Prediction S...
PDF
Hybrid Personalized Recommender System Using Modified Fuzzy C-Means Clusterin...
PDF
IRJET- Online Sequential Behaviour Analysis using Apriori Algorithm
PDF
Multidirectional Product Support System for Decision Making In Textile Indust...
PDF
B1802021823
PDF
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
PDF
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
PDF
IRJET- A Survey on Recommender Systems used for User Service Rating in Social...
IRJET- Analysis on Existing Methodologies of User Service Rating Prediction S...
Hybrid Personalized Recommender System Using Modified Fuzzy C-Means Clusterin...
IRJET- Online Sequential Behaviour Analysis using Apriori Algorithm
Multidirectional Product Support System for Decision Making In Textile Indust...
B1802021823
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
IRJET- A Survey on Recommender Systems used for User Service Rating in Social...

What's hot (20)

PDF
A Study of Neural Network Learning-Based Recommender System
PDF
Personal customized recommendation system reflecting purchase criteria and pr...
PDF
SIMILARITY MEASURES FOR RECOMMENDER SYSTEMS: A COMPARATIVE STUDY
PDF
Guide to Recommender Systems
PPTX
OGD new generation infrastructures evaluation based on value models
PDF
E-commerce online review for detecting influencing factors users perception
PDF
Recommender Systems
PDF
PDF
IRJET- Recommendation System for Electronic Products using BigData
PDF
IRJET- E-Commerce Recommendation System: Problems and Solutions
PDF
IRJET- Book Recommendation System using Item Based Collaborative Filtering
PDF
Design of recommender system based on customer reviews
PDF
Open Data Infrastructures Evaluation Framework using Value Modelling
PDF
Introduction to Recommendation Systems
PDF
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
PDF
A.hybrid.recommendation.approach.for.a.tourism.system
PDF
FHCC: A SOFT HIERARCHICAL CLUSTERING APPROACH FOR COLLABORATIVE FILTERING REC...
PDF
IRJET- Review on Different Recommendation Techniques for GRS in Online Social...
PDF
Cd24534538
PDF
IRJET- Analysis of Rating Difference and User Interest
A Study of Neural Network Learning-Based Recommender System
Personal customized recommendation system reflecting purchase criteria and pr...
SIMILARITY MEASURES FOR RECOMMENDER SYSTEMS: A COMPARATIVE STUDY
Guide to Recommender Systems
OGD new generation infrastructures evaluation based on value models
E-commerce online review for detecting influencing factors users perception
Recommender Systems
IRJET- Recommendation System for Electronic Products using BigData
IRJET- E-Commerce Recommendation System: Problems and Solutions
IRJET- Book Recommendation System using Item Based Collaborative Filtering
Design of recommender system based on customer reviews
Open Data Infrastructures Evaluation Framework using Value Modelling
Introduction to Recommendation Systems
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
A.hybrid.recommendation.approach.for.a.tourism.system
FHCC: A SOFT HIERARCHICAL CLUSTERING APPROACH FOR COLLABORATIVE FILTERING REC...
IRJET- Review on Different Recommendation Techniques for GRS in Online Social...
Cd24534538
IRJET- Analysis of Rating Difference and User Interest
Ad

Viewers also liked (9)

PPTX
Utilizing Marginal Net Utility for Recommendation in E-commerce
ODP
The Wisdom of the Few @SIGIR09
PDF
Preference Elicitation in Recommender Systems
PPTX
Factorization Machines with libFM
PDF
Predicting Customer Behavior - An Introduction to iSky
PPT
Social Recommender Systems
PDF
Latent factor models for Collaborative Filtering
PDF
Matrix Factorization Techniques For Recommender Systems
PPTX
Ecommerce final ppt
Utilizing Marginal Net Utility for Recommendation in E-commerce
The Wisdom of the Few @SIGIR09
Preference Elicitation in Recommender Systems
Factorization Machines with libFM
Predicting Customer Behavior - An Introduction to iSky
Social Recommender Systems
Latent factor models for Collaborative Filtering
Matrix Factorization Techniques For Recommender Systems
Ecommerce final ppt
Ad

Similar to System For Product Recommendation In E-Commerce Applications (20)

PDF
IRJET- Survey Paper on Recommendation Systems
PDF
Machine learning based recommender system for e-commerce
PPTX
Seminar (1).pptx
PDF
Mixed Recommendation Algorithm Based on Content, Demographic and Collaborativ...
PDF
IRJET- Hybrid Book Recommendation System
PDF
IRJET- A New Approach to Product Recommendation Systems
PDF
IRJET- A New Approach to Product Recommendation Systems
PDF
Personalized E-commerce based recommendation systems using deep-learning tech...
PDF
IRJET- Rating based Recommedation System for Web Service
PDF
Keyword Based Service Recommendation system for Hotel System using Collaborat...
PDF
IRJET- Hybrid Recommendation System for Movies
PDF
ML-Powered Recommendation System for Engagement & Revenue.pdf
PDF
A Systematic Literature Survey On Recommendation System
PDF
A Survey on Recommendation System based on Knowledge Graph and Machine Learning
PDF
Recommendation System Using Social Networking
PDF
Recommender System in light of Big Data
PDF
Recommending the Appropriate Products for target user in E-commerce using SBT...
PDF
MOVIE RECOMMENDATION SYSTEM
PDF
Fuzzy Logic Based Recommender System
PDF
Recommender System- Analyzing products by mining Data Streams
IRJET- Survey Paper on Recommendation Systems
Machine learning based recommender system for e-commerce
Seminar (1).pptx
Mixed Recommendation Algorithm Based on Content, Demographic and Collaborativ...
IRJET- Hybrid Book Recommendation System
IRJET- A New Approach to Product Recommendation Systems
IRJET- A New Approach to Product Recommendation Systems
Personalized E-commerce based recommendation systems using deep-learning tech...
IRJET- Rating based Recommedation System for Web Service
Keyword Based Service Recommendation system for Hotel System using Collaborat...
IRJET- Hybrid Recommendation System for Movies
ML-Powered Recommendation System for Engagement & Revenue.pdf
A Systematic Literature Survey On Recommendation System
A Survey on Recommendation System based on Knowledge Graph and Machine Learning
Recommendation System Using Social Networking
Recommender System in light of Big Data
Recommending the Appropriate Products for target user in E-commerce using SBT...
MOVIE RECOMMENDATION SYSTEM
Fuzzy Logic Based Recommender System
Recommender System- Analyzing products by mining Data Streams

More from IJERD Editor (20)

PDF
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
PDF
MEMS MICROPHONE INTERFACE
PDF
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
PDF
Gold prospecting using Remote Sensing ‘A case study of Sudan’
PDF
Reducing Corrosion Rate by Welding Design
PDF
Router 1X3 – RTL Design and Verification
PDF
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
PDF
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
PDF
Study on the Fused Deposition Modelling In Additive Manufacturing
PDF
Spyware triggering system by particular string value
PDF
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
PDF
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
PDF
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
PDF
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
PDF
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
PDF
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
PDF
Moon-bounce: A Boon for VHF Dxing
PDF
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
PDF
Importance of Measurements in Smart Grid
PDF
Study of Macro level Properties of SCC using GGBS and Lime stone powder
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
MEMS MICROPHONE INTERFACE
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Reducing Corrosion Rate by Welding Design
Router 1X3 – RTL Design and Verification
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Study on the Fused Deposition Modelling In Additive Manufacturing
Spyware triggering system by particular string value
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Moon-bounce: A Boon for VHF Dxing
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
Importance of Measurements in Smart Grid
Study of Macro level Properties of SCC using GGBS and Lime stone powder

Recently uploaded (20)

PDF
Categorization of Factors Affecting Classification Algorithms Selection
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PDF
Analyzing Impact of Pakistan Economic Corridor on Import and Export in Pakist...
PPT
introduction to datamining and warehousing
PPT
Total quality management ppt for engineering students
PDF
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
PPTX
communication and presentation skills 01
PDF
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
PDF
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
PPTX
Nature of X-rays, X- Ray Equipment, Fluoroscopy
PPTX
CURRICULAM DESIGN engineering FOR CSE 2025.pptx
PDF
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
PPTX
Artificial Intelligence
PDF
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
PPTX
Fundamentals of Mechanical Engineering.pptx
PDF
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
Exploratory_Data_Analysis_Fundamentals.pdf
Categorization of Factors Affecting Classification Algorithms Selection
III.4.1.2_The_Space_Environment.p pdffdf
Analyzing Impact of Pakistan Economic Corridor on Import and Export in Pakist...
introduction to datamining and warehousing
Total quality management ppt for engineering students
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
communication and presentation skills 01
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
Nature of X-rays, X- Ray Equipment, Fluoroscopy
CURRICULAM DESIGN engineering FOR CSE 2025.pptx
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
Artificial Intelligence
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
Fundamentals of Mechanical Engineering.pptx
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
R24 SURVEYING LAB MANUAL for civil enggi
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
Automation-in-Manufacturing-Chapter-Introduction.pdf
Exploratory_Data_Analysis_Fundamentals.pdf

System For Product Recommendation In E-Commerce Applications

  • 1. International Journal of Engineering Research and Development e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com Volume 11, Issue 05 (May 2015), PP.52-56 52 System For Product Recommendation In E-Commerce Applications Usharani.S1 and Anirban Basu2 Department Of CSE, East Point College of Engineering & Technology Bangalore, Karnataka, India Abstract:- Recommendation technology, is an important method for information filtering in E-Commerce applications, and can effectively reduce information overload in Internet. It narrows down the choice of products from a large number of product offerings. With increase in the number of E-commerce users and products, the original recommendation algorithms and systems face many challenges namely in modeling user’s interests more accurately, providing more diverse recommendation modes, and supporting large-scale expansion of data. To address these challenges, and meet the present demands of E-commerce applications, a personalized hybrid recommendation system, which can support massive data set, has been designed and implemented on Hadoop. Keywords:- E-Commerce,Bigdata,Apache Hadoop,Personalized Hybrid Recommendation. I. INTRODUCTION With the increase in use of internet, E-commerce is gaining wide popularity. In recent years, several E-commerce websites have become very popular. Amazon, eBay, Netflix, etc. are examples. Learning about the interests of the consumers facilitates consumer shopping, and has become key issue in customer relationship management. There is a need to incorporate this in E-commerce applications. It is challenging to find out the product that an user really needs from a large number of product offerings. Although, E-commerce is being used widely, the concept of personalized recommendation is becoming crucial these days. There is a need to extract the characteristics of the products, and potential preferences, of consumers from his/her online browsing patterns and from purchase records, and to recommend appropriate products to the consumer which he/she is most likely to procure based on this. In industry, personalized recommendation has become the core technology in E-commerce applications. Typical systems include: the book recommendation system of Amazon [2], the movie recommendation system of Netflix [3] and video recommendation system of YouTube [4] etc.. However, with the explosive growth of the number of E-commerce users and products, the amount of data of recommendation systems have undergone major changes. Users with diverse interests and more personalized demands, are using E-Commerce platforms and the amount of data to be processed is growing rapidly. The voluminous data to be processed is mostly in unstructured format which is not easy to analyse. All three characteristics namely: Volume, Velocity and Variety of Big Data are present in the data to be processesd. In such situations, earlier recommendation algorithms and systems face several challenges:  Accurately modelling user’s interests  Providing more diverse recommendation modes  Supporting large-scale expansion of data To address these challenges, a method has been proposed in this paper. The existing methods do not support the analysis of Big Data. In the proposed method the performance of the system can be speeded up by using map reduce concept. II. RELATED WORK In recent years, research on recommendation technologies has attracted attention due to the “information overload”. There are many companies who have designed their own recommendation system to support their Web applications, such as the Google news recommendation [6], FOFs system of Facebook [7] and the music recommendation of Yahoo! [8], etc. In these systems, generally the collaborative filtering (CF) is the commonly used core recommendation technology. CF is based on Analyzing historical data, Research is being carried out to improve the different aspects of CF. For example, the papers [9] and [10] are focused on the sparsity issue of CF. In [9], Wang et al. proposed a unifying user-based and item-based
  • 2. System For Product Recommendation In E-Commerce Applications 53 approach by similarity fusion, and in [10] Sarwar et al. proposed a Latent Semantic Indexing (LSI) to reduce the dimension space and increase the data density, making the user similarity much more obviously. On the other hand, Mehta et al.[11] have discussed the attack resistance and trust issue of CF algorithms. Many other new CF recommenders such as Bayesian network-based [12] theoretic approach to collaborative filtering [13] and item- based [14] technologies and algorithms have been proposed to improve the accuracy and performance. But they did not consider the dynamic changes in consumer’s interests. Content based filtering is based on tha Profile attributes that is Similar Item Related to past. A key issue with content-based filtering is whether the system is able to learn user preferences from user's actions regarding one content source and use them across other content types. When the system is limited to recommending content of the same type as the user is already using, the value from the recommendation system is significantly less than recommending other content from other services. For example, recommending news articles based on browsing of news is useful, but it's much more useful when music, videos, products, discussions etc. from different services can be recommended based on news browsing. Again all the above mentioned methods and algorithms are centralized so that they cannot satisfy the scalable requirement of massive data processing in E-commerce applications.Because of this, a hybrid approach is used which is a combination of collaborative and content-based filtering. To face today’s new challenges as we identified earlier, the existing mechanisms also have some other limitations. These are : the current model of consumer interest cannot effectively reflect the change of consumers’ interest for products, lack of a hybrid framework for different demands and logics,and current distributed algorithms cannot support Big Data processing[5]. III. RECOMMENDATION SYSTEM In this section, we describe a recommendation system. The architecture of the system is shown in Figure 1. In order to respond to user’s product requirements within a short time, the system has been implemented in Hadoop. The following steps are involved as shown in Figure 1: Step1:The system summarizes the recommendation information gathered periodically based on the previous transactions of the user. This data is collected in an offline background mode. Step2: The system uses a preprocessor to extract the useful information from this data and stores them in Hadoop Distributed File Sysem [HDFS]. Step3:The preprocessed data is clusterd by using Clustering algorithm and an User Preference Tree is constructed, which is used as the input to recommendation algorithm in the next step. Clustering is used for grouping similar types of users based on the similarity of their preferences. Users choosing same type of products are grouped together. This helps in building User Similarity Matrix. For each user, UPT is constructed based product similarity based on their product preferances And create product similarity matrix. UPT is described in details in section 3.1. Step 4:The recommendation algorithm is accelerated using MapReduce technique on two matrices: one based on similarity of users and another based on similarity of products. Step5: Finally recommendation is provided to the active consumers immediately in online mode. Figure 1. The architecture of Recommendation System.
  • 3. System For Product Recommendation In E-Commerce Applications 54 3.1 UPT In recommendation system, the field Classification Vector CV and the Interest Energy(IE) are defined and a tree structure is proposed for the modeling of user’s interest, called User Preference Tree (UPT)[9]. Step 1 :The field Classification Vector CV of a product is defined as the summation of product name and product weight. CV=<(CVK1,CW1),(CVK2,CW2),......, (CVKm,CWm)>, where CVKx denotes the x-th dimensional attribute’s name of a product and CWx denotes its relative weight i.e., classification weight in the range of 0 to 1. The attributes of a Product Pj can be defined as CV(Pj) = <CVK1,CVK2,…,CVKM>, where CVKX denotes the x-th dimensional attribute’s value of Pj. For example in Figure 2: CV = <(First Category), (Second Category), (Brand), (Style)>, CV(Pj)= <Clothes, Jacket(Man), Adidas, Black >. Step 2 :Interest Energy(IE): Interest Energy is defined as the degree of interest of an User Ui to Product Pj. This is determined by the frequency of visit of user Ui for a Product Pj. Step 3 :User Preference Tree (UPT): UPTfor an user is defined as a tree of depth |CV|+1. Where CV is Classification Vector.The leaf node which represents a product by user Ui is defined by five-tuple in the leaf node by {PID, IE, IW, CR, level} where ,  PID denotes Product ID.  IE denotes Interest Energy.  IW denotes the interest weight of certain product.  CR denotes the rating of User Interface Ui to certain product.  Level denotes the final choice of the Product . Figure 2. User preference tree based on a four level Classification. UPT is shown in Figure 2. UPT Tree is defined based on the product selected and here two types of products are choosen i.e.,Cloths and Food. In Cloths, Men T-Shirts selected and in that Adidas (black color) & Nike (pink color), are chosen. In Food,Chocolate is chosen and in that Ferrero is selected. We define products
  • 4. System For Product Recommendation In E-Commerce Applications 55 based on selection of user, where a visited product Pj uniquely corresponds to a path from root to corresponding leaf node,where each keyword corresponds to the relevant attribute of product Pj. User Similarity is defined as the cluster of users interested in similar recently products. Product similarity is defined as the cluster of similar products based on their features. These two matrices help in recommending products to the consumers.. IV. PERFORMNCE ON MAP-REDUCE FRAMEWORK. With the great explosion of the number of products and the increase in the popularity of online purchases, the efficiency and scalability of recommendations are proving to be important. If we still use the traditional centralized processing methods, the consumer’s requirement can not be satisfied for datasets with size in Tera Bytes, as the response time of recommendation may be up to several hours. Therefore, in order to greatly reduce the recommendation response time, we adopt MapReduce to reduce the time for clustering and for recommendation mechanism. Parallel processing methods of user similarity and products similarity calculation are proposed. Fig 3:Showing the performance graph. V. CONSLUSION In this paper, a personalized recommendation system has been discussed which can support massive data set. Here recommendation algorithm is designed to satisfy user’s diverse demands and supports the Big Data Set. The execution process of recommendation algorithms can be speeded up by using MapReduce. The system has been implemented on Hadoop. Performance has been analysed and results show the advantages. REFERENCES [1]. Z. Huang, D. Zeng and H. Chen. A Comparison of Collaborative- Filtering Recommendation Algorithms for E-commerce. [2]. URL:www.amazon.com. [3]. URL:www.netflix.com. [4]. URL:www.youtube.com. [5]. M. Armbrust, A. Fox, R. Griffith, et al. Above the Clouds: A Berkeley View of Cloud Computing[J]. Commun. ACM. 2010, 53: 50-58.
  • 5. System For Product Recommendation In E-Commerce Applications 56 [6]. J. Liu, P. Dolan, E. Pedersen. Personalized news recommendation based on click behavior. Proceedings of the 15th international conference on intelligent user interfaces. ACM, 2010: 31-40. [7]. L. Backstrom. Dealing with structured and unstructured Data at Facebook. The 8th Extended Semantic Web Conference ESCW 2011. [8]. Aizenberg N, Koren Y, Somekh O. Build your own music recommender by modeling internet radio streams. [9]. J. Wang, AP. Vries, MJT. Reinders. Unifying User-based and Itembased Collaborative Filtering Approaches by Similarity Fusion. [10]. Sarwar, B.M., Karypis, G., Konstan, J.A., et al. Application of dimensionality reduction in recommender system [11]. B. Mehta, W. Nejdl. Attack resistant collaborative filtering. [12]. Breese, J.S., Heckerman, D., Kadie, C. Empirical analysis of predictive algorithms for collaborative filtering. [13]. Aggarwal, C.C., Wolf, J.L., Wu, K., et al. Horting hatches an egg: a new raph-theoretic approach to collaborative filtering. [14] Sarwar, B., Karypis, G., Konstan, J., et al. Item-Based collaborative filtering recomm