SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 81
Privacy Preserving Friend Matching
Rupali Lokhande1, Hemangi Jadhav2, Priyanka Ladhe3, Mayuri Nehete4
1,2,3,4UG Student, Dept. of computer Engineering, SSBTCOET, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Every day we are overwhelmed with many
choices and options, simultaneously recommendation
systems have gained popularity in providing suggestions.
Today every web application has its own recommendation
system. Whereas, Recommendation systems for social
networks are different from other kinds of system, since the
item here are rational human beings rather than goods.
Hence, the ‘Social’ factor has to be accounted for when
making a recommendation. We considered one of the most
popular social Networking sites that is Facebook as it offers
impressive features. Here, we are mainly focusing on
recommending friend with similarinterestwhichisdifferent
among all the existing ones where Facebook uses social
graph a friend of friend approach to recommend friend
which may not be the most appropriate to reflect a user’s
preferences on friend selection in real life.
Key Words: Social Networks, Friend matching,
FriendBook, LDA.
1. INTRODUCTION
Social networking is grouping of individuals into specific
groups. Social media is a wide range of internet based and
mobile services that allow users to participate in online
communities. It is also a platform to built social relations
between people who share similar interests, activities,
backgrounds and real life connections. Social media also
allows individuals, companies, organizations and
governments to interact with a lot of people. There are
number of websites focus on particular interests which
means anyone can be a member, but it does not matter what
their hobbies or interests are. Once you are member of
community you can be friends with similar interestsandcan
unfriend those friends.
Social networking sites have enormous data set of users,
according to the current survey. Every individual social
networking site makes record of the activities of users such
as his/her likes; what user likes? , what user is doing? , what
is user’s hobby? Etc. and it has gained main area of focus in
understanding the user behavior, One of the best example
we might consider is FaceBook. Hence here, in our approach
we are making use of user life style as major concern for
recommending friends and build relationship among the
people with similar interest and helptoshareinformationor
build communication among likely minded people.
2.LITERATURE SURVEY
Existing social networking services recommend friends to
users based on their social graphs, which may not be the
most appropriate to reflect a user’s preferences on friend
selection in real life.recommendation systems that try to
suggest items (e.g.music, movie, and books) to users have
become more and more popular in recent years. For
instance, Amazon recommends items to a user based on
items the user previously visited, and items that other users
are looking at. Netflix [3] and Rotten Tomatoes [4]
recommendmovies to a user based on the user’s previous
ratings and watching habits. Recently, with the advance of
social networking systems, friend recommendation has
received a lot of attention.Generallyspeaking,existingfriend
recommendation in social networking systems,e.g.,
Facebook, LinkedInandTwitter, recommendfriendstousers
if, according to their social relations, they share common
friends.
In this paper we considered FriendBook for extracting the
user details such as name, interest, email id etc. and we have
analyzed its structure. From ourstudyperspectiveoneof the
important functions of this network is user interest. User
interest is the process by which thoughts and actions of
individual are generated and depicted in their profile and
can analyze on it to identify his/her life style. This can be
widely accepted in social networks.
Hence, the paper aims at fulfilling the development of the
following system:
Considering, FriendBook profile data, we calculate
probabilities of the topics in the user document using LDA
model that is considering the probabilistic method to find
dominant life style vector and then recommending to the
query user with potential friend whose values are greter
then certain specified threshold value.
3.METHODOLOGY
Problem Statement:
Development & Implementation of a Probabilistic model to
find the user with similar interest and recommend friend to
user.
During the web development phase, the user data is
recorded into our database. The user activity from the
database is accessed. An algorithm for calculating
dominating life style vector of user is developed. LDA
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 82
algorithm is a way of automatically discovering topics that
the sentences in document has, it finds the topic by
calculating the probabilityof wordsindocument.Similarlyin
case of FriendBook we apply this method and find the
dominant life style vector as below, . The life style of users is
extracted by the life style analysis module with the
probabilistic topic model, and then
the life style indexing module puts the lifestylesofusersinto
the database in the format of (life-style, user) The
probabilistic topic model can be given as,
P(Wi|dk)=ΣZj=1 p(wi|zj) p(zj|dk)
Where, w-activity
Z-life style
D –set of document and in our case as we are implementing
it in FriendBook can be considered as 1 as we are able to
fetch the topics directly byconsideringuseractivityaswhole
document.
The topics may be movies, books read, sports etc. and the
count of these activities can be accessed based on the
permission given by FaceBook developers and the people
who logs in to our app and allow us to access the data to
recommend them friendofsimilarinterestamongthepeople
from our database. As we get the count values we calculate
probability of each activity of user using above formula then
we find dominating life style vector of user by specifying
some assumed threshold value in our case we have
considered it as 0.9.let us define this threshold as (alpha)
And after finding dominating life style vector of user we find
similarity between the users this is done using the below
formula,
S=Sc(i,j).Sd(i,j).
where i & j are number of users
Sc=is cosine similarity and
Sd= is distance similarity.
Hence, a cosine similarity can be calculated as below
Between user 1 & user 2,
Sc(U1,U2)=COS(U1,U2)=a.b/|a||b|
Similarly with all the users it is calculated. And distance
Similarity is calculated as below,
Sd(U1,U2)=2|D1∩D2|/|D1|+|D2|.
After calculating similarity value for all the user with every
Other user we store those values in matrix form from which
We recommend a friend to the user who is greater then
Some specified threshold value,wehaveassumedThreshold
value as 0.5 in our case and let’s consider this
Recommending threshold as β(beta).
3.1 Friend Recommendation Results
There are four free parameters used to generate the friend
recommendation results, including the similarity
threshold for friend-matching graph the threshold that
controls the number of dominant life styles, the damping
factor ' that emphasizes the importance of the friend
matching graph (Eq. 13), and the number of lifestyles.Inour
practical experiments, we have used the following values as
default through empirical studies, i.e., the similarity
threshold Sthr is set to 0.5.
The IDs and recommendation scores of recommended
friends are shown in the list.
Note that Friendbook returns the ID of users instead of their
real names due to privacy concerns in our experiments..
Users can connect to people in the recommended friend list
through our system and also give a score on the
recommended friends.Notethat weintentionallyanonymize
the personal information in Figure 9 toprotecttheprivacyof
subjects. In the real system, when a user wants to use the
system, he/she will be encouraged to complete his/her
personal profile, e.g., name ,User ID.
Current User ID Matching Friend ID Score
18 1 0.386
18 2 0.154
18 3 0.99
18 5 0.23
18 10 0.85
18 15 0.65
Fig. Similarity Score
Similarity score of each recommended friend will be shown
to the user. As shown in Figure user 1 has strong
relationship with user 18. user 18 has strong relationship
with user 3,user 5 has relationship with the afor
rementioned users but not very strong, while user 10 and
user 15 have no relationship with others at all. The result is
consistent with the ground truth of professions shown in
Table 1because people have the same profession usually
have the same life style.
4 PROPOSED WORK
In the proposed work, we have focused on Three important
phases as below
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 83
Figure-System Architecture
1. Creating a user interface application for login: Web
applications that require authorization to access certain
information.
2. Finding dominant life style: Depending on the activities
that user has done we get certain count of the activity, then
we calculate probabilities of each life style and consider
those values who are greater then some specified threshold
value α (alpha). In which the user interacts with the site
through our application.
3. Recommending potential friend: We calculate the
similarity between the users and recommend friends to the
query user who are above certain threshold value β (beta).
Based on accessing permission given by user for a web
application we can get the activities performed by user.
1) Develop and test a methodology to find the users
withsimilar interest in online social networks on thebasis of
a simple metric of their activity level.
2) We calculate the probabilistic values of each activity and
find dominating life style.
3) And recommend potential friend .
5. CONCLUSION AND FUTURE WORK
In our approach we presented the design and
implementation of Friendtome, a semantic-based friend
recommendation system for social networks. Differentfrom
the friend recommend at social graphs in existing social
networking services, the results showed that the
recommendations accuratelyreflectthepreferencesofusers
in choosing friends. Beyondthecurrent prototype,thefuture
work can be concentrated on implementingitonothersocial
networking, and same can be used to build stand alone app
and access the user activity through mobile sensors.
FriendBook can utilize more information for life discovery,
which should improve the recommendation experience in
the future.
ACKNOWLEDGMENT
First and foremost, I would like to express my sincere
gratitude to my project guide Prof. Dr.Girish.K.Patnaik who
has in the literal sense, guided and supervised me. I am
indebted with a deep sense of gratitude for the constant
inspiration and valuable guidance throughout the work.
Lastly, I extend my heartfelt thanks to my friends and my
parents, family for their in time kind supportandhelping me
in doing project.
References
[1] Namrata M.Eklaspur[1],Anand S.Pashupatimath[2] “A
Friend RecommederSystemforSocial NetworksbyLife Style
Extraction using Probababilistic Method” Volume-3,May-
June2015.
[2] Zhibo Wang, Jilong Liao, Qing Cao, Hairong Qi, and Zhi
Wang, “Friendbook: A Semantic-based Friend
Recommendation System for Social Networks”IEEE
TRANSACTIONS ON MOBILE COMPUTING, VOL. 13, NO. 99,
MAY2014
[3] W. H. Hsu[1], A. King[2], M. Paradesi[3], T. Pydimarri[4],
and T. Weninge[5]r.”Collaborative and structural
recommendation of friends using weblog-based social
network analysis.," SIGCOMM Comput. Commun.Rev.,
April2006.
[4] L. Bian and H. Holtzman.” Online friend recommendation
through personality matching and collaborative filtering”.
Proc. of UBICOMM, pages 230-235, 2011
.
BIOGRAPHIES
Ms Rupali Lokhande, She is
currently pursuing her Bachelor’s
Degree in Computer Engineering
from SSBTCOET,Jalgaon
.
Ms Priyanka Ladhe, She is
currently pursuing her Bachelor’s
Degree in Computer Engineering
from SSBTCOET,Jalgaon
Ms Hemangi Jadhav, She is
currently pursuing her Bachelor’s
Degree in Computer Engineering
from SSBTCOET,Jalgaon
Ms Mayuri Nehete, She is currently
pursuing her Bachelor’s Degree in
Computer Engineering from
SSBTCOET,Jalgaon

