SlideShare une entreprise Scribd logo
1  sur  10
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME
60
PAGE ACCESS COEFFICIENT ALGORITHM FOR INFORMATION
FILTERING IN SOCIAL NETWORK
Mrs. L.Rajeswari * Dr.S.S.Dhenakaran
Computer Centre Department of Comp.Sci. & Engg.
Alagappa University Alagappa University
Karaikudi. India. Karaikudi. India.
ABSTRACT
Social Network [9] is defined as the network of interactions or relationships, where
the nodes consist of actors, and the edges consist of the relationship or interaction between
these actors. Information retrieval is used to get the relevant information, viewing needed
and ignoring irrelevant data. For information filtering, there exist two special algorithms
called PageRank and Weighted PageRank. But in both the algorithms, the computational
calculations are high and involve many more iterations. In this paper, a new algorithm called
PAC (Page Access Coefficient) is proposed to calculate the Rank of Web Pages for Social
Network in order to reduce the calculations and the time complexity.
Keyword: Social Network, Web Pages, Information Filtering, PageRank, Weighted
PageRank, PAC.
I INTRODUCTION
The world wide web[1] is a collection of information resources on the Internet that
are using the Hypertext Transfer protocol. It is repository of many interlinked hypertext
documents, accessed via the Internet. Web may contain text, images, videos and other
multimedia data.
Social networks [9] have become vary popular in recent years because of the
increasing proliferation and affordability of internet enabled devices such as personal
computers, mobile devices and other more recent hardware innovations such as internet
tablets. This is evidenced by the burgeoning popularity of many online social networks such
as Twitter, Facebook and LinkedIn. Social networks can be defined either in the context of
systems such as Facebook which are explicitly designed for social interactions, or in terms of
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING
& TECHNOLOGY (IJCET)
ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online)
Volume 4, Issue 3, May-June (2013), pp. 60-69
© IAEME: www.iaeme.com/ijcet.asp
Journal Impact Factor (2013): 6.1302 (Calculated by GISI)
www.jifactor.com
IJCET
© I A E M E
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME
61
other sites such as Flickr which are designed for a different service such as content sharing,
but also allow an extensive level of social interaction.
A social network is a social structure made up of individuals (or organizations) called
“nodes”, which are tied (connected) by one or more specific types of interdependency, such
as friendship, kinship, common interest, and financial exchange, relationships of belief,
knowledge or prestige. Social networking sites [3] are the portals of entry to the Internet for
many millions of users, and they are being used both for advertisement as well as for ensuing
commerce. Social networks can be used to mitigate the privacy and access challenge that
arise when the amount of shared content is growing at an exponential rate.
A group of individuals with connections to other social world is likely to have access
to a wider range of information. It is better for individual success to have connections to a
variety of networks rather than many connections within a single network. Other Social
networks such as YouTube and Google Video are used to share multimedia content, and
others such as LiveJournal and BlogSpot are used to share blogs. Full Participation in online
social network [3] requires users to register a (pseudo) identity with the network, though
some sites do allow browsing public data without explicit sign-on. Users may share
volunteer information about themselves (e.g. their birthday, place of residence, interest, etc.)
all of which constitute the user’s profile. The Social network itself [3] is composed of links
between users. Some sites allow users to link to any other user (without consent from the link
recipient), while other sites follow a two-phase procedure that only allows a link to be
established when both parties agree. Certain sites, such as Flickr, have social networks with
directed links (meaning a link from A to B does not imply the presence of a reverse links),
whereas others, such as Orkut, have social networks with undirected links.
Information Filtering
Information filtering is a name used to describe a variety of process involving in the
delivery of information to people who need it. Information retrieval has been characterized in
a variety of ways, ranging from a description of its goal, to relatively abstract models of its
components and process. Information retrieval is used to get the relevant information,
viewing needed data and ignoring irrelevant data. For this, information filtering is necessary.
The goal of information filtering [4] is to eliminate the redundant or unsuitable
information and thus overcome the information overload. Information filtering helps users to
choose from an abundant number of possibilities (available products, potential friends, etc.)
those that are most likely to be of interest or use for them.
Relevant information [5] can be defined solely for a specific user and under the
context of a particular domain or topic. The shared “social” information can be used to
improve the task of retrieving relevant information, and for refining each agent’s particular
knowledge. The information filtering techniques are used in different applications, not only in
the web context, but in thematic issues as varied as voice recognition, classification of
telescopic astronomy or evaluation of financial risk. The information filtering is used to
select the particular product in online product sales.
II BACKGROUND
A. Ranking web pages
With the rapid growth [7] of WWW and the user’s demand on knowledge, it is
becoming more difficult to manage the information on WWW and satisfy the user needs.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME
62
Therefore, the users are looking for better information retrieval techniques and tools to locate,
extract, filter and find the necessary information. Most of the users use information retrieval
tools like search engines to find the information from the WWW. So Web mining and
ranking mechanism becomes very important for effective information retrieval.
With the rapid growth [6] of the Web, providing relevant pages of the highest quality
to the users based on their queries becomes increasingly difficult. The reasons are that, some
web pages are not self-descriptive and some links exist purely for navigational purposes.
Therefore, finding appropriate pages through a search engine that relies on web contents or
makes use of hyperlink information is very difficult. To overcome the above mentioned
problems, several algorithms have been developed. Among them PageRank in [7] and
Weighted PageRank in [7] are commonly used algorithms in Web Structure Mining.
B. PageRank
PageRank [8] is the most commonly used algorithms for ranking the various pages.
Working of PageRank algorithm depends upon link structure of the web pages. The
PageRank algorithm is based on the concepts that if a page contains an important links
towards it, then the links of this page towards the other page are also to be considered as an
important page. The PageRank [7] provides a more advanced way to compute the
importance or relevance of a Web page than simply counting the number of pages that are
linking to it (called a “backlinks”). The PageRank considers the back link in deciding the
rank score.
Assume an arbitrary page A has pages T1 to Tn pointing to it (incoming link).
PageRank can be calculated by the following equation.
PR(A) = (1-d)+d(PR(T1) / O(T1)+…………+PR(Tn )/O(Tn ) (1)
The parameter d is a damping factor, usually set to 0.85. O(A) is defined as the
number of links going out of page A.
Let us take an example of hyperlink structure of four pages A, B, C and D as shown
in Fig.1 below. The PageRank for Pages A, B, C and D can be calculated using (1).
Fig.1 Hyperlink Structure for 4 pages
Page
A
Page
B
Page
D
Page
C
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME
63
PR(A)=(1-d)+d(PR(B)/O(B)+PR(C)/O(C)+PR(D)/O(D))
= (1-0.85)+0.85(1/3+1/3+1/1) =1.566667
PR(B)=(1-d)+d(PR(A)/O(A)+PR(C)/O(C)) = 1.099167
PR(C)=(1-d)+d(PR(A)/O(A)+PR(B)/O(B)) = 1.127264
PR(D)=(1-d)+d(PR(B)/O(B)+PR(C)/O(C)) = 0.780822
The second iteration by taking the above PageRank values. :
PR(A ) = (1-0.85)+0.85(1.099167/3 + 1.127264/3 + 0.780822/1)
= 1.444521
PR(B) = 0.15 + 0.85(1.444521/2 + 1.127643/3) = 1.083313
PR(C) = 0.15 +0.85(1.444521/2 + 1.083313/3 ) = 1.07086
PR(D) = 0.15 +0.85(1.083313/3 + 1.070863/3) = 0.760349
During the 34th
iteration, the PageRank get converged as shown in Table 1 below:.
Table 1
Iteration A B C D
1
2
3
4
--
--
33
34
35
1
1.566667
1.444521
1.406645
---
---
1.31351
1.313509
1.313509
1
1.099167
1.083313
1.051235
---
---
0.988244
0.988244
0.988244
1
1.127264
1.07086
1.045674
---
---
0.988244
0.988244
0.988244
1
0.780822
0.760349
0.744124
---
---
0.710005
0.710005
0.710005
For smaller set of pages, it is easy to calculate and find out the PageRank values. But for a
Web having billions of pages, it is not easy to do the calculation like above.
C. Weighted PageRank Algorithm:
Wenpu Xing and Ali Ghorbani [6] proposed a Weighted PageRank algorithm which
is an extension of the PageRank algorithm. This algorithm assigns a larger rank values to the
more important pages rather than dividing the rank value of a page evenly among its outgoing
linked pages. Each outgoing link gets a value proportional to its importance. The importance
is assigned in terms of weight values to the incoming and outgoing links and are denoted as
Win
(m,n) and Wout
(m,n) respectively. Win
(m,n) as shown in equation (3) is the weight of
link(m,n) calculated based on the number of incoming links of page n and the number of
incoming links of all reference pages of page m.
)3(
)(
),(
∑∈
=
mRp
p
nin
nm
I
I
W
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME
64
)4(
)(
),(
∑∈
=
mRp
p
nout
nm
O
O
W
Where In and IP are the number of incoming links of page n and page p respectively. R(m)
denote the reference page list oa page m. Wout
(m,n) is as shown in equation (4) is the weight
of link(m,n) calculated based on the number of outgoing links of page n and the number of
outgoing links of all reference pages of m. Where On and Op are the number of outgoing
links of page n and p respectively. The formula proposed in [6] for the WPR is shown in
equation (5), which is the modification of the PageRank formula in [7]
)5()()1()( ),(),(
)(
out
nm
in
nm
nBm
WWmWPRddnWPR ∑∈
+−=
By using the same hyperlink structure as shown in Fig.1, the WPR equation for Page
A, B, C and D can be calculated using (5) as follows.
WPR(A) = (1-0.85)+0.85(1*3/5*1/3 + 1*3/5*1/3+1*3/4*1)
= 1.127
WPR(B) = (1-0.85)+0.85(1.127*1/3*1/2 + 1*2/5*1/2)
= 0.499
WPR(C) = (1-0.85)+0.85(1.127*1/3*1/2 + 0.499*2/5*1/2)
= 0.392
WPR(D) = (1-0.85)+0.85(0.499*1/2*1 + 0.392*2/5*1/3)
= 0.406
In the above calculations, it is defined as WPR(A)>WPR(B)>WPR(D)>WPR(C). This
results shows that the page rank order is different from PageRank.
To differentiate the WPR from the PageRank, Wenpu et al, categorized the resultant
pages of a query into four categories based on their relevancy to the given query. They are
1. Very Relevant Pages (VR ): The pages containing very important information related
to a given query.
2. Relavant Pages (R ): Pages are relevant but not having important information about a
given query.
3. Weak Relevant Pages (WR ): Pages may have the query keywords but they do not
have the relevant information.
4. Irrelevant pages (IR): Pages not having any relevant information and query
keywords.
The PageRank and WPR algorithms both provide ranked pages in the sorting order to
the users based on the given query. So, in the resultant list, the number of relevant pages and
their order are very important for users. Wenpu et al, proposed a Relevance Rule to calculate
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME
65
the relevancy value of each page in the list pages. That makes WPR is different from
PageRank.
Experimental studies by Wenpu et al, showed the WPR produces larger relevancy
values than the PageRank.
III PROPOSED WORK
While filtering the information, the query (relevant information of users) results must
be ranked. Because, most users rarely go beyond the first few query results. The concept or
ranking is most commonly used in Search Engine. This paper proposes a new ranking
algorithm for information filtering in Social network.
For ranking the pages, the existing PageRank uses the iterated calculations and the
WPR uses weight for each and every page.
But in the proposed work, Page Access Coefficient (PAC) is calculated for each page.
The information retrieval is done based on the PAC values of the web page.
A. Calculation of Page Access Coefficient (PAC)
In the proposed work, the Rank of a Web page is calculated based on the number of
incoming links of page, number of outgoing links of Page and the total number of pages. The
proposed formula for calculating PAC is as shown below:
PAC(A) = IA + (OA / n) (6)
where PAC Page Access Coefficient
A Web Page
IA number of pages referring Page A
(incoming links of Page A)
OA number of pages referred by Page A
(outgoing links of Page A)
n total number of pages
Let us take an example of hyperlink structure of four pages A, B, C and D as shown in
Fig.1. The PAC for Pages A, B, C and D can be calculated by using (6) as
Here, n = 4, the total number of pages
PAC(A) = IA + (OA / n) = 3 + (2/4) = 3.5
PAC(B) = IB + (OB / n) = 2 + (3/4) = 2.75
PAC(C) = IC + (OC / n) = 2 + (3/4) = 2.75
PAC(D) = ID + (OD / n) = 2 + (1/4) = 2.25
From the above calculations it was shown that
PAC(A)>PAC(B)= PAC(C) >PAC(D)
According to PAC (Page Access Coefficient) calculation, in the first iteration, PAC
values of Page B and C get converged.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME
66
B. Algorithm for calculating PAC
Input: Let G=(V,E) be a Social network. V denote the Page, E denote the link between
pages. IV denotes the number of incoming links of Page V. OV denotes the number of
outgoing links of page V.
Output: The list of Page Access Coefficient is stored in PAC.
Algorithm 1
Parameters: a social network G=(V,E),
an evaluating page A є V;
PAC(A) Page Access Coefficient of Page A
n size of V (total number of pages)
for i=1 to n do
IA incoming links of Page A
OA outgoing links of Page A
End for
for all A є V do
PAC(A) = IA + (OA / n)
End for
IV RESULTS AND DISCUSSIONS
Let us compute the rank for Web pages shown in Fig.2 as below using PageRank,
WPR and Proposed PAC algorithm.
Fig.2 Hyperlink Structure for 5 pages
A
B C
D E
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME
67
PageRank Output
PR(A) = (1-d)+d(PR(B)/2+PR(E)/2)
=(1-0.85)+0.85*(1/2+1/2) = 1
PR(B) = 0.15 +0.85*(1/2+1/2+1/2) = 1.425
PR(C) = 0.15+0.85*(1/2) = 0.575
PR(D) = 0.15 +0.85 *(1.425/2+0.575/2) = 1.0
PR(E) = 0.15 + 0.85*(0.575/2 + 1) = 0.8194
The second iteration is obtained below by taking the above PageRank values:
PR(A) = 1.1039
PR(B) = 1.2118
PR(C) = 0.5750
PR(D) = 0.9094
PR(E) = 1.1673
During the 44th
iteration, the PageRank gets converges as shown in Table 2 below:
Table 2
Iteration A B C D E
1 1 1 1 1 1
2 1.0000 1.4250 0.5750 1.0000 0.8194
3 1.1039 1.2118 0.5750 0.9094 1.1673
4 1.1611 1.3840 0.6191 1.0013 1.2643
--- --- ---- --- --- ---
--- --- ---- --- --- ---
41 1.6683 1.9246 0.8590 1.3330 1.6482
42 1.6684 1.9246 0.8590 1.3331 1.6482
43 1.6684 1.9247 0.8591 1.3331 1.6482
44 1.6685 1.9247 0.8591 1.3331 1.6483
45 1.6685 1.9247 0.8591 1.3331 1.6483
. From above, PR(B)>PR(A)>PR(E)>PR(D)>PR(C)
WPR output:
WPR(A) = 0.66
WPR(B) = 1.5933
WPR(C) = 0.2161
WPR(D) = 0.3152
WPR(E) = 0.40755
From above, WPR(B)>WPR(A)>WPR(E)>WPR(D)>WPR(C).
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME
68
Use the hyperlink structure as shown in Fig. 2 and do the PAC Calculation.
The PAC equation for Page A, B, C and D as follows.
G =(V,E)
V={ A, B, C, D, E)
E={(A,B),(A,C),(B,A),(B,D),(C,B),(C,D),C,E),(D,E),(E,A),(E,B)}
n=5
Pages In Out
A 2 2
B 3 2
C 1 2
D 2 1
E 2 2
PAC output:
PAC(A) = IA + (OA / n) = 2 + (2/5) = 2.4
PAC(B) = IB + (OB / n) = 3 + (2/5) = 3.4
PAC(C) = IC + (OC / n) = 1 + (2/5) = 1.4
PAC(D) = ID + (OD / n) = 2 + (1/5) = 2.2
PAC(E) = IE + (OE / n) = 2 + (2/5) = 2.4
In this, PAC( B)>PAC(A)=PAC(E)>PAC(D)>PAC(C).
PR calculated values for Fig. 2, WPR calculated values for Fig. 2 and
PAC calculated values for Fig. 2 are shown above.
From this, it is shown that the results for PAC are obtained in single iteration.
The order of PR values of Page A, B, C, D, E ; WPR values Page A, B, C, D, E and
PAC values of Page A, B,C, D, E are almost same.
But in the PR calculation, many iteration have to do, it increases the calculation time.
But in WPR calculation, the weight for each vertex has to be calculated, it increases
the calculation complexity.
But in PAC calculation, the results are obtained in single step; therefore it reduces the
time and complexity of the calculation.
The time complexity for the Proposed algorithm is O(n), since for n vertices the
iteration is only n.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME
69
CONCLUSION
With the rapid growth of www and the user’s demand on knowledge, it is becoming
more difficult to manage the information on www and satisfy the user needs. Therefore, the
users are looking for better information filtering techniques to locate, extract, filter and find
the necessary information. This paper also studies the performance of PageRank and WPR
algorithms. It is found that the computational complexity is high in the existing algorithms.
So, a new algorithm is proposed to calculate the PAC for Social networks. The Proposed
algorithm is found to be the better than the existing algorithm, since the proposed algorithm
reduces the calculations and the time complexity.
REFERENCES
[1] Pooja Sharma et al. “Weighted Page Rank for Ordering Web Search Result”, IJEST ,
Vol.2(12),2010,7301-7310.
[2] Krishna Lerman, “Social Browsing & Information Filtering in Social Media”,
arXiv:0710.5697vl [cs.CY] 30 Oct 2007.
[3] Alan E.Mislove, “Online Social Networks: Measurement, Analysis and Applications to
Distributed Information Systems”, in Ph.D. thesis, April 2009, Rice University.
[4] Matus Medo, “Network-based information filtering algorithms: ranking and
recommendation”, arXiv:1208.4552vl [cs.SI] 22 Aug 2012.
[5] DELGADO et al. “Content-based Collaborative Information Filtering”, Nagoya 466
Japan, {jdelgado,ishii,tomkey}@ics.nitech.ac.jp.
[6] Wenpu Xing and Ali Ghorbani, “Weighted PageRank Algorithm” , Proc of the Second
Annual Conference on Communication Networks and Services Research Research
(CNSR’04), IEEE, 2004.
[7] Ashutosh Kumar Singh, Ravi Kumar P, “A comparative Study of Page Ranking
Algorithms for Information Retrieval”, IJECE, 4.7.2009.
[8] Dilip Kumar Sharma and A.K.Sharma, “ A Comparative Analysis of Web Page
Ranking Algorithms”, IJCSE, Vol.02,No.08,2010,2670-2676.
[9] Charu C.Aggarwal, “An Introduction to Social Network Data Analytics” IBM, T.J.
Research Centre.
[10] Muhanad A. Al-Khalisy and Dr.Haider K. Hoomod, “POSN: Private Information
Protection in Online Social Networks”, International Journal of Computer Engineering &
Technology (IJCET), Volume 4, Issue 2, 2013, pp. 340 - 355, ISSN Print: 0976 – 6367, ISSN
Online: 0976 – 6375.
[11] Alamelu Mangai J, Santhosh Kumar V and Sugumaran V, “Recent Research in Web
Page Classification – A Review”, International Journal of Computer Engineering &
Technology (IJCET), Volume 1, Issue 1, 2010, pp. 112 - 122, ISSN Print: 0976 – 6367, ISSN
Online: 0976 – 6375.

