SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1384
E-commerce Recommendation based on Users Rating Data
Boda akhil kumar1, C.H.V. Phani Krishna2, P. Jyothi3
1M. Tech, Student, Department of CS&E, Teegala Krishna Reddy Engineering College, Hyderabad, India
2Head of Department, Department of CS&E, Teegala Krishna Reddy Engineering College, Hyderabad, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Recommending appropriate product items to the
target user is becoming the keytoensurecontinuoussuccessof
Ecommerce. Today, many E-commerce systems adopt various
recommendation techniques, e.g., Collaborative Filtering
(abbreviated as CF)-based technique, to realize product item
recommendation. Overall, thepresentCFrecommendation can
perform very well, if the target userownssimilarfriends(user-
based CF), or the product items purchased and preferred by
target user own one or more similar product items (item-
based CF). While due to the sparsity of big rating data in E-
commerce, similar friends and similar product items may be
both absent from the user-product purchase network, which
lead to a big challenge to recommend appropriate product
items to the target user. Considering the challenge, we put
forward a Structural Balance Theory-basedRecommendation
(i.e., SBT-Rec) approach. In the concrete, (Ⅰ) user-based
recommendation: we look for target user’s “enemy” (i.e., the
users having opposite preference with target user);
afterwards, we determine target user’s “possible friends”,
according to “enemy’s enemy is a friend” rule of Structural
Balance Theory, and recommend the product items preferred
by “possible friends” of target user to the target user. (Ⅱ)
likewise, for the product items purchased and preferred by
target user, we determine their “possibly similar product
items” based on Structural Balance Theory and recommend
them to the target user.
Key Words: Ecommerce, Recommendation system,
collaborative filtering, structural balance theory, user
neighbourhood algorithm.
1. INTRODUCTION
With the popularity of network, E-commerce has
gained fast development and accumulated a huge number of
faithful online users all over the world. Through E-
commerce, users can browse, compare and select the
product items that they like in a more convenient manner,
which brings great facility to the Ecommerce users.
Today, many E-commerce companies (e.g., Amazon,
eBay, Best buy) have provided variousproductitemstotheir
massive online users. Generally, in each E-commerce
company, there are a variety of product items that are ready
to be compared, selected and purchased by target users.
Therefore, from the perspective of E-commerce companies,
accurately predicting target users’ preference and further
recommending appropriate product items to him/her, is
becoming the key to ensure the continuous success of
Ecommerce companies .In view of this, many
recommendation approaches are brought forth, e.g., the
well-known Collaborative Filtering (i.e., CF)-based
recommendation. Concretely, through observing the big
rating data in user-product purchase network, we can
determine the similar friends of target user, or the similar
product items of target user’ preferred product items, and
further put forwardCFrecommendationmethods[7-9], such
as item-based one, user-based one, or hybrid one.
In general, the traditional CF-based recommendation
approaches can work very well,whenthetargetuserhasone
or more similar friends (i.e., user-based CF), or the target
user’s purchased and preferred product items own one or
more similar product items (i.e., item-based CF). However,
due to the null or insufficient feedback incentive in E-
commerce applications, many online shopping usersarenot
willing to give their ratings on product items after the
purchase behaviour, which generates a big but sparse user-
product rating matrix. In this situation, for the target user,
his/her similar friends and similar product items are both
absent from the user-product purchase network,whichmay
lead to a failure of traditional CF-based recommendation
approaches and bring a big challenge for accurate product
item recommendation for the target user. Considering the
above challenge, we put forward a Structural Balance
Theory-based Recommendation (i.e., SBT-Rec) approach
over big rating data in E-commerce. Different from the
traditional CF-basedrecommendationapproaches wherewe
look for “similar friends” or “similar product items” directly,
in SBT-Rec, we first look for the target user’s dissimilar
“enemy” (i.e., opposite of “friend”), and what is more, we
glance for the “possible friends” of E-commerce target
user, in line with “enemy’s enemy could be a friend” rule of
Structural BalanceTheory; after,theproductitemspreferred
by the target user’s
2. LITERATURE SURVEY
The successful researchorganisationwhichhasbeen
entrusted with the market research will collect the data,
analyse it and interpret its findings. Afterwards,
the analysis agency are during a position to report its
conclusions, analysis limitationsandimplicationsofstudy.In
the recent decade, the C2C e-commerce has developed very
fast and played a key role in the internet transaction. The
results additionally disclosed thatperceived worth exerteda
stronger influence on purchase choices of repeat customers
as compared to it of potential customers. Perceived trust
exerted a stronger influence on purchase decisions of
potential customers as compared to that of repeat
customers.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1385
3. EXISTING SYSTEM
Product item recommendation has been a hot research
topic in E-commerce domain.Through analyzing theexisting
big user-product rating data, we can recognize user interest
andpreferencepreciselyandfurtherrecommendappropriate
product items to the target user, so as to improve the on line
product sales significantly. Many people have investigated
this recommendation problem and put forward various
solutions. However, existing work only discusses the
objective quality prediction, without considering the
subjective preferences of different users
3.1 PROPOSED SYSTEM
Considering the above challenge, we put forward a
Structural BalanceTheory-basedRecommendation(i.e.,SBT-
Rec) approach over big rating data in E-commerce.Different
from the traditional CF-based recommendation approaches
where we look for “similar friends” or “similar product
items” directly, in SBT-Rec, we first look for the target user’s
dissimilar “enemy” (i.e., antonym of “friend”), and
furthermore, we look for the “possible friends “of E-
commerce target user, according to “enemy’s enemy is a
friend” rule of Structural Balance Theory. Afterwards the
merchandise things most popular by the target user’s
“possible friends” square measure considered the
advice candidates for target user; likewise, for the product
items preferred by target user, we 1st confirm their
“possibility similar product items” supported “enemy’s
enemy could be a friend” rule of Structural Balance Theory,
and regard them because the recommendation candidates
for target user.
Algorithm:
Input: User rating matrix RM and an active user au.
Output: recommended items set of size N for the active user
au
K: Number of users in the neighbourhood Nau (k) of the
active user au.
N: Number of items recommended to the active user au.
Ic
au: Items which have not yet rated by the active user au.
CNau: Candidate neighbours of the active user au.
Pau j : Rating prediction of items i for the active user au.
1: CN au :U, then compute similarity between active user au
and each user u CNau:
2: for each item i Ic
au do:
3: Find the k most similar users in CNau to comprise
neighbourhood Nau(k):
4: Predicate rating score pau j for item I by neighbourhood
Nau(k):
5: end for
6: Recommend to the active user au the top N items having
the highest pau,j:
Fig -1: Architecture diagram
Data collection – huge data will be stored in database, when
the user requests for item, the data need to be cleaned and
normalized.
Recommendation module –based on the users rating the
recommendation algorithm will suggest the items to the
target user.
User interface –User will search, view and select the item.
The user need to register and then login to the web
application. After successful registration user profile will be
created and the user can request for item and also specify
there requirement and thisdataisstoredindatabasenowthe
data is sent to recommendation module and here the past
behaviour of the user is Processed and is compared with his
friends data, ratings anda new item is suggestedtothetarget
user. Once the user is satisfied by the item they can rate the
item and this is again stored in database for other users
recommendation .once after recommendation Post
processing of data is done. Now the user can search foritems
and view the choices suggestedtothemandselectoneamong
and rate a product
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1386
Fig -2: Result of register users in SQL
Fig -3: Result of ratings given by users
Fig -4: Calutation for recommendation user rating
According to the big rating data in E-commerce, a
novel product item recommendation approach named SBT-
Rec is brought forth in this paper, for dealing with the
specific recommendationsituationswhenthetargetuserhas
no similar friends and the product items preferred by target
user have no similar product items. On one hand, SBTRec
makes full use of the valuable structural balanceinformation
hidden in user-product purchase network for precise
recommendation, by considering “enemy’s enemy is a
friend” rule and “enemy’s friend is an enemy” rule in
Structural Balance Theory; on the other hand, SBT-Rec
integrates both user-based CF recommendation and
itembased CF recommendation, so as to improve the
recommendation recall. Through a set of experiments
deployed on MovieLens-1M, we further validate the
feasibility of SBT-Rec.
In the upcoming research, we hope to analyse and
investigate automated similarity threshold setting method,
to accommodate the personalized requirements from
different E-commerce users. Besides, we will take the time
aware user ratings into consideration, so as to improve the
applicability of our proposal in dynamic recommendation
applications.
REFERENCES
[1] Y.Tian, Z.Ye, Y.Yan, and M.Sun, “A Practical Model to
Predict The Repeat Purchasing Pattern of Consumers in The
C2C E-commerce”, Electronic Commerce Research, vol. 15,
no. 4, pp. 571-583, 2015.
[2] C.Chiu, E.Wang, Y.Fang, and H.Huang, "Understanding
Customers' Repeat Purchase Intentions in B2C Ecommerce:
The Roles of Utilitarian Value, Hedonic Value and Perceived
Risk, Information Systems Journal, vol.24, no.1, pp. 85-114,
2014.
[3] H.Kim, Y.Xu, and S.Gupta, “Which Is More Important in
Internet Shopping, Perceived Price or Trust?”, Electronic
Commerce Research and Applications,vol.11,no.3,pp.241–
252, 2012.
[4] G.Trinh, C.Rungie, M.Wright, C.Driesener, andJ.Dawes,
“Predicting Future Purchases with The Poisson Lognormal
Model”, Marketing Letters, vol. 25, no. 2, pp. 219– 234,2014.
[5] R. Jiang, “A Trustworthiness Evaluation Method for
Software Architectures Based on the Principle of Maximum
Entropy (POME) and the Grey Decision-Making Method
(GDMM) ”, Entropy, vol.16, no.9, pp. 4818-4838, 2014.
[6] S. Lin, C. Lai, C. Wu, and C. Lo, “A Trustworthy QoSbased
CollaborativeFilteringApproachforWebServiceDiscovery”,
Journal of Systems and Software, vol. 93, pp. 217-228, 2014.
[7] Y. Cai, H. Leung, Q. Li, et al, “Typicality-based
CollaborativeFilteringRecommendation”,IEEETransactions
on Knowledge and Data Engineering, vol. 26, no. 3, pp. 766-
779, 2014.
[8] K. Choi and Y. Suh, “A New Similarity Function for
Selecting Neighbors for Each Target Item in Collaborative
Filtering”, Knowledge-Based Systems, vol. 37, pp. 146153,
2013.
4. CONCLUSION