More Related Content

What's hot

Scalable recommendation with social contextual information
Scalable recommendation with social contextual informationScalable recommendation with social contextual information
Scalable recommendation with social contextual informationeSAT Journals
 
Identifying Most Relevant Node Path To Increase Connection Probability In Gra...
Identifying Most Relevant Node Path To Increase Connection Probability In Gra...Identifying Most Relevant Node Path To Increase Connection Probability In Gra...
Identifying Most Relevant Node Path To Increase Connection Probability In Gra...CSCJournals
 
Ccr a content collaborative reciprocal recommender for online dating
Ccr a content collaborative reciprocal recommender for online datingCcr a content collaborative reciprocal recommender for online dating
Ccr a content collaborative reciprocal recommender for online datingSean Chiu
 
User Behaviour Modeling on Financial Message Boards
User Behaviour Modeling on Financial Message BoardsUser Behaviour Modeling on Financial Message Boards
User Behaviour Modeling on Financial Message Boardsprithan
 
Literature Review on Social Networking in Supply chain
Literature Review on Social Networking in Supply chainLiterature Review on Social Networking in Supply chain
Literature Review on Social Networking in Supply chainSujoy Bag
 
Asymmetric Social Proximity Based Private Matching Protocols for Online Socia...
Asymmetric Social Proximity Based Private Matching Protocols for Online Socia...Asymmetric Social Proximity Based Private Matching Protocols for Online Socia...
Asymmetric Social Proximity Based Private Matching Protocols for Online Socia...1crore projects
 