Contenu connexe

Tendances

An imperative focus on semantic
An imperative focus on semanticAn imperative focus on semantic
An imperative focus on semanticijasa
 
Interpreting sslar
Interpreting sslarInterpreting sslar
Interpreting sslarRatzman III
 
Schmidt Jan How Do Blogs Comment On Msm
Schmidt Jan How Do Blogs Comment On MsmSchmidt Jan How Do Blogs Comment On Msm
Schmidt Jan How Do Blogs Comment On MsmJan Schmidt
 
INFORMATION RETRIEVAL TOPICS IN TWITTER USING WEIGHTED PREDICTION NETWORK
INFORMATION RETRIEVAL TOPICS IN TWITTER USING WEIGHTED PREDICTION NETWORKINFORMATION RETRIEVAL TOPICS IN TWITTER USING WEIGHTED PREDICTION NETWORK
INFORMATION RETRIEVAL TOPICS IN TWITTER USING WEIGHTED PREDICTION NETWORKIAEME Publication
 
Big social data analytics - social network analysis
Big social data analytics - social network analysis Big social data analytics - social network analysis
Big social data analytics - social network analysis Jari Jussila
 
Prof. Hendrik Speck - Social Network Analysis
Prof. Hendrik Speck - Social Network AnalysisProf. Hendrik Speck - Social Network Analysis
Prof. Hendrik Speck - Social Network AnalysisHendrik Speck
 