More Related Content

PDF
50120130406034 2
PDF
B1802021823
PDF
IRJET- A New Approach to Product Recommendation Systems
PDF
IRJET-Survey on Identification of Top-K Competitors using Data Mining
PDF
Design of recommender system based on customer reviews
PDF
IRJET- Analysis on Existing Methodologies of User Service Rating Prediction S...
PDF
IRJET- Customer Feedback Analysis using Machine Learning
PDF
Recommender systems in indian e-commerce context
50120130406034 2
B1802021823
IRJET- A New Approach to Product Recommendation Systems
IRJET-Survey on Identification of Top-K Competitors using Data Mining
Design of recommender system based on customer reviews
IRJET- Analysis on Existing Methodologies of User Service Rating Prediction S...
IRJET- Customer Feedback Analysis using Machine Learning
Recommender systems in indian e-commerce context

What's hot (20)

PDF
An Improvised Fuzzy Preference Tree Of CRS For E-Services Using Incremental A...
PDF
Guide to Recommender Systems
PDF
Multidirectional Product Support System for Decision Making In Textile Indust...
PDF
Determining Relevance Rankings with Search Click Logs
DOCX
Developing Movie Recommendation System
PPTX
Customer to Customer recommendation system
PDF
SIMILARITY MEASURES FOR RECOMMENDER SYSTEMS: A COMPARATIVE STUDY
PPTX
Determining Relevance Rankings from Search Click Logs
PPTX
Mahendra nath
PDF
H018135054
PDF
Design of Automated Sentiment or Opinion Discovery System to Enhance Its Perf...
PPTX
Movie lens recommender systems
PPT
Digital Trails Dave King 1 5 10 Part 2 D3
PDF
Recommendation systems
PPTX
Retail products - machine learning recommendation engine
PDF
FHCC: A SOFT HIERARCHICAL CLUSTERING APPROACH FOR COLLABORATIVE FILTERING REC...
PDF
Fake Product Review Monitoring & Removal and Sentiment Analysis of Genuine Re...
PDF
IRJET - An Intelligent Recommendation for Social Contextual Image using H...
PDF
IRJET- E-Commerce Recommender System using Data Mining Algorithms
An Improvised Fuzzy Preference Tree Of CRS For E-Services Using Incremental A...
Guide to Recommender Systems
Multidirectional Product Support System for Decision Making In Textile Indust...
Determining Relevance Rankings with Search Click Logs
Developing Movie Recommendation System
Customer to Customer recommendation system
SIMILARITY MEASURES FOR RECOMMENDER SYSTEMS: A COMPARATIVE STUDY
Determining Relevance Rankings from Search Click Logs
Mahendra nath
H018135054
Design of Automated Sentiment or Opinion Discovery System to Enhance Its Perf...
Movie lens recommender systems
Digital Trails Dave King 1 5 10 Part 2 D3
Recommendation systems
Retail products - machine learning recommendation engine
FHCC: A SOFT HIERARCHICAL CLUSTERING APPROACH FOR COLLABORATIVE FILTERING REC...
Fake Product Review Monitoring & Removal and Sentiment Analysis of Genuine Re...
IRJET - An Intelligent Recommendation for Social Contextual Image using H...
IRJET- E-Commerce Recommender System using Data Mining Algorithms
Ad