Can you trust everything?
Can you trust everything?Can you trust everything?
Can you trust everything?Colin Lieu
 
Trust influence and social media
Trust influence and social mediaTrust influence and social media
Trust influence and social mediaDawn Dawson
 
Social Friend Overlying Communities Based on Social Network Context
Social Friend Overlying Communities Based on Social Network ContextSocial Friend Overlying Communities Based on Social Network Context
Social Friend Overlying Communities Based on Social Network ContextIRJET Journal
 
Cluster Based Web Search Using Support Vector Machine
Cluster Based Web Search Using Support Vector MachineCluster Based Web Search Using Support Vector Machine
Cluster Based Web Search Using Support Vector MachineCSCJournals
 
Vol 7 No 1 - November 2013
Vol 7 No 1 - November 2013Vol 7 No 1 - November 2013
Vol 7 No 1 - November 2013ijcsbi
 
Identity Resolution across Different Social Networks using Similarity Analysis
Identity Resolution across Different Social Networks using Similarity AnalysisIdentity Resolution across Different Social Networks using Similarity Analysis
Identity Resolution across Different Social Networks using Similarity Analysisrahulmonikasharma
 
Investigation and application of Personalizing Recommender Systems based on A...
Investigation and application of Personalizing Recommender Systems based on A...Investigation and application of Personalizing Recommender Systems based on A...
Investigation and application of Personalizing Recommender Systems based on A...Eswar Publications
 
Data Mining In Social Networks Using K-Means Clustering Algorithm
Data Mining In Social Networks Using K-Means Clustering AlgorithmData Mining In Social Networks Using K-Means Clustering Algorithm
Data Mining In Social Networks Using K-Means Clustering Algorithmnishant24894
 

What's hot (18)