Social Network Analysis (SNA) and its implications for knowledge discovery in...
Social Network Analysis (SNA) and its implications for knowledge discovery in...Social Network Analysis (SNA) and its implications for knowledge discovery in...
Social Network Analysis (SNA) and its implications for knowledge discovery in...ACMBangalore
 
An improved technique for ranking semantic associationst07
An improved technique for ranking semantic associationst07An improved technique for ranking semantic associationst07
An improved technique for ranking semantic associationst07IJwest
 
Data mining in social network
Data mining in social networkData mining in social network
Data mining in social networkakash_mishra
 
IRJET- An Improved Machine Learning for Twitter Breaking News Extraction ...
IRJET-  	  An Improved Machine Learning for Twitter Breaking News Extraction ...IRJET-  	  An Improved Machine Learning for Twitter Breaking News Extraction ...
IRJET- An Improved Machine Learning for Twitter Breaking News Extraction ...IRJET Journal
 
Social Tagging Of Multimedia Content A Model
Social Tagging Of Multimedia Content A ModelSocial Tagging Of Multimedia Content A Model
Social Tagging Of Multimedia Content A ModelIJMER
 
IRJET- Monitoring Suspicious Discussions on Online Forums using Data Mining
IRJET- Monitoring Suspicious Discussions on Online Forums using Data MiningIRJET- Monitoring Suspicious Discussions on Online Forums using Data Mining
IRJET- Monitoring Suspicious Discussions on Online Forums using Data MiningIRJET Journal
 