Similar to IRJET- E-Commerce Recommendation based on Users Rating Data (20)

PDF
Recommending the Appropriate Products for target user in E-commerce using SBT...
PDF
IRJET- A New Approach to Product Recommendation Systems
PDF
IRJET- E-commerce Recommendation System
PDF
IRJET- E-Commerce Recommendation System: Problems and Solutions
PDF
System For Product Recommendation In E-Commerce Applications
PDF
Notes on Recommender Systems pdf 2nd module
PDF
IRJET-Recommendation in E-Commerce using Collaborative Filtering
PDF
International Journal of Computational Engineering Research(IJCER)
PDF
IRJET- Online Sequential Behaviour Analysis using Apriori Algorithm
PDF
IRJET- Survey Paper on Recommendation Systems
PDF
Personalized recommendation for cold start users
PPTX
Recommender Systems
PPTX
Seminar (1).pptx
PDF
IRJET- An Integrated Recommendation System using Graph Database and QGIS
PDF
Personalized E-commerce based recommendation systems using deep-learning tech...
PDF
Keyword Based Service Recommendation system for Hotel System using Collaborat...
PPTX
Connecting social media to e commerce (2)
PDF
Best data science courses in pune
PDF
best online data science courses
PDF
Big data certification training mumbai
Recommending the Appropriate Products for target user in E-commerce using SBT...
IRJET- A New Approach to Product Recommendation Systems
IRJET- E-commerce Recommendation System
IRJET- E-Commerce Recommendation System: Problems and Solutions
System For Product Recommendation In E-Commerce Applications
Notes on Recommender Systems pdf 2nd module
IRJET-Recommendation in E-Commerce using Collaborative Filtering
International Journal of Computational Engineering Research(IJCER)
IRJET- Online Sequential Behaviour Analysis using Apriori Algorithm
IRJET- Survey Paper on Recommendation Systems
Personalized recommendation for cold start users
Recommender Systems
Seminar (1).pptx
IRJET- An Integrated Recommendation System using Graph Database and QGIS
Personalized E-commerce based recommendation systems using deep-learning tech...
Keyword Based Service Recommendation system for Hotel System using Collaborat...
Connecting social media to e commerce (2)
Best data science courses in pune
best online data science courses
Big data certification training mumbai
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
PPT on Performance Review to get promotions
PPTX
UNIT - 3 Total quality Management .pptx
PPTX
Current and future trends in Computer Vision.pptx
PDF
Categorization of Factors Affecting Classification Algorithms Selection
PDF
Soil Improvement Techniques Note - Rabbi
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
PPTX
Artificial Intelligence
PDF
Visual Aids for Exploratory Data Analysis.pdf
PDF
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPT
A5_DistSysCh1.ppt_INTRODUCTION TO DISTRIBUTED SYSTEMS
PPTX
UNIT 4 Total Quality Management .pptx
PPT
Occupational Health and Safety Management System
PPT on Performance Review to get promotions
UNIT - 3 Total quality Management .pptx
Current and future trends in Computer Vision.pptx
Categorization of Factors Affecting Classification Algorithms Selection
Soil Improvement Techniques Note - Rabbi
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
Automation-in-Manufacturing-Chapter-Introduction.pdf
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
Artificial Intelligence
Visual Aids for Exploratory Data Analysis.pdf
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
III.4.1.2_The_Space_Environment.p pdffdf
R24 SURVEYING LAB MANUAL for civil enggi
A5_DistSysCh1.ppt_INTRODUCTION TO DISTRIBUTED SYSTEMS
UNIT 4 Total Quality Management .pptx
Occupational Health and Safety Management System