Scalable recommendation with social contextual information
Scalable recommendation with social contextual informationScalable recommendation with social contextual information
Scalable recommendation with social contextual information
 
Identifying Most Relevant Node Path To Increase Connection Probability In Gra...
Identifying Most Relevant Node Path To Increase Connection Probability In Gra...Identifying Most Relevant Node Path To Increase Connection Probability In Gra...
Identifying Most Relevant Node Path To Increase Connection Probability In Gra...
 
Ccr a content collaborative reciprocal recommender for online dating
Ccr a content collaborative reciprocal recommender for online datingCcr a content collaborative reciprocal recommender for online dating
Ccr a content collaborative reciprocal recommender for online dating
 
User Behaviour Modeling on Financial Message Boards
User Behaviour Modeling on Financial Message BoardsUser Behaviour Modeling on Financial Message Boards
User Behaviour Modeling on Financial Message Boards
 
Literature Review on Social Networking in Supply chain
Literature Review on Social Networking in Supply chainLiterature Review on Social Networking in Supply chain
Literature Review on Social Networking in Supply chain
 
Asymmetric Social Proximity Based Private Matching Protocols for Online Socia...
Asymmetric Social Proximity Based Private Matching Protocols for Online Socia...Asymmetric Social Proximity Based Private Matching Protocols for Online Socia...
Asymmetric Social Proximity Based Private Matching Protocols for Online Socia...
 
Can you trust everything?
Can you trust everything?Can you trust everything?
Can you trust everything?
 
Trust influence and social media
Trust influence and social mediaTrust influence and social media
Trust influence and social media
 
Social Friend Overlying Communities Based on Social Network Context
Social Friend Overlying Communities Based on Social Network ContextSocial Friend Overlying Communities Based on Social Network Context
Social Friend Overlying Communities Based on Social Network Context
 
Df32676679
Df32676679Df32676679
Df32676679
 
Cluster Based Web Search Using Support Vector Machine
Cluster Based Web Search Using Support Vector MachineCluster Based Web Search Using Support Vector Machine
Cluster Based Web Search Using Support Vector Machine
 
Vol 7 No 1 - November 2013
Vol 7 No 1 - November 2013Vol 7 No 1 - November 2013
Vol 7 No 1 - November 2013
 
Link prediction
Link predictionLink prediction
Link prediction
 
Identity Resolution across Different Social Networks using Similarity Analysis
Identity Resolution across Different Social Networks using Similarity AnalysisIdentity Resolution across Different Social Networks using Similarity Analysis
Identity Resolution across Different Social Networks using Similarity Analysis
 
Investigation and application of Personalizing Recommender Systems based on A...
Investigation and application of Personalizing Recommender Systems based on A...Investigation and application of Personalizing Recommender Systems based on A...
Investigation and application of Personalizing Recommender Systems based on A...
 
Aj35198205
Aj35198205Aj35198205
Aj35198205
 
T0 numtq0njc=
T0 numtq0njc=T0 numtq0njc=
T0 numtq0njc=
 
Data Mining In Social Networks Using K-Means Clustering Algorithm
Data Mining In Social Networks Using K-Means Clustering AlgorithmData Mining In Social Networks Using K-Means Clustering Algorithm
Data Mining In Social Networks Using K-Means Clustering Algorithm
 

Similar to IRJET- Privacy Preserving Friend Matching

Friend Recommendation on Social Network Site Based on Their Life Style
Friend Recommendation on Social Network Site Based on Their Life StyleFriend Recommendation on Social Network Site Based on Their Life Style
Friend Recommendation on Social Network Site Based on Their Life Stylepaperpublications3
 
Stabilization of Black Cotton Soil with Red Mud and Formulation of Linear Reg...
Stabilization of Black Cotton Soil with Red Mud and Formulation of Linear Reg...Stabilization of Black Cotton Soil with Red Mud and Formulation of Linear Reg...
Stabilization of Black Cotton Soil with Red Mud and Formulation of Linear Reg...IRJET Journal
 
IEEE 2014 JAVA MOBILE COMPUTING PROJECTS Friendbook a semantic based friend r...
IEEE 2014 JAVA MOBILE COMPUTING PROJECTS Friendbook a semantic based friend r...IEEE 2014 JAVA MOBILE COMPUTING PROJECTS Friendbook a semantic based friend r...
IEEE 2014 JAVA MOBILE COMPUTING PROJECTS Friendbook a semantic based friend r...IEEEFINALYEARSTUDENTPROJECTS
 
Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...
Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...
Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...IJMTST Journal
 