Facebook ( Open ) Graph and the Semantic Web
Facebook ( Open ) Graph and the Semantic WebFacebook ( Open ) Graph and the Semantic Web
Facebook ( Open ) Graph and the Semantic WebMatteo Brunati
 
An Approach to Detect and Avoid Social Engineering and Phasing Attack in Soci...
An Approach to Detect and Avoid Social Engineering and Phasing Attack in Soci...An Approach to Detect and Avoid Social Engineering and Phasing Attack in Soci...
An Approach to Detect and Avoid Social Engineering and Phasing Attack in Soci...IJASRD Journal
 
Big Data: Social Network Analysis
Big Data: Social Network AnalysisBig Data: Social Network Analysis
Big Data: Social Network AnalysisMichel Bruley
 
Vision Based Deep Web data Extraction on Nested Query Result Records
Vision Based Deep Web data Extraction on Nested Query Result RecordsVision Based Deep Web data Extraction on Nested Query Result Records
Vision Based Deep Web data Extraction on Nested Query Result RecordsIJMER
 
Data mining for social media
Data mining for social mediaData mining for social media
Data mining for social mediarangesharp
 

Tendances (19)

An imperative focus on semantic
An imperative focus on semanticAn imperative focus on semantic
An imperative focus on semantic
 
Interpreting sslar
Interpreting sslarInterpreting sslar
Interpreting sslar
 
Schmidt Jan How Do Blogs Comment On Msm
Schmidt Jan How Do Blogs Comment On MsmSchmidt Jan How Do Blogs Comment On Msm
Schmidt Jan How Do Blogs Comment On Msm
 
Jf2516311637
Jf2516311637Jf2516311637
Jf2516311637
 
INFORMATION RETRIEVAL TOPICS IN TWITTER USING WEIGHTED PREDICTION NETWORK
INFORMATION RETRIEVAL TOPICS IN TWITTER USING WEIGHTED PREDICTION NETWORKINFORMATION RETRIEVAL TOPICS IN TWITTER USING WEIGHTED PREDICTION NETWORK
INFORMATION RETRIEVAL TOPICS IN TWITTER USING WEIGHTED PREDICTION NETWORK
 
Big social data analytics - social network analysis
Big social data analytics - social network analysis Big social data analytics - social network analysis
Big social data analytics - social network analysis
 
Prof. Hendrik Speck - Social Network Analysis
Prof. Hendrik Speck - Social Network AnalysisProf. Hendrik Speck - Social Network Analysis
Prof. Hendrik Speck - Social Network Analysis
 
Social Network Analysis (SNA) and its implications for knowledge discovery in...
Social Network Analysis (SNA) and its implications for knowledge discovery in...Social Network Analysis (SNA) and its implications for knowledge discovery in...
Social Network Analysis (SNA) and its implications for knowledge discovery in...
 
An improved technique for ranking semantic associationst07
An improved technique for ranking semantic associationst07An improved technique for ranking semantic associationst07
An improved technique for ranking semantic associationst07
 
Data mining in social network
Data mining in social networkData mining in social network
Data mining in social network
 
IRJET- An Improved Machine Learning for Twitter Breaking News Extraction ...
IRJET-  	  An Improved Machine Learning for Twitter Breaking News Extraction ...IRJET-  	  An Improved Machine Learning for Twitter Breaking News Extraction ...
IRJET- An Improved Machine Learning for Twitter Breaking News Extraction ...
 
Social Tagging Of Multimedia Content A Model
Social Tagging Of Multimedia Content A ModelSocial Tagging Of Multimedia Content A Model
Social Tagging Of Multimedia Content A Model
 
IRJET- Monitoring Suspicious Discussions on Online Forums using Data Mining
IRJET- Monitoring Suspicious Discussions on Online Forums using Data MiningIRJET- Monitoring Suspicious Discussions on Online Forums using Data Mining
IRJET- Monitoring Suspicious Discussions on Online Forums using Data Mining
 
Facebook ( Open ) Graph and the Semantic Web
Facebook ( Open ) Graph and the Semantic WebFacebook ( Open ) Graph and the Semantic Web
Facebook ( Open ) Graph and the Semantic Web
 
An Approach to Detect and Avoid Social Engineering and Phasing Attack in Soci...
An Approach to Detect and Avoid Social Engineering and Phasing Attack in Soci...An Approach to Detect and Avoid Social Engineering and Phasing Attack in Soci...
An Approach to Detect and Avoid Social Engineering and Phasing Attack in Soci...
 
Big Data: Social Network Analysis
Big Data: Social Network AnalysisBig Data: Social Network Analysis
Big Data: Social Network Analysis
 
Vision Based Deep Web data Extraction on Nested Query Result Records
Vision Based Deep Web data Extraction on Nested Query Result RecordsVision Based Deep Web data Extraction on Nested Query Result Records
Vision Based Deep Web data Extraction on Nested Query Result Records
 
Data mining for social media
Data mining for social mediaData mining for social media
Data mining for social media
 
Web 2.0 ... How to
Web 2.0 ... How toWeb 2.0 ... How to
Web 2.0 ... How to
 

En vedette

Indoor air quality
Indoor air qualityIndoor air quality
Indoor air qualityECRD2015
 
Phycoremediation of malachite green and reduction of physico chemical paramet...
Phycoremediation of malachite green and reduction of physico chemical paramet...Phycoremediation of malachite green and reduction of physico chemical paramet...
Phycoremediation of malachite green and reduction of physico chemical paramet...eSAT Journals
 
vaccition modern in 21st century
vaccition modern in 21st centuryvaccition modern in 21st century
vaccition modern in 21st centuryHarith Riyadh
 
Tema 1 la economía española en 2014
Tema 1 la economía española en 2014Tema 1 la economía española en 2014
Tema 1 la economía española en 2014Verónica Madrid
 
Indoor air quality
Indoor air qualityIndoor air quality
Indoor air qualityECRD2015
 
Effect of different types of steel fibers with metakaolin & fly
Effect of different types of steel fibers with metakaolin & flyEffect of different types of steel fibers with metakaolin & fly
Effect of different types of steel fibers with metakaolin & flyIAEME Publication
 
Biodegradation of anthraquinone based compounds review
Biodegradation of anthraquinone based compounds reviewBiodegradation of anthraquinone based compounds review
Biodegradation of anthraquinone based compounds reviewIAEME Publication
 
Mt. Everest-eLearning & Gamification Innovation-Keynote
Mt. Everest-eLearning & Gamification Innovation-KeynoteMt. Everest-eLearning & Gamification Innovation-Keynote
Mt. Everest-eLearning & Gamification Innovation-KeynoteErwin E. Sniedzins
 
Population 3.5 - Spearman’S Rank
Population 3.5 - Spearman’S RankPopulation 3.5 - Spearman’S Rank
Population 3.5 - Spearman’S RankEcumene
 
Spearman’s Rank Correlation Coefficient
Spearman’s Rank Correlation CoefficientSpearman’s Rank Correlation Coefficient
Spearman’s Rank Correlation CoefficientSharlaine Ruth
 
What is a Spearman's Rank Order Correlation (independence)?
What is a Spearman's Rank Order Correlation (independence)?What is a Spearman's Rank Order Correlation (independence)?
What is a Spearman's Rank Order Correlation (independence)?Ken Plummer
 
Spearman Rank Correlation Presentation
Spearman Rank Correlation PresentationSpearman Rank Correlation Presentation
Spearman Rank Correlation Presentationcae_021
 
State of the Word 2011
State of the Word 2011State of the Word 2011
State of the Word 2011photomatt
 