IRJET- E-Commerce Recommendation based on Users Rating Data

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1384 E-commerce Recommendation based on Users Rating Data Boda akhil kumar1, C.H.V. Phani Krishna2, P. Jyothi3 1M. Tech, Student, Department of CS&E, Teegala Krishna Reddy Engineering College, Hyderabad, India 2Head of Department, Department of CS&E, Teegala Krishna Reddy Engineering College, Hyderabad, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Recommending appropriate product items to the target user is becoming the keytoensurecontinuoussuccessof Ecommerce. Today, many E-commerce systems adopt various recommendation techniques, e.g., Collaborative Filtering (abbreviated as CF)-based technique, to realize product item recommendation. Overall, thepresentCFrecommendation can perform very well, if the target userownssimilarfriends(user- based CF), or the product items purchased and preferred by target user own one or more similar product items (item- based CF). While due to the sparsity of big rating data in E- commerce, similar friends and similar product items may be both absent from the user-product purchase network, which lead to a big challenge to recommend appropriate product items to the target user. Considering the challenge, we put forward a Structural Balance Theory-basedRecommendation (i.e., SBT-Rec) approach. In the concrete, (Ⅰ) user-based recommendation: we look for target user’s “enemy” (i.e., the users having opposite preference with target user); afterwards, we determine target user’s “possible friends”, according to “enemy’s enemy is a friend” rule of Structural Balance Theory, and recommend the product items preferred by “possible friends” of target user to the target user. (Ⅱ) likewise, for the product items purchased and preferred by target user, we determine their “possibly similar product items” based on Structural Balance Theory and recommend them to the target user. Key Words: Ecommerce, Recommendation system, collaborative filtering, structural balance theory, user neighbourhood algorithm. 1. INTRODUCTION With the popularity of network, E-commerce has gained fast development and accumulated a huge number of faithful online users all over the world. Through E- commerce, users can browse, compare and select the product items that they like in a more convenient manner, which brings great facility to the Ecommerce users. Today, many E-commerce companies (e.g., Amazon, eBay, Best buy) have provided variousproductitemstotheir massive online users. Generally, in each E-commerce company, there are a variety of product items that are ready to be compared, selected and purchased by target users. Therefore, from the perspective of E-commerce companies, accurately predicting target users’ preference and further recommending appropriate product items to him/her, is becoming the key to ensure the continuous success of Ecommerce companies .In view of this, many recommendation approaches are brought forth, e.g., the well-known Collaborative Filtering (i.e., CF)-based recommendation. Concretely, through observing the big rating data in user-product purchase network, we can determine the similar friends of target user, or the similar product items of target user’ preferred product items, and further put forwardCFrecommendationmethods[7-9], such as item-based one, user-based one, or hybrid one. In general, the traditional CF-based recommendation approaches can work very well,whenthetargetuserhasone or more similar friends (i.e., user-based CF), or the target user’s purchased and preferred product items own one or more similar product items (i.e., item-based CF). However, due to the null or insufficient feedback incentive in E- commerce applications, many online shopping usersarenot willing to give their ratings on product items after the purchase behaviour, which generates a big but sparse user- product rating matrix. In this situation, for the target user, his/her similar friends and similar product items are both absent from the user-product purchase network,whichmay lead to a failure of traditional CF-based recommendation approaches and bring a big challenge for accurate product item recommendation for the target user. Considering the above challenge, we put forward a Structural Balance Theory-based Recommendation (i.e., SBT-Rec) approach over big rating data in E-commerce. Different from the traditional CF-basedrecommendationapproaches wherewe look for “similar friends” or “similar product items” directly, in SBT-Rec, we first look for the target user’s dissimilar “enemy” (i.e., opposite of “friend”), and what is more, we glance for the “possible friends” of E-commerce target user, in line with “enemy’s enemy could be a friend” rule of Structural BalanceTheory; after,theproductitemspreferred by the target user’s 2. LITERATURE SURVEY The successful researchorganisationwhichhasbeen entrusted with the market research will collect the data, analyse it and interpret its findings. Afterwards, the analysis agency are during a position to report its conclusions, analysis limitationsandimplicationsofstudy.In the recent decade, the C2C e-commerce has developed very fast and played a key role in the internet transaction. The results additionally disclosed thatperceived worth exerteda stronger influence on purchase choices of repeat customers as compared to it of potential customers. Perceived trust exerted a stronger influence on purchase decisions of potential customers as compared to that of repeat customers.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1385 3. EXISTING SYSTEM Product item recommendation has been a hot research topic in E-commerce domain.Through analyzing theexisting big user-product rating data, we can recognize user interest andpreferencepreciselyandfurtherrecommendappropriate product items to the target user, so as to improve the on line product sales significantly. Many people have investigated this recommendation problem and put forward various solutions. However, existing work only discusses the objective quality prediction, without considering the subjective preferences of different users 3.1 PROPOSED SYSTEM Considering the above challenge, we put forward a Structural BalanceTheory-basedRecommendation(i.e.,SBT- Rec) approach over big rating data in E-commerce.Different from the traditional CF-based recommendation approaches where we look for “similar friends” or “similar product items” directly, in SBT-Rec, we first look for the target user’s dissimilar “enemy” (i.e., antonym of “friend”), and furthermore, we look for the “possible friends “of E- commerce target user, according to “enemy’s enemy is a friend” rule of Structural Balance Theory. Afterwards the merchandise things most popular by the target user’s “possible friends” square measure considered the advice candidates for target user; likewise, for the product items preferred by target user, we 1st confirm their “possibility similar product items” supported “enemy’s enemy could be a friend” rule of Structural Balance Theory, and regard them because the recommendation candidates for target user. Algorithm: Input: User rating matrix RM and an active user au. Output: recommended items set of size N for the active user au K: Number of users in the neighbourhood Nau (k) of the active user au. N: Number of items recommended to the active user au. Ic au: Items which have not yet rated by the active user au. CNau: Candidate neighbours of the active user au. Pau j : Rating prediction of items i for the active user au. 1: CN au :U, then compute similarity between active user au and each user u CNau: 2: for each item i Ic au do: 3: Find the k most similar users in CNau to comprise neighbourhood Nau(k): 4: Predicate rating score pau j for item I by neighbourhood Nau(k): 5: end for 6: Recommend to the active user au the top N items having the highest pau,j: Fig -1: Architecture diagram Data collection – huge data will be stored in database, when the user requests for item, the data need to be cleaned and normalized. Recommendation module –based on the users rating the recommendation algorithm will suggest the items to the target user. User interface –User will search, view and select the item. The user need to register and then login to the web application. After successful registration user profile will be created and the user can request for item and also specify there requirement and thisdataisstoredindatabasenowthe data is sent to recommendation module and here the past behaviour of the user is Processed and is compared with his friends data, ratings anda new item is suggestedtothetarget user. Once the user is satisfied by the item they can rate the item and this is again stored in database for other users recommendation .once after recommendation Post processing of data is done. Now the user can search foritems and view the choices suggestedtothemandselectoneamong and rate a product
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1386 Fig -2: Result of register users in SQL Fig -3: Result of ratings given by users Fig -4: Calutation for recommendation user rating According to the big rating data in E-commerce, a novel product item recommendation approach named SBT- Rec is brought forth in this paper, for dealing with the specific recommendationsituationswhenthetargetuserhas no similar friends and the product items preferred by target user have no similar product items. On one hand, SBTRec makes full use of the valuable structural balanceinformation hidden in user-product purchase network for precise recommendation, by considering “enemy’s enemy is a friend” rule and “enemy’s friend is an enemy” rule in Structural Balance Theory; on the other hand, SBT-Rec integrates both user-based CF recommendation and itembased CF recommendation, so as to improve the recommendation recall. Through a set of experiments deployed on MovieLens-1M, we further validate the feasibility of SBT-Rec. In the upcoming research, we hope to analyse and investigate automated similarity threshold setting method, to accommodate the personalized requirements from different E-commerce users. Besides, we will take the time aware user ratings into consideration, so as to improve the applicability of our proposal in dynamic recommendation applications. REFERENCES [1] Y.Tian, Z.Ye, Y.Yan, and M.Sun, “A Practical Model to Predict The Repeat Purchasing Pattern of Consumers in The C2C E-commerce”, Electronic Commerce Research, vol. 15, no. 4, pp. 571-583, 2015. [2] C.Chiu, E.Wang, Y.Fang, and H.Huang, "Understanding Customers' Repeat Purchase Intentions in B2C Ecommerce: The Roles of Utilitarian Value, Hedonic Value and Perceived Risk, Information Systems Journal, vol.24, no.1, pp. 85-114, 2014. [3] H.Kim, Y.Xu, and S.Gupta, “Which Is More Important in Internet Shopping, Perceived Price or Trust?”, Electronic Commerce Research and Applications,vol.11,no.3,pp.241– 252, 2012. [4] G.Trinh, C.Rungie, M.Wright, C.Driesener, andJ.Dawes, “Predicting Future Purchases with The Poisson Lognormal Model”, Marketing Letters, vol. 25, no. 2, pp. 219– 234,2014. [5] R. Jiang, “A Trustworthiness Evaluation Method for Software Architectures Based on the Principle of Maximum Entropy (POME) and the Grey Decision-Making Method (GDMM) ”, Entropy, vol.16, no.9, pp. 4818-4838, 2014. [6] S. Lin, C. Lai, C. Wu, and C. Lo, “A Trustworthy QoSbased CollaborativeFilteringApproachforWebServiceDiscovery”, Journal of Systems and Software, vol. 93, pp. 217-228, 2014. [7] Y. Cai, H. Leung, Q. Li, et al, “Typicality-based CollaborativeFilteringRecommendation”,IEEETransactions on Knowledge and Data Engineering, vol. 26, no. 3, pp. 766- 779, 2014. [8] K. Choi and Y. Suh, “A New Similarity Function for Selecting Neighbors for Each Target Item in Collaborative Filtering”, Knowledge-Based Systems, vol. 37, pp. 146153, 2013. 4. CONCLUSION