FRIEND RECOMMENDATION IN ONLINE SOCIAL NETWORKS USING LDA
FRIEND RECOMMENDATION IN ONLINE SOCIAL NETWORKS USING LDAFRIEND RECOMMENDATION IN ONLINE SOCIAL NETWORKS USING LDA
FRIEND RECOMMENDATION IN ONLINE SOCIAL NETWORKS USING LDAJournal For Research
 
User behavior model & recommendation on basis of social networks
User behavior model & recommendation on basis of social networks User behavior model & recommendation on basis of social networks
User behavior model & recommendation on basis of social networks Shah Alam Sabuj
 
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...csandit
 
JPJ1450 Friendbook: A Semantic-based Friend Recommendation System for Social...
JPJ1450  Friendbook: A Semantic-based Friend Recommendation System for Social...JPJ1450  Friendbook: A Semantic-based Friend Recommendation System for Social...
JPJ1450 Friendbook: A Semantic-based Friend Recommendation System for Social...chennaijp
 
Structural Balance Theory Based Recommendation for Social Service Portal
Structural Balance Theory Based Recommendation for Social Service PortalStructural Balance Theory Based Recommendation for Social Service Portal
Structural Balance Theory Based Recommendation for Social Service PortalYogeshIJTSRD
 
Recommendation System Using Social Networking
Recommendation System Using Social Networking Recommendation System Using Social Networking
Recommendation System Using Social Networking ijcseit
 
A Survey on Recommendation System based on Knowledge Graph and Machine Learning
A Survey on Recommendation System based on Knowledge Graph and Machine LearningA Survey on Recommendation System based on Knowledge Graph and Machine Learning
A Survey on Recommendation System based on Knowledge Graph and Machine LearningIRJET Journal
 
Cross-Site Bonding of Anonymous Users in Multiple Social Media Networks
Cross-Site Bonding of Anonymous Users in Multiple Social Media NetworksCross-Site Bonding of Anonymous Users in Multiple Social Media Networks
Cross-Site Bonding of Anonymous Users in Multiple Social Media Networksrahulmonikasharma
 
Visual Relation Identification Using BoFT Labels in Social Media Feeds
Visual Relation Identification Using BoFT Labels in Social Media FeedsVisual Relation Identification Using BoFT Labels in Social Media Feeds
Visual Relation Identification Using BoFT Labels in Social Media FeedsIRJET Journal
 
Designing a recommender system based on social networks and location based se...
Designing a recommender system based on social networks and location based se...Designing a recommender system based on social networks and location based se...
Designing a recommender system based on social networks and location based se...IJMIT JOURNAL
 
DESIGNING A RECOMMENDER SYSTEM BASED ON SOCIAL NETWORKS AND LOCATION BASED ...
DESIGNING A RECOMMENDER SYSTEM BASED ON  SOCIAL NETWORKS AND LOCATION BASED  ...DESIGNING A RECOMMENDER SYSTEM BASED ON  SOCIAL NETWORKS AND LOCATION BASED  ...
DESIGNING A RECOMMENDER SYSTEM BASED ON SOCIAL NETWORKS AND LOCATION BASED ...IJMIT JOURNAL
 
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...cscpconf
 
Friendbook a semantic based friend recommendation system for social networks
Friendbook a semantic based friend recommendation system for social networksFriendbook a semantic based friend recommendation system for social networks
Friendbook a semantic based friend recommendation system for social networksPapitha Velumani
 
The eigen rumor algorithm
The eigen rumor algorithmThe eigen rumor algorithm
The eigen rumor algorithmamooool2000
 

Similar to IRJET- Privacy Preserving Friend Matching (20)

Friend Recommendation on Social Network Site Based on Their Life Style
Friend Recommendation on Social Network Site Based on Their Life StyleFriend Recommendation on Social Network Site Based on Their Life Style
Friend Recommendation on Social Network Site Based on Their Life Style
 
Stabilization of Black Cotton Soil with Red Mud and Formulation of Linear Reg...
Stabilization of Black Cotton Soil with Red Mud and Formulation of Linear Reg...Stabilization of Black Cotton Soil with Red Mud and Formulation of Linear Reg...
Stabilization of Black Cotton Soil with Red Mud and Formulation of Linear Reg...
 
B1803020915
B1803020915B1803020915
B1803020915
 
IEEE 2014 JAVA MOBILE COMPUTING PROJECTS Friendbook a semantic based friend r...
IEEE 2014 JAVA MOBILE COMPUTING PROJECTS Friendbook a semantic based friend r...IEEE 2014 JAVA MOBILE COMPUTING PROJECTS Friendbook a semantic based friend r...
IEEE 2014 JAVA MOBILE COMPUTING PROJECTS Friendbook a semantic based friend r...
 
Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...
Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...
Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...
 