En vedette (18)

Indoor air quality
Indoor air qualityIndoor air quality
Indoor air quality
 
Coal
CoalCoal
Coal
 
Autoservicio
AutoservicioAutoservicio
Autoservicio
 
Aqhs
AqhsAqhs
Aqhs
 
Phycoremediation of malachite green and reduction of physico chemical paramet...
Phycoremediation of malachite green and reduction of physico chemical paramet...Phycoremediation of malachite green and reduction of physico chemical paramet...
Phycoremediation of malachite green and reduction of physico chemical paramet...
 
vaccition modern in 21st century
vaccition modern in 21st centuryvaccition modern in 21st century
vaccition modern in 21st century
 
Tema 1 la economía española en 2014
Tema 1 la economía española en 2014Tema 1 la economía española en 2014
Tema 1 la economía española en 2014
 
Indoor air quality
Indoor air qualityIndoor air quality
Indoor air quality
 
Effect of different types of steel fibers with metakaolin & fly
Effect of different types of steel fibers with metakaolin & flyEffect of different types of steel fibers with metakaolin & fly
Effect of different types of steel fibers with metakaolin & fly
 
Biodegradation of anthraquinone based compounds review
Biodegradation of anthraquinone based compounds reviewBiodegradation of anthraquinone based compounds review
Biodegradation of anthraquinone based compounds review
 
Mt. Everest-eLearning & Gamification Innovation-Keynote
Mt. Everest-eLearning & Gamification Innovation-KeynoteMt. Everest-eLearning & Gamification Innovation-Keynote
Mt. Everest-eLearning & Gamification Innovation-Keynote
 
PrayagCV
PrayagCVPrayagCV
PrayagCV
 
Population 3.5 - Spearman’S Rank
Population 3.5 - Spearman’S RankPopulation 3.5 - Spearman’S Rank
Population 3.5 - Spearman’S Rank
 
Spearman’s Rank Correlation Coefficient
Spearman’s Rank Correlation CoefficientSpearman’s Rank Correlation Coefficient
Spearman’s Rank Correlation Coefficient
 
What is a Spearman's Rank Order Correlation (independence)?
What is a Spearman's Rank Order Correlation (independence)?What is a Spearman's Rank Order Correlation (independence)?
What is a Spearman's Rank Order Correlation (independence)?
 
Spearman Rank Correlation Presentation
Spearman Rank Correlation PresentationSpearman Rank Correlation Presentation
Spearman Rank Correlation Presentation
 
State of the Word 2011
State of the Word 2011State of the Word 2011
State of the Word 2011
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 

Similaire à PAC algorithm reduces calculations for social network page ranking

International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Search Engine Scrapper
Search Engine ScrapperSearch Engine Scrapper
Search Engine ScrapperIRJET Journal
 
Semantically-Interlinked Based on Rich Site Summary Bank for Sites of Indones...
Semantically-Interlinked Based on Rich Site Summary Bank for Sites of Indones...Semantically-Interlinked Based on Rich Site Summary Bank for Sites of Indones...
Semantically-Interlinked Based on Rich Site Summary Bank for Sites of Indones...IRJET Journal
 
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
 
WEB CRAWLER FOR SOCIAL NETWORK USER DATA PREDICTION USING SOFT COMPUTING METHODS
WEB CRAWLER FOR SOCIAL NETWORK USER DATA PREDICTION USING SOFT COMPUTING METHODSWEB CRAWLER FOR SOCIAL NETWORK USER DATA PREDICTION USING SOFT COMPUTING METHODS
WEB CRAWLER FOR SOCIAL NETWORK USER DATA PREDICTION USING SOFT COMPUTING METHODSAIRCC Publishing Corporation
 
WEB BASED INFORMATION SYSTEMS OF E-COMMERCE USER SATISFACTION USING ZACHMAN ...
WEB BASED INFORMATION SYSTEMS OF  E-COMMERCE USER SATISFACTION USING ZACHMAN ...WEB BASED INFORMATION SYSTEMS OF  E-COMMERCE USER SATISFACTION USING ZACHMAN ...
WEB BASED INFORMATION SYSTEMS OF E-COMMERCE USER SATISFACTION USING ZACHMAN ...AM Publications
 
IRJET-Computational model for the processing of documents and support to the ...
IRJET-Computational model for the processing of documents and support to the ...IRJET-Computational model for the processing of documents and support to the ...
IRJET-Computational model for the processing of documents and support to the ...IRJET Journal
 
LyonALMProposal20041018.doc
LyonALMProposal20041018.docLyonALMProposal20041018.doc
LyonALMProposal20041018.docbutest
 
LyonALMProposal20041018.doc
LyonALMProposal20041018.docLyonALMProposal20041018.doc
LyonALMProposal20041018.docbutest
 
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
 
International conference On Computer Science And technology
International conference On Computer Science And technologyInternational conference On Computer Science And technology
International conference On Computer Science And technologyanchalsinghdm
 
AN INTEGRATED RANKING ALGORITHM FOR EFFICIENT INFORMATION COMPUTING IN SOCIAL...
AN INTEGRATED RANKING ALGORITHM FOR EFFICIENT INFORMATION COMPUTING IN SOCIAL...AN INTEGRATED RANKING ALGORITHM FOR EFFICIENT INFORMATION COMPUTING IN SOCIAL...
AN INTEGRATED RANKING ALGORITHM FOR EFFICIENT INFORMATION COMPUTING IN SOCIAL...ijwscjournal
 
IRJET- Strength and Workability of High Volume Fly Ash Self-Compacting Concre...
IRJET- Strength and Workability of High Volume Fly Ash Self-Compacting Concre...IRJET- Strength and Workability of High Volume Fly Ash Self-Compacting Concre...
IRJET- Strength and Workability of High Volume Fly Ash Self-Compacting Concre...IRJET Journal
 
IRJET- Implementing Social CRM System for an Online Grocery Shopping Platform...
IRJET- Implementing Social CRM System for an Online Grocery Shopping Platform...IRJET- Implementing Social CRM System for an Online Grocery Shopping Platform...
IRJET- Implementing Social CRM System for an Online Grocery Shopping Platform...IRJET Journal
 
IMPLEMENTATION OF FOLKSONOMY BASED TAG CLOUD MODEL FOR INFORMATION RETRIEVAL ...
IMPLEMENTATION OF FOLKSONOMY BASED TAG CLOUD MODEL FOR INFORMATION RETRIEVAL ...IMPLEMENTATION OF FOLKSONOMY BASED TAG CLOUD MODEL FOR INFORMATION RETRIEVAL ...
IMPLEMENTATION OF FOLKSONOMY BASED TAG CLOUD MODEL FOR INFORMATION RETRIEVAL ...ijscai
 

Similaire à PAC algorithm reduces calculations for social network page ranking (20)

50320130403007
5032013040300750320130403007
50320130403007
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Search Engine Scrapper
Search Engine ScrapperSearch Engine Scrapper
Search Engine Scrapper
 
Semantically-Interlinked Based on Rich Site Summary Bank for Sites of Indones...
Semantically-Interlinked Based on Rich Site Summary Bank for Sites of Indones...Semantically-Interlinked Based on Rich Site Summary Bank for Sites of Indones...
Semantically-Interlinked Based on Rich Site Summary Bank for Sites of Indones...
 
50320140501005
5032014050100550320140501005
50320140501005
 
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
 