FRIEND RECOMMENDATION IN ONLINE SOCIAL NETWORKS USING LDA
FRIEND RECOMMENDATION IN ONLINE SOCIAL NETWORKS USING LDAFRIEND RECOMMENDATION IN ONLINE SOCIAL NETWORKS USING LDA
FRIEND RECOMMENDATION IN ONLINE SOCIAL NETWORKS USING LDA
 
User behavior model & recommendation on basis of social networks
User behavior model & recommendation on basis of social networks User behavior model & recommendation on basis of social networks
User behavior model & recommendation on basis of social networks
 
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
 
JPJ1450 Friendbook: A Semantic-based Friend Recommendation System for Social...
JPJ1450  Friendbook: A Semantic-based Friend Recommendation System for Social...JPJ1450  Friendbook: A Semantic-based Friend Recommendation System for Social...
JPJ1450 Friendbook: A Semantic-based Friend Recommendation System for Social...
 
Structural Balance Theory Based Recommendation for Social Service Portal
Structural Balance Theory Based Recommendation for Social Service PortalStructural Balance Theory Based Recommendation for Social Service Portal
Structural Balance Theory Based Recommendation for Social Service Portal
 
V3 i35
V3 i35V3 i35
V3 i35
 
Recommendation System Using Social Networking
Recommendation System Using Social Networking Recommendation System Using Social Networking
Recommendation System Using Social Networking
 
A Survey on Recommendation System based on Knowledge Graph and Machine Learning
A Survey on Recommendation System based on Knowledge Graph and Machine LearningA Survey on Recommendation System based on Knowledge Graph and Machine Learning
A Survey on Recommendation System based on Knowledge Graph and Machine Learning
 
Cross-Site Bonding of Anonymous Users in Multiple Social Media Networks
Cross-Site Bonding of Anonymous Users in Multiple Social Media NetworksCross-Site Bonding of Anonymous Users in Multiple Social Media Networks
Cross-Site Bonding of Anonymous Users in Multiple Social Media Networks
 
Visual Relation Identification Using BoFT Labels in Social Media Feeds
Visual Relation Identification Using BoFT Labels in Social Media FeedsVisual Relation Identification Using BoFT Labels in Social Media Feeds
Visual Relation Identification Using BoFT Labels in Social Media Feeds
 
Designing a recommender system based on social networks and location based se...
Designing a recommender system based on social networks and location based se...Designing a recommender system based on social networks and location based se...
Designing a recommender system based on social networks and location based se...
 
DESIGNING A RECOMMENDER SYSTEM BASED ON SOCIAL NETWORKS AND LOCATION BASED ...
DESIGNING A RECOMMENDER SYSTEM BASED ON  SOCIAL NETWORKS AND LOCATION BASED  ...DESIGNING A RECOMMENDER SYSTEM BASED ON  SOCIAL NETWORKS AND LOCATION BASED  ...
DESIGNING A RECOMMENDER SYSTEM BASED ON SOCIAL NETWORKS AND LOCATION BASED ...
 
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
LINKING SOFTWARE DEVELOPMENT PHASE AND PRODUCT ATTRIBUTES WITH USER EVALUATIO...
 
Friendbook a semantic based friend recommendation system for social networks
Friendbook a semantic based friend recommendation system for social networksFriendbook a semantic based friend recommendation system for social networks
Friendbook a semantic based friend recommendation system for social networks
 
The eigen rumor algorithm
The eigen rumor algorithmThe eigen rumor algorithm
The eigen rumor algorithm
 

More from IRJET Journal

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

More from IRJET Journal (20)

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

Recently uploaded

247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 

Recently uploaded (20)

247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 

IRJET- Privacy Preserving Friend Matching

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 81 Privacy Preserving Friend Matching Rupali Lokhande1, Hemangi Jadhav2, Priyanka Ladhe3, Mayuri Nehete4 1,2,3,4UG Student, Dept. of computer Engineering, SSBTCOET, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Every day we are overwhelmed with many choices and options, simultaneously recommendation systems have gained popularity in providing suggestions. Today every web application has its own recommendation system. Whereas, Recommendation systems for social networks are different from other kinds of system, since the item here are rational human beings rather than goods. Hence, the ‘Social’ factor has to be accounted for when making a recommendation. We considered one of the most popular social Networking sites that is Facebook as it offers impressive features. Here, we are mainly focusing on recommending friend with similarinterestwhichisdifferent among all the existing ones where Facebook uses social graph a friend of friend approach to recommend friend which may not be the most appropriate to reflect a user’s preferences on friend selection in real life. Key Words: Social Networks, Friend matching, FriendBook, LDA. 1. INTRODUCTION Social networking is grouping of individuals into specific groups. Social media is a wide range of internet based and mobile services that allow users to participate in online communities. It is also a platform to built social relations between people who share similar interests, activities, backgrounds and real life connections. Social media also allows individuals, companies, organizations and governments to interact with a lot of people. There are number of websites focus on particular interests which means anyone can be a member, but it does not matter what their hobbies or interests are. Once you are member of community you can be friends with similar interestsandcan unfriend those friends. Social networking sites have enormous data set of users, according to the current survey. Every individual social networking site makes record of the activities of users such as his/her likes; what user likes? , what user is doing? , what is user’s hobby? Etc. and it has gained main area of focus in understanding the user behavior, One of the best example we might consider is FaceBook. Hence here, in our approach we are making use of user life style as major concern for recommending friends and build relationship among the people with similar interest and helptoshareinformationor build communication among likely minded people. 2.LITERATURE SURVEY Existing social networking services recommend friends to users based on their social graphs, which may not be the most appropriate to reflect a user’s preferences on friend selection in real life.recommendation systems that try to suggest items (e.g.music, movie, and books) to users have become more and more popular in recent years. For instance, Amazon recommends items to a user based on items the user previously visited, and items that other users are looking at. Netflix [3] and Rotten Tomatoes [4] recommendmovies to a user based on the user’s previous ratings and watching habits. Recently, with the advance of social networking systems, friend recommendation has received a lot of attention.Generallyspeaking,existingfriend recommendation in social networking systems,e.g., Facebook, LinkedInandTwitter, recommendfriendstousers if, according to their social relations, they share common friends. In this paper we considered FriendBook for extracting the user details such as name, interest, email id etc. and we have analyzed its structure. From ourstudyperspectiveoneof the important functions of this network is user interest. User interest is the process by which thoughts and actions of individual are generated and depicted in their profile and can analyze on it to identify his/her life style. This can be widely accepted in social networks. Hence, the paper aims at fulfilling the development of the following system: Considering, FriendBook profile data, we calculate probabilities of the topics in the user document using LDA model that is considering the probabilistic method to find dominant life style vector and then recommending to the query user with potential friend whose values are greter then certain specified threshold value. 3.METHODOLOGY Problem Statement: Development & Implementation of a Probabilistic model to find the user with similar interest and recommend friend to user. During the web development phase, the user data is recorded into our database. The user activity from the database is accessed. An algorithm for calculating dominating life style vector of user is developed. LDA
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 82 algorithm is a way of automatically discovering topics that the sentences in document has, it finds the topic by calculating the probabilityof wordsindocument.Similarlyin case of FriendBook we apply this method and find the dominant life style vector as below, . The life style of users is extracted by the life style analysis module with the probabilistic topic model, and then the life style indexing module puts the lifestylesofusersinto the database in the format of (life-style, user) The probabilistic topic model can be given as, P(Wi|dk)=ΣZj=1 p(wi|zj) p(zj|dk) Where, w-activity Z-life style D –set of document and in our case as we are implementing it in FriendBook can be considered as 1 as we are able to fetch the topics directly byconsideringuseractivityaswhole document. The topics may be movies, books read, sports etc. and the count of these activities can be accessed based on the permission given by FaceBook developers and the people who logs in to our app and allow us to access the data to recommend them friendofsimilarinterestamongthepeople from our database. As we get the count values we calculate probability of each activity of user using above formula then we find dominating life style vector of user by specifying some assumed threshold value in our case we have considered it as 0.9.let us define this threshold as (alpha) And after finding dominating life style vector of user we find similarity between the users this is done using the below formula, S=Sc(i,j).Sd(i,j). where i & j are number of users Sc=is cosine similarity and Sd= is distance similarity. Hence, a cosine similarity can be calculated as below Between user 1 & user 2, Sc(U1,U2)=COS(U1,U2)=a.b/|a||b| Similarly with all the users it is calculated. And distance Similarity is calculated as below, Sd(U1,U2)=2|D1∩D2|/|D1|+|D2|. After calculating similarity value for all the user with every Other user we store those values in matrix form from which We recommend a friend to the user who is greater then Some specified threshold value,wehaveassumedThreshold value as 0.5 in our case and let’s consider this Recommending threshold as β(beta). 3.1 Friend Recommendation Results There are four free parameters used to generate the friend recommendation results, including the similarity threshold for friend-matching graph the threshold that controls the number of dominant life styles, the damping factor ' that emphasizes the importance of the friend matching graph (Eq. 13), and the number of lifestyles.Inour practical experiments, we have used the following values as default through empirical studies, i.e., the similarity threshold Sthr is set to 0.5. The IDs and recommendation scores of recommended friends are shown in the list. Note that Friendbook returns the ID of users instead of their real names due to privacy concerns in our experiments.. Users can connect to people in the recommended friend list through our system and also give a score on the recommended friends.Notethat weintentionallyanonymize the personal information in Figure 9 toprotecttheprivacyof subjects. In the real system, when a user wants to use the system, he/she will be encouraged to complete his/her personal profile, e.g., name ,User ID. Current User ID Matching Friend ID Score 18 1 0.386 18 2 0.154 18 3 0.99 18 5 0.23 18 10 0.85 18 15 0.65 Fig. Similarity Score Similarity score of each recommended friend will be shown to the user. As shown in Figure user 1 has strong relationship with user 18. user 18 has strong relationship with user 3,user 5 has relationship with the afor rementioned users but not very strong, while user 10 and user 15 have no relationship with others at all. The result is consistent with the ground truth of professions shown in Table 1because people have the same profession usually have the same life style. 4 PROPOSED WORK In the proposed work, we have focused on Three important phases as below
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 83 Figure-System Architecture 1. Creating a user interface application for login: Web applications that require authorization to access certain information. 2. Finding dominant life style: Depending on the activities that user has done we get certain count of the activity, then we calculate probabilities of each life style and consider those values who are greater then some specified threshold value α (alpha). In which the user interacts with the site through our application. 3. Recommending potential friend: We calculate the similarity between the users and recommend friends to the query user who are above certain threshold value β (beta). Based on accessing permission given by user for a web application we can get the activities performed by user. 1) Develop and test a methodology to find the users withsimilar interest in online social networks on thebasis of a simple metric of their activity level. 2) We calculate the probabilistic values of each activity and find dominating life style. 3) And recommend potential friend . 5. CONCLUSION AND FUTURE WORK In our approach we presented the design and implementation of Friendtome, a semantic-based friend recommendation system for social networks. Differentfrom the friend recommend at social graphs in existing social networking services, the results showed that the recommendations accuratelyreflectthepreferencesofusers in choosing friends. Beyondthecurrent prototype,thefuture work can be concentrated on implementingitonothersocial networking, and same can be used to build stand alone app and access the user activity through mobile sensors. FriendBook can utilize more information for life discovery, which should improve the recommendation experience in the future. ACKNOWLEDGMENT First and foremost, I would like to express my sincere gratitude to my project guide Prof. Dr.Girish.K.Patnaik who has in the literal sense, guided and supervised me. I am indebted with a deep sense of gratitude for the constant inspiration and valuable guidance throughout the work. Lastly, I extend my heartfelt thanks to my friends and my parents, family for their in time kind supportandhelping me in doing project. References [1] Namrata M.Eklaspur[1],Anand S.Pashupatimath[2] “A Friend RecommederSystemforSocial NetworksbyLife Style Extraction using Probababilistic Method” Volume-3,May- June2015. [2] Zhibo Wang, Jilong Liao, Qing Cao, Hairong Qi, and Zhi Wang, “Friendbook: A Semantic-based Friend Recommendation System for Social Networks”IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 13, NO. 99, MAY2014 [3] W. H. Hsu[1], A. King[2], M. Paradesi[3], T. Pydimarri[4], and T. Weninge[5]r.”Collaborative and structural recommendation of friends using weblog-based social network analysis.," SIGCOMM Comput. Commun.Rev., April2006. [4] L. Bian and H. Holtzman.” Online friend recommendation through personality matching and collaborative filtering”. Proc. of UBICOMM, pages 230-235, 2011 . BIOGRAPHIES Ms Rupali Lokhande, She is currently pursuing her Bachelor’s Degree in Computer Engineering from SSBTCOET,Jalgaon . Ms Priyanka Ladhe, She is currently pursuing her Bachelor’s Degree in Computer Engineering from SSBTCOET,Jalgaon Ms Hemangi Jadhav, She is currently pursuing her Bachelor’s Degree in Computer Engineering from SSBTCOET,Jalgaon Ms Mayuri Nehete, She is currently pursuing her Bachelor’s Degree in Computer Engineering from SSBTCOET,Jalgaon