WEB CRAWLER FOR SOCIAL NETWORK USER DATA PREDICTION USING SOFT COMPUTING METHODS
WEB CRAWLER FOR SOCIAL NETWORK USER DATA PREDICTION USING SOFT COMPUTING METHODSWEB CRAWLER FOR SOCIAL NETWORK USER DATA PREDICTION USING SOFT COMPUTING METHODS
WEB CRAWLER FOR SOCIAL NETWORK USER DATA PREDICTION USING SOFT COMPUTING METHODS
 
WEB BASED INFORMATION SYSTEMS OF E-COMMERCE USER SATISFACTION USING ZACHMAN ...
WEB BASED INFORMATION SYSTEMS OF  E-COMMERCE USER SATISFACTION USING ZACHMAN ...WEB BASED INFORMATION SYSTEMS OF  E-COMMERCE USER SATISFACTION USING ZACHMAN ...
WEB BASED INFORMATION SYSTEMS OF E-COMMERCE USER SATISFACTION USING ZACHMAN ...
 
IRJET-Computational model for the processing of documents and support to the ...
IRJET-Computational model for the processing of documents and support to the ...IRJET-Computational model for the processing of documents and support to the ...
IRJET-Computational model for the processing of documents and support to the ...
 
LyonALMProposal20041018.doc
LyonALMProposal20041018.docLyonALMProposal20041018.doc
LyonALMProposal20041018.doc
 
LyonALMProposal20041018.doc
LyonALMProposal20041018.docLyonALMProposal20041018.doc
LyonALMProposal20041018.doc
 
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
 
International conference On Computer Science And technology
International conference On Computer Science And technologyInternational conference On Computer Science And technology
International conference On Computer Science And technology
 
50120140502013
5012014050201350120140502013
50120140502013
 
50120140502013
5012014050201350120140502013
50120140502013
 
AN INTEGRATED RANKING ALGORITHM FOR EFFICIENT INFORMATION COMPUTING IN SOCIAL...
AN INTEGRATED RANKING ALGORITHM FOR EFFICIENT INFORMATION COMPUTING IN SOCIAL...AN INTEGRATED RANKING ALGORITHM FOR EFFICIENT INFORMATION COMPUTING IN SOCIAL...
AN INTEGRATED RANKING ALGORITHM FOR EFFICIENT INFORMATION COMPUTING IN SOCIAL...
 
A Clustering Based Approach for knowledge discovery on web.
A Clustering Based Approach for knowledge discovery on web.A Clustering Based Approach for knowledge discovery on web.
A Clustering Based Approach for knowledge discovery on web.
 
IRJET- Strength and Workability of High Volume Fly Ash Self-Compacting Concre...
IRJET- Strength and Workability of High Volume Fly Ash Self-Compacting Concre...IRJET- Strength and Workability of High Volume Fly Ash Self-Compacting Concre...
IRJET- Strength and Workability of High Volume Fly Ash Self-Compacting Concre...
 
IRJET- Implementing Social CRM System for an Online Grocery Shopping Platform...
IRJET- Implementing Social CRM System for an Online Grocery Shopping Platform...IRJET- Implementing Social CRM System for an Online Grocery Shopping Platform...
IRJET- Implementing Social CRM System for an Online Grocery Shopping Platform...
 
IMPLEMENTATION OF FOLKSONOMY BASED TAG CLOUD MODEL FOR INFORMATION RETRIEVAL ...
IMPLEMENTATION OF FOLKSONOMY BASED TAG CLOUD MODEL FOR INFORMATION RETRIEVAL ...IMPLEMENTATION OF FOLKSONOMY BASED TAG CLOUD MODEL FOR INFORMATION RETRIEVAL ...
IMPLEMENTATION OF FOLKSONOMY BASED TAG CLOUD MODEL FOR INFORMATION RETRIEVAL ...
 

Plus de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Plus de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Dernier

Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 

Dernier (20)

Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 

PAC algorithm reduces calculations for social network page ranking

  • 1. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME 60 PAGE ACCESS COEFFICIENT ALGORITHM FOR INFORMATION FILTERING IN SOCIAL NETWORK Mrs. L.Rajeswari * Dr.S.S.Dhenakaran Computer Centre Department of Comp.Sci. & Engg. Alagappa University Alagappa University Karaikudi. India. Karaikudi. India. ABSTRACT Social Network [9] is defined as the network of interactions or relationships, where the nodes consist of actors, and the edges consist of the relationship or interaction between these actors. Information retrieval is used to get the relevant information, viewing needed and ignoring irrelevant data. For information filtering, there exist two special algorithms called PageRank and Weighted PageRank. But in both the algorithms, the computational calculations are high and involve many more iterations. In this paper, a new algorithm called PAC (Page Access Coefficient) is proposed to calculate the Rank of Web Pages for Social Network in order to reduce the calculations and the time complexity. Keyword: Social Network, Web Pages, Information Filtering, PageRank, Weighted PageRank, PAC. I INTRODUCTION The world wide web[1] is a collection of information resources on the Internet that are using the Hypertext Transfer protocol. It is repository of many interlinked hypertext documents, accessed via the Internet. Web may contain text, images, videos and other multimedia data. Social networks [9] have become vary popular in recent years because of the increasing proliferation and affordability of internet enabled devices such as personal computers, mobile devices and other more recent hardware innovations such as internet tablets. This is evidenced by the burgeoning popularity of many online social networks such as Twitter, Facebook and LinkedIn. Social networks can be defined either in the context of systems such as Facebook which are explicitly designed for social interactions, or in terms of INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 4, Issue 3, May-June (2013), pp. 60-69 © IAEME: www.iaeme.com/ijcet.asp Journal Impact Factor (2013): 6.1302 (Calculated by GISI) www.jifactor.com IJCET © I A E M E
  • 2. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME 61 other sites such as Flickr which are designed for a different service such as content sharing, but also allow an extensive level of social interaction. A social network is a social structure made up of individuals (or organizations) called “nodes”, which are tied (connected) by one or more specific types of interdependency, such as friendship, kinship, common interest, and financial exchange, relationships of belief, knowledge or prestige. Social networking sites [3] are the portals of entry to the Internet for many millions of users, and they are being used both for advertisement as well as for ensuing commerce. Social networks can be used to mitigate the privacy and access challenge that arise when the amount of shared content is growing at an exponential rate. A group of individuals with connections to other social world is likely to have access to a wider range of information. It is better for individual success to have connections to a variety of networks rather than many connections within a single network. Other Social networks such as YouTube and Google Video are used to share multimedia content, and others such as LiveJournal and BlogSpot are used to share blogs. Full Participation in online social network [3] requires users to register a (pseudo) identity with the network, though some sites do allow browsing public data without explicit sign-on. Users may share volunteer information about themselves (e.g. their birthday, place of residence, interest, etc.) all of which constitute the user’s profile. The Social network itself [3] is composed of links between users. Some sites allow users to link to any other user (without consent from the link recipient), while other sites follow a two-phase procedure that only allows a link to be established when both parties agree. Certain sites, such as Flickr, have social networks with directed links (meaning a link from A to B does not imply the presence of a reverse links), whereas others, such as Orkut, have social networks with undirected links. Information Filtering Information filtering is a name used to describe a variety of process involving in the delivery of information to people who need it. Information retrieval has been characterized in a variety of ways, ranging from a description of its goal, to relatively abstract models of its components and process. Information retrieval is used to get the relevant information, viewing needed data and ignoring irrelevant data. For this, information filtering is necessary. The goal of information filtering [4] is to eliminate the redundant or unsuitable information and thus overcome the information overload. Information filtering helps users to choose from an abundant number of possibilities (available products, potential friends, etc.) those that are most likely to be of interest or use for them. Relevant information [5] can be defined solely for a specific user and under the context of a particular domain or topic. The shared “social” information can be used to improve the task of retrieving relevant information, and for refining each agent’s particular knowledge. The information filtering techniques are used in different applications, not only in the web context, but in thematic issues as varied as voice recognition, classification of telescopic astronomy or evaluation of financial risk. The information filtering is used to select the particular product in online product sales. II BACKGROUND A. Ranking web pages With the rapid growth [7] of WWW and the user’s demand on knowledge, it is becoming more difficult to manage the information on WWW and satisfy the user needs.
  • 3. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME 62 Therefore, the users are looking for better information retrieval techniques and tools to locate, extract, filter and find the necessary information. Most of the users use information retrieval tools like search engines to find the information from the WWW. So Web mining and ranking mechanism becomes very important for effective information retrieval. With the rapid growth [6] of the Web, providing relevant pages of the highest quality to the users based on their queries becomes increasingly difficult. The reasons are that, some web pages are not self-descriptive and some links exist purely for navigational purposes. Therefore, finding appropriate pages through a search engine that relies on web contents or makes use of hyperlink information is very difficult. To overcome the above mentioned problems, several algorithms have been developed. Among them PageRank in [7] and Weighted PageRank in [7] are commonly used algorithms in Web Structure Mining. B. PageRank PageRank [8] is the most commonly used algorithms for ranking the various pages. Working of PageRank algorithm depends upon link structure of the web pages. The PageRank algorithm is based on the concepts that if a page contains an important links towards it, then the links of this page towards the other page are also to be considered as an important page. The PageRank [7] provides a more advanced way to compute the importance or relevance of a Web page than simply counting the number of pages that are linking to it (called a “backlinks”). The PageRank considers the back link in deciding the rank score. Assume an arbitrary page A has pages T1 to Tn pointing to it (incoming link). PageRank can be calculated by the following equation. PR(A) = (1-d)+d(PR(T1) / O(T1)+…………+PR(Tn )/O(Tn ) (1) The parameter d is a damping factor, usually set to 0.85. O(A) is defined as the number of links going out of page A. Let us take an example of hyperlink structure of four pages A, B, C and D as shown in Fig.1 below. The PageRank for Pages A, B, C and D can be calculated using (1). Fig.1 Hyperlink Structure for 4 pages Page A Page B Page D Page C
  • 4. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME 63 PR(A)=(1-d)+d(PR(B)/O(B)+PR(C)/O(C)+PR(D)/O(D)) = (1-0.85)+0.85(1/3+1/3+1/1) =1.566667 PR(B)=(1-d)+d(PR(A)/O(A)+PR(C)/O(C)) = 1.099167 PR(C)=(1-d)+d(PR(A)/O(A)+PR(B)/O(B)) = 1.127264 PR(D)=(1-d)+d(PR(B)/O(B)+PR(C)/O(C)) = 0.780822 The second iteration by taking the above PageRank values. : PR(A ) = (1-0.85)+0.85(1.099167/3 + 1.127264/3 + 0.780822/1) = 1.444521 PR(B) = 0.15 + 0.85(1.444521/2 + 1.127643/3) = 1.083313 PR(C) = 0.15 +0.85(1.444521/2 + 1.083313/3 ) = 1.07086 PR(D) = 0.15 +0.85(1.083313/3 + 1.070863/3) = 0.760349 During the 34th iteration, the PageRank get converged as shown in Table 1 below:. Table 1 Iteration A B C D 1 2 3 4 -- -- 33 34 35 1 1.566667 1.444521 1.406645 --- --- 1.31351 1.313509 1.313509 1 1.099167 1.083313 1.051235 --- --- 0.988244 0.988244 0.988244 1 1.127264 1.07086 1.045674 --- --- 0.988244 0.988244 0.988244 1 0.780822 0.760349 0.744124 --- --- 0.710005 0.710005 0.710005 For smaller set of pages, it is easy to calculate and find out the PageRank values. But for a Web having billions of pages, it is not easy to do the calculation like above. C. Weighted PageRank Algorithm: Wenpu Xing and Ali Ghorbani [6] proposed a Weighted PageRank algorithm which is an extension of the PageRank algorithm. This algorithm assigns a larger rank values to the more important pages rather than dividing the rank value of a page evenly among its outgoing linked pages. Each outgoing link gets a value proportional to its importance. The importance is assigned in terms of weight values to the incoming and outgoing links and are denoted as Win (m,n) and Wout (m,n) respectively. Win (m,n) as shown in equation (3) is the weight of link(m,n) calculated based on the number of incoming links of page n and the number of incoming links of all reference pages of page m. )3( )( ),( ∑∈ = mRp p nin nm I I W
  • 5. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME 64 )4( )( ),( ∑∈ = mRp p nout nm O O W Where In and IP are the number of incoming links of page n and page p respectively. R(m) denote the reference page list oa page m. Wout (m,n) is as shown in equation (4) is the weight of link(m,n) calculated based on the number of outgoing links of page n and the number of outgoing links of all reference pages of m. Where On and Op are the number of outgoing links of page n and p respectively. The formula proposed in [6] for the WPR is shown in equation (5), which is the modification of the PageRank formula in [7] )5()()1()( ),(),( )( out nm in nm nBm WWmWPRddnWPR ∑∈ +−= By using the same hyperlink structure as shown in Fig.1, the WPR equation for Page A, B, C and D can be calculated using (5) as follows. WPR(A) = (1-0.85)+0.85(1*3/5*1/3 + 1*3/5*1/3+1*3/4*1) = 1.127 WPR(B) = (1-0.85)+0.85(1.127*1/3*1/2 + 1*2/5*1/2) = 0.499 WPR(C) = (1-0.85)+0.85(1.127*1/3*1/2 + 0.499*2/5*1/2) = 0.392 WPR(D) = (1-0.85)+0.85(0.499*1/2*1 + 0.392*2/5*1/3) = 0.406 In the above calculations, it is defined as WPR(A)>WPR(B)>WPR(D)>WPR(C). This results shows that the page rank order is different from PageRank. To differentiate the WPR from the PageRank, Wenpu et al, categorized the resultant pages of a query into four categories based on their relevancy to the given query. They are 1. Very Relevant Pages (VR ): The pages containing very important information related to a given query. 2. Relavant Pages (R ): Pages are relevant but not having important information about a given query. 3. Weak Relevant Pages (WR ): Pages may have the query keywords but they do not have the relevant information. 4. Irrelevant pages (IR): Pages not having any relevant information and query keywords. The PageRank and WPR algorithms both provide ranked pages in the sorting order to the users based on the given query. So, in the resultant list, the number of relevant pages and their order are very important for users. Wenpu et al, proposed a Relevance Rule to calculate
  • 6. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME 65 the relevancy value of each page in the list pages. That makes WPR is different from PageRank. Experimental studies by Wenpu et al, showed the WPR produces larger relevancy values than the PageRank. III PROPOSED WORK While filtering the information, the query (relevant information of users) results must be ranked. Because, most users rarely go beyond the first few query results. The concept or ranking is most commonly used in Search Engine. This paper proposes a new ranking algorithm for information filtering in Social network. For ranking the pages, the existing PageRank uses the iterated calculations and the WPR uses weight for each and every page. But in the proposed work, Page Access Coefficient (PAC) is calculated for each page. The information retrieval is done based on the PAC values of the web page. A. Calculation of Page Access Coefficient (PAC) In the proposed work, the Rank of a Web page is calculated based on the number of incoming links of page, number of outgoing links of Page and the total number of pages. The proposed formula for calculating PAC is as shown below: PAC(A) = IA + (OA / n) (6) where PAC Page Access Coefficient A Web Page IA number of pages referring Page A (incoming links of Page A) OA number of pages referred by Page A (outgoing links of Page A) n total number of pages Let us take an example of hyperlink structure of four pages A, B, C and D as shown in Fig.1. The PAC for Pages A, B, C and D can be calculated by using (6) as Here, n = 4, the total number of pages PAC(A) = IA + (OA / n) = 3 + (2/4) = 3.5 PAC(B) = IB + (OB / n) = 2 + (3/4) = 2.75 PAC(C) = IC + (OC / n) = 2 + (3/4) = 2.75 PAC(D) = ID + (OD / n) = 2 + (1/4) = 2.25 From the above calculations it was shown that PAC(A)>PAC(B)= PAC(C) >PAC(D) According to PAC (Page Access Coefficient) calculation, in the first iteration, PAC values of Page B and C get converged.
  • 7. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME 66 B. Algorithm for calculating PAC Input: Let G=(V,E) be a Social network. V denote the Page, E denote the link between pages. IV denotes the number of incoming links of Page V. OV denotes the number of outgoing links of page V. Output: The list of Page Access Coefficient is stored in PAC. Algorithm 1 Parameters: a social network G=(V,E), an evaluating page A є V; PAC(A) Page Access Coefficient of Page A n size of V (total number of pages) for i=1 to n do IA incoming links of Page A OA outgoing links of Page A End for for all A є V do PAC(A) = IA + (OA / n) End for IV RESULTS AND DISCUSSIONS Let us compute the rank for Web pages shown in Fig.2 as below using PageRank, WPR and Proposed PAC algorithm. Fig.2 Hyperlink Structure for 5 pages A B C D E
  • 8. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME 67 PageRank Output PR(A) = (1-d)+d(PR(B)/2+PR(E)/2) =(1-0.85)+0.85*(1/2+1/2) = 1 PR(B) = 0.15 +0.85*(1/2+1/2+1/2) = 1.425 PR(C) = 0.15+0.85*(1/2) = 0.575 PR(D) = 0.15 +0.85 *(1.425/2+0.575/2) = 1.0 PR(E) = 0.15 + 0.85*(0.575/2 + 1) = 0.8194 The second iteration is obtained below by taking the above PageRank values: PR(A) = 1.1039 PR(B) = 1.2118 PR(C) = 0.5750 PR(D) = 0.9094 PR(E) = 1.1673 During the 44th iteration, the PageRank gets converges as shown in Table 2 below: Table 2 Iteration A B C D E 1 1 1 1 1 1 2 1.0000 1.4250 0.5750 1.0000 0.8194 3 1.1039 1.2118 0.5750 0.9094 1.1673 4 1.1611 1.3840 0.6191 1.0013 1.2643 --- --- ---- --- --- --- --- --- ---- --- --- --- 41 1.6683 1.9246 0.8590 1.3330 1.6482 42 1.6684 1.9246 0.8590 1.3331 1.6482 43 1.6684 1.9247 0.8591 1.3331 1.6482 44 1.6685 1.9247 0.8591 1.3331 1.6483 45 1.6685 1.9247 0.8591 1.3331 1.6483 . From above, PR(B)>PR(A)>PR(E)>PR(D)>PR(C) WPR output: WPR(A) = 0.66 WPR(B) = 1.5933 WPR(C) = 0.2161 WPR(D) = 0.3152 WPR(E) = 0.40755 From above, WPR(B)>WPR(A)>WPR(E)>WPR(D)>WPR(C).
  • 9. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME 68 Use the hyperlink structure as shown in Fig. 2 and do the PAC Calculation. The PAC equation for Page A, B, C and D as follows. G =(V,E) V={ A, B, C, D, E) E={(A,B),(A,C),(B,A),(B,D),(C,B),(C,D),C,E),(D,E),(E,A),(E,B)} n=5 Pages In Out A 2 2 B 3 2 C 1 2 D 2 1 E 2 2 PAC output: PAC(A) = IA + (OA / n) = 2 + (2/5) = 2.4 PAC(B) = IB + (OB / n) = 3 + (2/5) = 3.4 PAC(C) = IC + (OC / n) = 1 + (2/5) = 1.4 PAC(D) = ID + (OD / n) = 2 + (1/5) = 2.2 PAC(E) = IE + (OE / n) = 2 + (2/5) = 2.4 In this, PAC( B)>PAC(A)=PAC(E)>PAC(D)>PAC(C). PR calculated values for Fig. 2, WPR calculated values for Fig. 2 and PAC calculated values for Fig. 2 are shown above. From this, it is shown that the results for PAC are obtained in single iteration. The order of PR values of Page A, B, C, D, E ; WPR values Page A, B, C, D, E and PAC values of Page A, B,C, D, E are almost same. But in the PR calculation, many iteration have to do, it increases the calculation time. But in WPR calculation, the weight for each vertex has to be calculated, it increases the calculation complexity. But in PAC calculation, the results are obtained in single step; therefore it reduces the time and complexity of the calculation. The time complexity for the Proposed algorithm is O(n), since for n vertices the iteration is only n.
  • 10. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 3, May – June (2013), © IAEME 69 CONCLUSION With the rapid growth of www and the user’s demand on knowledge, it is becoming more difficult to manage the information on www and satisfy the user needs. Therefore, the users are looking for better information filtering techniques to locate, extract, filter and find the necessary information. This paper also studies the performance of PageRank and WPR algorithms. It is found that the computational complexity is high in the existing algorithms. So, a new algorithm is proposed to calculate the PAC for Social networks. The Proposed algorithm is found to be the better than the existing algorithm, since the proposed algorithm reduces the calculations and the time complexity. REFERENCES [1] Pooja Sharma et al. “Weighted Page Rank for Ordering Web Search Result”, IJEST , Vol.2(12),2010,7301-7310. [2] Krishna Lerman, “Social Browsing & Information Filtering in Social Media”, arXiv:0710.5697vl [cs.CY] 30 Oct 2007. [3] Alan E.Mislove, “Online Social Networks: Measurement, Analysis and Applications to Distributed Information Systems”, in Ph.D. thesis, April 2009, Rice University. [4] Matus Medo, “Network-based information filtering algorithms: ranking and recommendation”, arXiv:1208.4552vl [cs.SI] 22 Aug 2012. [5] DELGADO et al. “Content-based Collaborative Information Filtering”, Nagoya 466 Japan, {jdelgado,ishii,tomkey}@ics.nitech.ac.jp. [6] Wenpu Xing and Ali Ghorbani, “Weighted PageRank Algorithm” , Proc of the Second Annual Conference on Communication Networks and Services Research Research (CNSR’04), IEEE, 2004. [7] Ashutosh Kumar Singh, Ravi Kumar P, “A comparative Study of Page Ranking Algorithms for Information Retrieval”, IJECE, 4.7.2009. [8] Dilip Kumar Sharma and A.K.Sharma, “ A Comparative Analysis of Web Page Ranking Algorithms”, IJCSE, Vol.02,No.08,2010,2670-2676. [9] Charu C.Aggarwal, “An Introduction to Social Network Data Analytics” IBM, T.J. Research Centre. [10] Muhanad A. Al-Khalisy and Dr.Haider K. Hoomod, “POSN: Private Information Protection in Online Social Networks”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 2, 2013, pp. 340 - 355, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [11] Alamelu Mangai J, Santhosh Kumar V and Sugumaran V, “Recent Research in Web Page Classification – A Review”, International Journal of Computer Engineering & Technology (IJCET), Volume 1, Issue 1, 2010, pp. 112 - 122, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.