SlideShare uma empresa Scribd logo
1 de 4
Baixar para ler offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014, Available @ http://www.ijret.org 124
COMMUNITY PROFILING FOR SOCIAL NETWORKS
Ch. Archana1
, K. P. Supreethi2
1
CSE, JNTUCEH, Hyderabad, Andhra Pradesh, India
2
CSE, JNTUCEH, Hyderabad, Andhra Pradesh, India
Abstract
A Community Profile is a combined picture of the members data in the community and the process of creating it is called community
profiling. It uses a variety of different techniques to build up a picture of the community from a number of different perspectives. The
members in the Community can interact with other members in the same community using the community profile. The communities are
created dynamically based on the users’ interests and one user can be in more than one community. The Community Profile of a
particular community can be accessed by only the members of that associated Community.
Keywords: Community Profiling, Social Networks, Clustering, Cliques, Summarization algorithms, Optimal
Summarization algorithm.
-----------------------------------------------------------------------***-----------------------------------------------------------------------
1. INTRODUCTION
Social media are tools and technologies that enable you to
communicate with other people. Social media includes blogs,
wikis, video, photo sharing. Communication is very important
in human life for proper interaction and for the development
of our society. It brings people with common interests together
and also helps people to interact with other people
comfortably via the Internet. Online media have the ability to
distribute the information as fast as the traditional news
sources.
Social Network is a Social media through which users can
communicate with other users via Network. The
communication can be in the form of messages or content
sharing. Now – a – days, Social Networking Sites have
become very popular as people can be in contact with each
other, even though there is no face – to – face communication.
People can discuss the relevant topics, ask the questions and
get the answers.
Community is a group of members who have same interests in
a certain area. Profile is a term given for information of a
particular thing. For example, a Person’s Profile includes age,
gender, contact information, address, qualification,
experience, interests, etc. Profiling is a process of analyzing
the people’s profiles for identifying their respective
categories(called communities).
“Community profiling” is a process of analyzing the profiles
of the Communities in order to find out the data or information
that is relevant to each member in a particular Community.
The Community Profile is the analyzed and reported results of
the data collected by a Community survey, which describes a
combined/overall picture or profile of the population/members
in the Community.
2. RELATED WORK
The detection of communities(also called clusters) is
implemented using clustering concepts.
2.1 Clustering
Clustering is a data mining (machine learning) technique used
to group the related data elements without any knowledge
about the group definitions(details).
2.1.1 Clustering Techniques
 Agglomerative: Considers each element as one
cluster and compares with all other elements(clusters)
iteratively to combine the clusters having similar
features[1].
 Divisive: Considers all elements as one cluster and
the whole cluster is divided into two parts after
comparing the elements similarity within the cluster
and this is repeated iteratively [1].
 Hierarchical: Organizes all elements into a tree in
which leaves represent genes and the length of the
paths between leaves represents the distances
between genes. A subtree represents the similar
genes[1].
The profiling of the detected communities(called community
profile) is implemented using summarization concept.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014, Available @ http://www.ijret.org 125
2.2 Summarization:
Summarization is a concept of creating a summary with
necessary components from huge information. Summarization
is a data mining concept which involves techniques for
creating a summary/description of each cluster (community).
Multi-document summarization [6] is the process of creating a
summary from multiple documents. There are two approaches
(Extraction and Abstraction) to produce concise summary.
Extraction approach takes the most important information
from the original source documents to produce summary while
abstraction involves paraphrasing sections of the original
source documents.
2.2.1 Summarization Techniques:
 Optimal summarization algorithm[7].
 Two – step approach to summarization [7].
 The BUS algorithm[7].
3. PROPOSED WORK
We detect the communities using clustering concept and we
create the community profile for each community using
summarization concept. The block diagram of the project is
shown in the following Figure (a).
Fig(a)Block Diagram
3.1 Process of Clustering
Define the domain for the clustering effort. It is the
determination of the set of items to be clustered. The domain
can be a subset of the database or the complete database. If
domain is defined, determine the attributes of the objects to be
clustered.
Determine the strength of the relationships between the
attributes which suggest those objects should be in the same
class (cluster).
3.1.1Types of relationships:
Equivalence relationships are the most common and represent
synonyms (Ex: photograph, print). Hierarchical relationships
are the very common technique where the class name is a
general term and the entries are specific examples of the
general term (Ex: “computer” is the class name and
“microprocessor”, “Pentium” are the entries). Non –
hierarchical relationships are the “object-attribute”
relationship (Ex: employee-job title) [2].
After determining the total set of objects and the strengths of
the relationships between the objects, the final step is applying
some algorithm to determine the classes(clusters or
communities) to which each item will be assigned[2].
3.1.2 Types of algorithms:
 Cliques
 Single link
 Stars[2]
The detection of communities is implemented using Cliques
algorithm [2].
Cliques Algorithm:
Cliques require all items in a cluster to be within the threshold
of all other items. The clique technique:
 Produces classes having terms with the strongest
relationship.
 Produces more classes.
 Most costly to compute.
Algorithm:
1. Let i = 1
2. Place Term i in a new class
3. r = k = i + 1
4. Validate if Term k is within the threshold of all terms in the
current class and add to the current class
5. k = k + 1
6. If k > n (number of items)
the nr = r + 1
if r>=n then go to 7
else
k = r
Create a new class with Term i in it
go to 4
else go to 4
7. If current class has only Term i in it and there are other
classes with Term i in them
then delete the current class and i= i + 1
else i = i + 1
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014, Available @ http://www.ijret.org 126
8. If i = n + 1 then go to 9
else go to 2
9. Eliminate any classes that duplicate or are subsets of other
classes.
The basis for determining the clusters [2] is the calculation of
the similarity between every term pair. Considering the vector
model is the easiest way to understand this approach. The
vector model is represented by a matrix where the rows
represent individual items and the columns represent the
unique words (processing tokens) in the items. The values in
the matrix represent how strongly that particular word
represents concepts in the item. Figure 3.1.3 is an example of
a database with 5 items and 8 terms.
T1 T2 T3 T4 T5 T6 T7 T8
I1 0 4 0 0 0 2 1 3
I2 3 1 4 3 1 2 0 1
I3 3 0 0 0 3 0 3 0
I4 0 1 0 3 0 0 2 0
I5 2 2 2 3 1 4 0 2
Fig. 3.1.3Vector Example
Where I and T represent the Items and Terms respectively
The similarity function is performed between rows of the item
matrix. Using figure 3.1.3 as the set of items and their terms
and similarity equation:
SIM (Itemi, Item j) = ∑( Term i, k )( Term j, k )
as k goes from 1 to 8 for the eight terms, an Item-Item matrix
is created as shown in Figure 3.1.4
I1 I2 I3 I4 I5
I1 - 11 3 6 22
I2 11 - 12 10 36
I3 3 12 - 6 9
I4 6 10 6 - 11
I5 22 36 9 11 -
Fig3.1.4Item/Item Matrix
The Item Relation matrix shown in Figure 3.1.5 is produced
using the threshold of 10.
I1 I2 I3 I4 I5
I1 - 1 0 0 1
I2 1 - 1 1 1
I3 0 1 - 0 0
I4 0 1 0 - 1
I5 1 1 0 1 -
Fig. 3.1.5Item Relationship Matrix
The following classes/clusters/communities are created when
the Cliques algorithm is applied to Figure 3.1.5.
Class1 = I1, I2, I5
Class2 = I2, I3
Class3 = I2, I4, I5
Mining process [4] includes the sharing of large scale amount
of data from various sources, which gets concluded at the
mined data.
Continuing growth of World Wide Web and on-line text
collections makes a large volume of information available to
users. The user may not get the effective required information
as the user need to browse all the information available which
is a time consuming process and some useful information may
be missed out. Using automatic text summarization, the above
problem can be solved and therefore, the required information
can be displayed to the user effectively. Text summarization is
the process of automatically creating a compressed/brief
version of a given text that provides useful information to
users, and multi-document summarization is to produce a
summary consisting the majority of information content from
the original documents [5].
The profiling of the detected communities is implemented
using Optimal Summarization algorithm[7].
3.2 Optimal Summarization Algorithm:
Optimal Summarization algorithm [7] generates an optimal
summary of given size l for a given set of transactions T The
first step of this algorithm involves generating the power set of
T (=all possible subsets of T), denoted by ζ. The size of ζ will
be 2|T|
. The second step involves searching all possible subsets
of ζ to select a subset, S which has following properties:
1. |S| = l, the size of this subset is equal to desired compaction
level.
2. The subset S covers all transactions in T (a set cover of T)
3. The total information loss for S with respect to T is
minimum over all other subsets of T which satisfy the
properties 1 and 2.
Information loss [7] is defined as the total amount of
information missing over all original data transaction in the
summary.
Algorithm:
Input: T: a transaction data set.
W: a set of weights for each feature.
l: size of final summary.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014, Available @ http://www.ijret.org 127
Output: S: the final summary.
Method:
1. Generate ζ = power set of T
2. Let current_min_loss = inf
3. Let S = {}
4. For each ζ i ε ζ
5. if | ζ i | = l And Information Loss for ζ
i<current_min_loss
6. current_min_loss = Information Loss for ζ i
7. S = ζ i
8. End if
9. End For each
10. Return S
11. End.
4. EXPERIMENTAL EVALUATION
The Community detection of the users’ data and Community
profiling for each detected community is implemented using
JSP (as Front End), Java (for Business Logic) and Oracle (as
Back End).
For the detection of communities, we have collected the users’
data in the form through Facebook. The form consists of
user’s full name, email and password, age, qualification,
designation, area and interests. The user can select several
interests provided in the form.
Based on the users’ interests, the users are categorized into
different groups (called communities/clusters) using Cliques
algorithm and are detected at the time of user’s Registration.
The detected communities are displayed to the user (as
hyperlinks), when the user logs in. The Community Profiling
for the detected communities is implemented using Optimal
Summarization algorithm. It is created when the user clicks on
the communities (Hyperlinks) and the overall profile of the
user clicked community is displayed to the user.
5. CONCLUSIONS
The detection of communities and creation of community
profile for each community has been implemented. A
Community Profile is that if anyone joins in a particular
Community, then the person can view the overall Profile of
the Community through which the person can communicate
with others about the topics, related to the interests provided in
the profile. The Cliques algorithm has been implemented for
the detection of communities as a member can be in more than
one community and Optimal Summarization algorithm has
been implemented for creating the profiles for the detected
communities. We plan to evaluate our approach with otherreal
world datasets and to improve our approach based on the
obtained results.
REFERENCES
[1].Charu C. Agarwal. “Social Network Data Analytics”,
ISBN 978-1-4419-8461-6, Springer, USA, 2011.
[2]. Gerald J. Kowalski, Mark T. Maybury. “Information
Storage and Retrieval Systems, Document and Term
Clustering”, Second Edition, ISBN 978-81-8128-497-6,
Springer, India,1997
[3].RaghunathKar&Susant Kumar Dash. “A Study On High
Dimensional Clustering By Using Clique”.International
Journal of Computer Science & Informatics, Volume-I, Issue-
II, 2011
[4].SM. Meena. “Dynamic Peer-to-peer Distributed Document
Clustering and Cluster Summarization”. Chennai and Dr.MGR
University Second International Conference on Sustainable
Energy and Intelligent System (SEISCON 2011) , Dr. M.G.R.
University, Maduravoyal, Chennai, Tamil Nadu, India. July.
20-22, 2011
[5].ZHANG Pei-ying, LI Cun-he. “Automatic, text
summarization based on sentences clustering and extraction”.
978-1-4244-4520-2/09/$25.00 ©2009 IEEE.
[6].A.Kogilavani, Dr.P.Balasubramanie. “Clustering Based
Optimal Summary Generation Using Genetic
Algorithm”.Proceedings of the International Conference on
Communication and Computational Intelligence – 2010,
Kongu Engineering College, Perundurai, Erode, T.N.,India.27
– 29 December,2010.pp.324-329.
[7].VarunChandola and Vipin Kumar.“Summarization -
Compressing Data into an Informative Representation”.
Proceedings of the Fifth IEEE International Conference on
Data Mining (ICDM’05) 1550-4786/05 $20.00 © 2005 IEEE

Mais conteúdo relacionado

Mais procurados

Greedy Incremental approach for unfolding of communities in massive networks
Greedy Incremental approach for unfolding of communities in massive networksGreedy Incremental approach for unfolding of communities in massive networks
Greedy Incremental approach for unfolding of communities in massive networksIJCSIS Research Publications
 
IRJET - Exploring Agglomerative Spectral Clustering Technique Employed for...
IRJET - 	  Exploring Agglomerative Spectral Clustering Technique Employed for...IRJET - 	  Exploring Agglomerative Spectral Clustering Technique Employed for...
IRJET - Exploring Agglomerative Spectral Clustering Technique Employed for...IRJET Journal
 
K-means and bayesian networks to determine building damage levels
K-means and bayesian networks to determine building damage levelsK-means and bayesian networks to determine building damage levels
K-means and bayesian networks to determine building damage levelsTELKOMNIKA JOURNAL
 
FAST FUZZY FEATURE CLUSTERING FOR TEXT CLASSIFICATION
FAST FUZZY FEATURE CLUSTERING FOR TEXT CLASSIFICATION FAST FUZZY FEATURE CLUSTERING FOR TEXT CLASSIFICATION
FAST FUZZY FEATURE CLUSTERING FOR TEXT CLASSIFICATION cscpconf
 
Profile Analysis of Users in Data Analytics Domain
Profile Analysis of   Users in Data Analytics DomainProfile Analysis of   Users in Data Analytics Domain
Profile Analysis of Users in Data Analytics DomainDrjabez
 
Taxonomy and survey of community
Taxonomy and survey of communityTaxonomy and survey of community
Taxonomy and survey of communityIJCSES 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
 
IRJET- Text Document Clustering using K-Means Algorithm
IRJET-  	  Text Document Clustering using K-Means Algorithm IRJET-  	  Text Document Clustering using K-Means Algorithm
IRJET- Text Document Clustering using K-Means Algorithm IRJET Journal
 
POLITICAL OPINION ANALYSIS IN SOCIAL NETWORKS: CASE OF TWITTER AND FACEBOOK
POLITICAL OPINION ANALYSIS IN SOCIAL  NETWORKS: CASE OF TWITTER AND FACEBOOK POLITICAL OPINION ANALYSIS IN SOCIAL  NETWORKS: CASE OF TWITTER AND FACEBOOK
POLITICAL OPINION ANALYSIS IN SOCIAL NETWORKS: CASE OF TWITTER AND FACEBOOK dannyijwest
 
Group and Community Detection in Social Networks
Group and Community Detection in Social NetworksGroup and Community Detection in Social Networks
Group and Community Detection in Social NetworksKent State University
 
Problems Faced by Experienced Women IT Professionals in Chennai using Fuzzy R...
Problems Faced by Experienced Women IT Professionals in Chennai using Fuzzy R...Problems Faced by Experienced Women IT Professionals in Chennai using Fuzzy R...
Problems Faced by Experienced Women IT Professionals in Chennai using Fuzzy R...ijcoa
 
Feature selection, optimization and clustering strategies of text documents
Feature selection, optimization and clustering strategies of text documentsFeature selection, optimization and clustering strategies of text documents
Feature selection, optimization and clustering strategies of text documentsIJECEIAES
 
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTIONTEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTIONijistjournal
 
Semantic Based Model for Text Document Clustering with Idioms
Semantic Based Model for Text Document Clustering with IdiomsSemantic Based Model for Text Document Clustering with Idioms
Semantic Based Model for Text Document Clustering with IdiomsWaqas Tariq
 
User Identity Linkage: Data Collection, DataSet Biases, Method, Control and A...
User Identity Linkage: Data Collection, DataSet Biases, Method, Control and A...User Identity Linkage: Data Collection, DataSet Biases, Method, Control and A...
User Identity Linkage: Data Collection, DataSet Biases, Method, Control and A...IIIT Hyderabad
 
OOAD - UML - Sequence and Communication Diagrams - Lab
OOAD - UML - Sequence and Communication Diagrams - LabOOAD - UML - Sequence and Communication Diagrams - Lab
OOAD - UML - Sequence and Communication Diagrams - LabVicter Paul
 

Mais procurados (19)

Greedy Incremental approach for unfolding of communities in massive networks
Greedy Incremental approach for unfolding of communities in massive networksGreedy Incremental approach for unfolding of communities in massive networks
Greedy Incremental approach for unfolding of communities in massive networks
 
IRJET - Exploring Agglomerative Spectral Clustering Technique Employed for...
IRJET - 	  Exploring Agglomerative Spectral Clustering Technique Employed for...IRJET - 	  Exploring Agglomerative Spectral Clustering Technique Employed for...
IRJET - Exploring Agglomerative Spectral Clustering Technique Employed for...
 
Q046049397
Q046049397Q046049397
Q046049397
 
K-means and bayesian networks to determine building damage levels
K-means and bayesian networks to determine building damage levelsK-means and bayesian networks to determine building damage levels
K-means and bayesian networks to determine building damage levels
 
FAST FUZZY FEATURE CLUSTERING FOR TEXT CLASSIFICATION
FAST FUZZY FEATURE CLUSTERING FOR TEXT CLASSIFICATION FAST FUZZY FEATURE CLUSTERING FOR TEXT CLASSIFICATION
FAST FUZZY FEATURE CLUSTERING FOR TEXT CLASSIFICATION
 
Profile Analysis of Users in Data Analytics Domain
Profile Analysis of   Users in Data Analytics DomainProfile Analysis of   Users in Data Analytics Domain
Profile Analysis of Users in Data Analytics Domain
 
Taxonomy and survey of community
Taxonomy and survey of communityTaxonomy and survey of community
Taxonomy and survey of community
 
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
 
IRJET- Text Document Clustering using K-Means Algorithm
IRJET-  	  Text Document Clustering using K-Means Algorithm IRJET-  	  Text Document Clustering using K-Means Algorithm
IRJET- Text Document Clustering using K-Means Algorithm
 
POLITICAL OPINION ANALYSIS IN SOCIAL NETWORKS: CASE OF TWITTER AND FACEBOOK
POLITICAL OPINION ANALYSIS IN SOCIAL  NETWORKS: CASE OF TWITTER AND FACEBOOK POLITICAL OPINION ANALYSIS IN SOCIAL  NETWORKS: CASE OF TWITTER AND FACEBOOK
POLITICAL OPINION ANALYSIS IN SOCIAL NETWORKS: CASE OF TWITTER AND FACEBOOK
 
Group and Community Detection in Social Networks
Group and Community Detection in Social NetworksGroup and Community Detection in Social Networks
Group and Community Detection in Social Networks
 
Problems Faced by Experienced Women IT Professionals in Chennai using Fuzzy R...
Problems Faced by Experienced Women IT Professionals in Chennai using Fuzzy R...Problems Faced by Experienced Women IT Professionals in Chennai using Fuzzy R...
Problems Faced by Experienced Women IT Professionals in Chennai using Fuzzy R...
 
Feature selection, optimization and clustering strategies of text documents
Feature selection, optimization and clustering strategies of text documentsFeature selection, optimization and clustering strategies of text documents
Feature selection, optimization and clustering strategies of text documents
 
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTIONTEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
 
Semantic Based Model for Text Document Clustering with Idioms
Semantic Based Model for Text Document Clustering with IdiomsSemantic Based Model for Text Document Clustering with Idioms
Semantic Based Model for Text Document Clustering with Idioms
 
06 Community Detection
06 Community Detection06 Community Detection
06 Community Detection
 
User Identity Linkage: Data Collection, DataSet Biases, Method, Control and A...
User Identity Linkage: Data Collection, DataSet Biases, Method, Control and A...User Identity Linkage: Data Collection, DataSet Biases, Method, Control and A...
User Identity Linkage: Data Collection, DataSet Biases, Method, Control and A...
 
11 Keynote (2017)
11 Keynote (2017)11 Keynote (2017)
11 Keynote (2017)
 
OOAD - UML - Sequence and Communication Diagrams - Lab
OOAD - UML - Sequence and Communication Diagrams - LabOOAD - UML - Sequence and Communication Diagrams - Lab
OOAD - UML - Sequence and Communication Diagrams - Lab
 

Destaque

Mas based framework to protect cloud computing
Mas based framework to protect cloud computingMas based framework to protect cloud computing
Mas based framework to protect cloud computingeSAT Publishing House
 
Design and testing of automobile exhaust system
Design and testing of automobile exhaust systemDesign and testing of automobile exhaust system
Design and testing of automobile exhaust systemeSAT Publishing House
 
Designing towards a fire resistant neighborhood in
Designing towards a fire resistant neighborhood inDesigning towards a fire resistant neighborhood in
Designing towards a fire resistant neighborhood ineSAT Publishing House
 
Copyright protection for images on android phones
Copyright protection for images on android phonesCopyright protection for images on android phones
Copyright protection for images on android phoneseSAT Publishing House
 
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...eSAT Publishing House
 
A new design method for low speed torus type afpm
A new design method for low speed torus type afpmA new design method for low speed torus type afpm
A new design method for low speed torus type afpmeSAT Publishing House
 
Efficient way of user search location in query processing
Efficient way of user search location in query processingEfficient way of user search location in query processing
Efficient way of user search location in query processingeSAT Publishing House
 
Global issue based power generation expansion planning for a power system
Global issue based power generation expansion planning for a power systemGlobal issue based power generation expansion planning for a power system
Global issue based power generation expansion planning for a power systemeSAT Publishing House
 
Improved block based segmentation for jpeg
Improved block based segmentation for jpegImproved block based segmentation for jpeg
Improved block based segmentation for jpegeSAT Publishing House
 
Novel fpga design and implementation of digital up
Novel fpga design and implementation of digital upNovel fpga design and implementation of digital up
Novel fpga design and implementation of digital upeSAT Publishing House
 
Transmission of image using sms technique
Transmission of image using sms techniqueTransmission of image using sms technique
Transmission of image using sms techniqueeSAT Publishing House
 
An effective adaptive approach for joining data in data
An effective adaptive approach for joining data in dataAn effective adaptive approach for joining data in data
An effective adaptive approach for joining data in dataeSAT Publishing House
 
Cloud service architecture for education system under object oriented methodo...
Cloud service architecture for education system under object oriented methodo...Cloud service architecture for education system under object oriented methodo...
Cloud service architecture for education system under object oriented methodo...eSAT Publishing House
 
Isolation, partial purification and characterization
Isolation, partial purification and characterizationIsolation, partial purification and characterization
Isolation, partial purification and characterizationeSAT Publishing House
 
Robotic arm controlled in missile launchers using plc and image authenticatio...
Robotic arm controlled in missile launchers using plc and image authenticatio...Robotic arm controlled in missile launchers using plc and image authenticatio...
Robotic arm controlled in missile launchers using plc and image authenticatio...eSAT Publishing House
 
Study of mechanical and morphological properties of glass fiber reinforced mo...
Study of mechanical and morphological properties of glass fiber reinforced mo...Study of mechanical and morphological properties of glass fiber reinforced mo...
Study of mechanical and morphological properties of glass fiber reinforced mo...eSAT Publishing House
 
Constructive concepts for reducing wear caused by the
Constructive concepts for reducing wear caused by theConstructive concepts for reducing wear caused by the
Constructive concepts for reducing wear caused by theeSAT Publishing House
 
Fractals for complexity analysis of diabetic retinopathy in retinal vasculatu...
Fractals for complexity analysis of diabetic retinopathy in retinal vasculatu...Fractals for complexity analysis of diabetic retinopathy in retinal vasculatu...
Fractals for complexity analysis of diabetic retinopathy in retinal vasculatu...eSAT Publishing House
 
Reverse logistics a review of literature
Reverse logistics a review of literatureReverse logistics a review of literature
Reverse logistics a review of literatureeSAT Publishing House
 
Synthesis and structural characterization of cd s
Synthesis and structural characterization of cd sSynthesis and structural characterization of cd s
Synthesis and structural characterization of cd seSAT Publishing House
 

Destaque (20)

Mas based framework to protect cloud computing
Mas based framework to protect cloud computingMas based framework to protect cloud computing
Mas based framework to protect cloud computing
 
Design and testing of automobile exhaust system
Design and testing of automobile exhaust systemDesign and testing of automobile exhaust system
Design and testing of automobile exhaust system
 
Designing towards a fire resistant neighborhood in
Designing towards a fire resistant neighborhood inDesigning towards a fire resistant neighborhood in
Designing towards a fire resistant neighborhood in
 
Copyright protection for images on android phones
Copyright protection for images on android phonesCopyright protection for images on android phones
Copyright protection for images on android phones
 
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
 
A new design method for low speed torus type afpm
A new design method for low speed torus type afpmA new design method for low speed torus type afpm
A new design method for low speed torus type afpm
 
Efficient way of user search location in query processing
Efficient way of user search location in query processingEfficient way of user search location in query processing
Efficient way of user search location in query processing
 
Global issue based power generation expansion planning for a power system
Global issue based power generation expansion planning for a power systemGlobal issue based power generation expansion planning for a power system
Global issue based power generation expansion planning for a power system
 
Improved block based segmentation for jpeg
Improved block based segmentation for jpegImproved block based segmentation for jpeg
Improved block based segmentation for jpeg
 
Novel fpga design and implementation of digital up
Novel fpga design and implementation of digital upNovel fpga design and implementation of digital up
Novel fpga design and implementation of digital up
 
Transmission of image using sms technique
Transmission of image using sms techniqueTransmission of image using sms technique
Transmission of image using sms technique
 
An effective adaptive approach for joining data in data
An effective adaptive approach for joining data in dataAn effective adaptive approach for joining data in data
An effective adaptive approach for joining data in data
 
Cloud service architecture for education system under object oriented methodo...
Cloud service architecture for education system under object oriented methodo...Cloud service architecture for education system under object oriented methodo...
Cloud service architecture for education system under object oriented methodo...
 
Isolation, partial purification and characterization
Isolation, partial purification and characterizationIsolation, partial purification and characterization
Isolation, partial purification and characterization
 
Robotic arm controlled in missile launchers using plc and image authenticatio...
Robotic arm controlled in missile launchers using plc and image authenticatio...Robotic arm controlled in missile launchers using plc and image authenticatio...
Robotic arm controlled in missile launchers using plc and image authenticatio...
 
Study of mechanical and morphological properties of glass fiber reinforced mo...
Study of mechanical and morphological properties of glass fiber reinforced mo...Study of mechanical and morphological properties of glass fiber reinforced mo...
Study of mechanical and morphological properties of glass fiber reinforced mo...
 
Constructive concepts for reducing wear caused by the
Constructive concepts for reducing wear caused by theConstructive concepts for reducing wear caused by the
Constructive concepts for reducing wear caused by the
 
Fractals for complexity analysis of diabetic retinopathy in retinal vasculatu...
Fractals for complexity analysis of diabetic retinopathy in retinal vasculatu...Fractals for complexity analysis of diabetic retinopathy in retinal vasculatu...
Fractals for complexity analysis of diabetic retinopathy in retinal vasculatu...
 
Reverse logistics a review of literature
Reverse logistics a review of literatureReverse logistics a review of literature
Reverse logistics a review of literature
 
Synthesis and structural characterization of cd s
Synthesis and structural characterization of cd sSynthesis and structural characterization of cd s
Synthesis and structural characterization of cd s
 

Semelhante a Community profiling for social networks

Document retrieval using clustering
Document retrieval using clusteringDocument retrieval using clustering
Document retrieval using clusteringeSAT Journals
 
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKINGINTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKINGdannyijwest
 
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
INTELLIGENT SOCIAL NETWORKS MODEL BASED  ON SEMANTIC TAG RANKINGINTELLIGENT SOCIAL NETWORKS MODEL BASED  ON SEMANTIC TAG RANKING
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKINGdannyijwest
 
Community detection in social networks an overview
Community detection in social networks an overviewCommunity detection in social networks an overview
Community detection in social networks an overvieweSAT Publishing House
 
Effectual citizen relationship management with data mining techniques
Effectual citizen relationship management with data mining techniquesEffectual citizen relationship management with data mining techniques
Effectual citizen relationship management with data mining techniqueseSAT Publishing House
 
Effectual citizen relationship management with data mining techniques
Effectual citizen relationship management with data mining techniquesEffectual citizen relationship management with data mining techniques
Effectual citizen relationship management with data mining techniqueseSAT Journals
 
Experimental of vectorizer and classifier for scrapped social media data
Experimental of vectorizer and classifier for scrapped social media dataExperimental of vectorizer and classifier for scrapped social media data
Experimental of vectorizer and classifier for scrapped social media dataTELKOMNIKA JOURNAL
 
Clustering in Aggregated User Profiles across Multiple Social Networks
Clustering in Aggregated User Profiles across Multiple Social Networks Clustering in Aggregated User Profiles across Multiple Social Networks
Clustering in Aggregated User Profiles across Multiple Social Networks IJECEIAES
 
Evaluating the efficiency of rule techniques for file classification
Evaluating the efficiency of rule techniques for file classificationEvaluating the efficiency of rule techniques for file classification
Evaluating the efficiency of rule techniques for file classificationeSAT Journals
 
Retrieval of textual and non textual information in
Retrieval of textual and non textual information inRetrieval of textual and non textual information in
Retrieval of textual and non textual information ineSAT Publishing House
 
Evaluating the efficiency of rule techniques for file
Evaluating the efficiency of rule techniques for fileEvaluating the efficiency of rule techniques for file
Evaluating the efficiency of rule techniques for fileeSAT Publishing House
 
Finding prominent features in communities in social networks using ontology
Finding prominent features in communities in social networks using ontologyFinding prominent features in communities in social networks using ontology
Finding prominent features in communities in social networks using ontologycsandit
 
11.software modules clustering an effective approach for reusability
11.software modules clustering an effective approach for  reusability11.software modules clustering an effective approach for  reusability
11.software modules clustering an effective approach for reusabilityAlexander Decker
 
MUTATION AND CROSSOVER ISSUES FOR OSN PRIVACY
MUTATION AND CROSSOVER ISSUES FOR OSN PRIVACYMUTATION AND CROSSOVER ISSUES FOR OSN PRIVACY
MUTATION AND CROSSOVER ISSUES FOR OSN PRIVACYpaperpublications3
 
MUTATION AND CROSSOVER ISSUES FOR OSN PRIVACY
MUTATION AND CROSSOVER ISSUES FOR OSN PRIVACYMUTATION AND CROSSOVER ISSUES FOR OSN PRIVACY
MUTATION AND CROSSOVER ISSUES FOR OSN PRIVACYpaperpublications3
 
Variance rover system web analytics tool using data
Variance rover system web analytics tool using dataVariance rover system web analytics tool using data
Variance rover system web analytics tool using dataeSAT Publishing House
 
Variance rover system
Variance rover systemVariance rover system
Variance rover systemeSAT Journals
 
Enhancing the performance of cluster based text summarization using support v...
Enhancing the performance of cluster based text summarization using support v...Enhancing the performance of cluster based text summarization using support v...
Enhancing the performance of cluster based text summarization using support v...eSAT Journals
 
Bs31267274
Bs31267274Bs31267274
Bs31267274IJMER
 

Semelhante a Community profiling for social networks (20)

Document retrieval using clustering
Document retrieval using clusteringDocument retrieval using clustering
Document retrieval using clustering
 
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKINGINTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
 
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
INTELLIGENT SOCIAL NETWORKS MODEL BASED  ON SEMANTIC TAG RANKINGINTELLIGENT SOCIAL NETWORKS MODEL BASED  ON SEMANTIC TAG RANKING
INTELLIGENT SOCIAL NETWORKS MODEL BASED ON SEMANTIC TAG RANKING
 
Community detection in social networks an overview
Community detection in social networks an overviewCommunity detection in social networks an overview
Community detection in social networks an overview
 
Effectual citizen relationship management with data mining techniques
Effectual citizen relationship management with data mining techniquesEffectual citizen relationship management with data mining techniques
Effectual citizen relationship management with data mining techniques
 
Effectual citizen relationship management with data mining techniques
Effectual citizen relationship management with data mining techniquesEffectual citizen relationship management with data mining techniques
Effectual citizen relationship management with data mining techniques
 
Experimental of vectorizer and classifier for scrapped social media data
Experimental of vectorizer and classifier for scrapped social media dataExperimental of vectorizer and classifier for scrapped social media data
Experimental of vectorizer and classifier for scrapped social media data
 
Clustering in Aggregated User Profiles across Multiple Social Networks
Clustering in Aggregated User Profiles across Multiple Social Networks Clustering in Aggregated User Profiles across Multiple Social Networks
Clustering in Aggregated User Profiles across Multiple Social Networks
 
Evaluating the efficiency of rule techniques for file classification
Evaluating the efficiency of rule techniques for file classificationEvaluating the efficiency of rule techniques for file classification
Evaluating the efficiency of rule techniques for file classification
 
Retrieval of textual and non textual information in
Retrieval of textual and non textual information inRetrieval of textual and non textual information in
Retrieval of textual and non textual information in
 
Evaluating the efficiency of rule techniques for file
Evaluating the efficiency of rule techniques for fileEvaluating the efficiency of rule techniques for file
Evaluating the efficiency of rule techniques for file
 
Bx044461467
Bx044461467Bx044461467
Bx044461467
 
Finding prominent features in communities in social networks using ontology
Finding prominent features in communities in social networks using ontologyFinding prominent features in communities in social networks using ontology
Finding prominent features in communities in social networks using ontology
 
11.software modules clustering an effective approach for reusability
11.software modules clustering an effective approach for  reusability11.software modules clustering an effective approach for  reusability
11.software modules clustering an effective approach for reusability
 
MUTATION AND CROSSOVER ISSUES FOR OSN PRIVACY
MUTATION AND CROSSOVER ISSUES FOR OSN PRIVACYMUTATION AND CROSSOVER ISSUES FOR OSN PRIVACY
MUTATION AND CROSSOVER ISSUES FOR OSN PRIVACY
 
MUTATION AND CROSSOVER ISSUES FOR OSN PRIVACY
MUTATION AND CROSSOVER ISSUES FOR OSN PRIVACYMUTATION AND CROSSOVER ISSUES FOR OSN PRIVACY
MUTATION AND CROSSOVER ISSUES FOR OSN PRIVACY
 
Variance rover system web analytics tool using data
Variance rover system web analytics tool using dataVariance rover system web analytics tool using data
Variance rover system web analytics tool using data
 
Variance rover system
Variance rover systemVariance rover system
Variance rover system
 
Enhancing the performance of cluster based text summarization using support v...
Enhancing the performance of cluster based text summarization using support v...Enhancing the performance of cluster based text summarization using support v...
Enhancing the performance of cluster based text summarization using support v...
 
Bs31267274
Bs31267274Bs31267274
Bs31267274
 

Mais de eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

Mais de eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Último

Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringJuanCarlosMorales19600
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 

Último (20)

Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineering
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
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
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 

Community profiling for social networks

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014, Available @ http://www.ijret.org 124 COMMUNITY PROFILING FOR SOCIAL NETWORKS Ch. Archana1 , K. P. Supreethi2 1 CSE, JNTUCEH, Hyderabad, Andhra Pradesh, India 2 CSE, JNTUCEH, Hyderabad, Andhra Pradesh, India Abstract A Community Profile is a combined picture of the members data in the community and the process of creating it is called community profiling. It uses a variety of different techniques to build up a picture of the community from a number of different perspectives. The members in the Community can interact with other members in the same community using the community profile. The communities are created dynamically based on the users’ interests and one user can be in more than one community. The Community Profile of a particular community can be accessed by only the members of that associated Community. Keywords: Community Profiling, Social Networks, Clustering, Cliques, Summarization algorithms, Optimal Summarization algorithm. -----------------------------------------------------------------------***----------------------------------------------------------------------- 1. INTRODUCTION Social media are tools and technologies that enable you to communicate with other people. Social media includes blogs, wikis, video, photo sharing. Communication is very important in human life for proper interaction and for the development of our society. It brings people with common interests together and also helps people to interact with other people comfortably via the Internet. Online media have the ability to distribute the information as fast as the traditional news sources. Social Network is a Social media through which users can communicate with other users via Network. The communication can be in the form of messages or content sharing. Now – a – days, Social Networking Sites have become very popular as people can be in contact with each other, even though there is no face – to – face communication. People can discuss the relevant topics, ask the questions and get the answers. Community is a group of members who have same interests in a certain area. Profile is a term given for information of a particular thing. For example, a Person’s Profile includes age, gender, contact information, address, qualification, experience, interests, etc. Profiling is a process of analyzing the people’s profiles for identifying their respective categories(called communities). “Community profiling” is a process of analyzing the profiles of the Communities in order to find out the data or information that is relevant to each member in a particular Community. The Community Profile is the analyzed and reported results of the data collected by a Community survey, which describes a combined/overall picture or profile of the population/members in the Community. 2. RELATED WORK The detection of communities(also called clusters) is implemented using clustering concepts. 2.1 Clustering Clustering is a data mining (machine learning) technique used to group the related data elements without any knowledge about the group definitions(details). 2.1.1 Clustering Techniques  Agglomerative: Considers each element as one cluster and compares with all other elements(clusters) iteratively to combine the clusters having similar features[1].  Divisive: Considers all elements as one cluster and the whole cluster is divided into two parts after comparing the elements similarity within the cluster and this is repeated iteratively [1].  Hierarchical: Organizes all elements into a tree in which leaves represent genes and the length of the paths between leaves represents the distances between genes. A subtree represents the similar genes[1]. The profiling of the detected communities(called community profile) is implemented using summarization concept.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014, Available @ http://www.ijret.org 125 2.2 Summarization: Summarization is a concept of creating a summary with necessary components from huge information. Summarization is a data mining concept which involves techniques for creating a summary/description of each cluster (community). Multi-document summarization [6] is the process of creating a summary from multiple documents. There are two approaches (Extraction and Abstraction) to produce concise summary. Extraction approach takes the most important information from the original source documents to produce summary while abstraction involves paraphrasing sections of the original source documents. 2.2.1 Summarization Techniques:  Optimal summarization algorithm[7].  Two – step approach to summarization [7].  The BUS algorithm[7]. 3. PROPOSED WORK We detect the communities using clustering concept and we create the community profile for each community using summarization concept. The block diagram of the project is shown in the following Figure (a). Fig(a)Block Diagram 3.1 Process of Clustering Define the domain for the clustering effort. It is the determination of the set of items to be clustered. The domain can be a subset of the database or the complete database. If domain is defined, determine the attributes of the objects to be clustered. Determine the strength of the relationships between the attributes which suggest those objects should be in the same class (cluster). 3.1.1Types of relationships: Equivalence relationships are the most common and represent synonyms (Ex: photograph, print). Hierarchical relationships are the very common technique where the class name is a general term and the entries are specific examples of the general term (Ex: “computer” is the class name and “microprocessor”, “Pentium” are the entries). Non – hierarchical relationships are the “object-attribute” relationship (Ex: employee-job title) [2]. After determining the total set of objects and the strengths of the relationships between the objects, the final step is applying some algorithm to determine the classes(clusters or communities) to which each item will be assigned[2]. 3.1.2 Types of algorithms:  Cliques  Single link  Stars[2] The detection of communities is implemented using Cliques algorithm [2]. Cliques Algorithm: Cliques require all items in a cluster to be within the threshold of all other items. The clique technique:  Produces classes having terms with the strongest relationship.  Produces more classes.  Most costly to compute. Algorithm: 1. Let i = 1 2. Place Term i in a new class 3. r = k = i + 1 4. Validate if Term k is within the threshold of all terms in the current class and add to the current class 5. k = k + 1 6. If k > n (number of items) the nr = r + 1 if r>=n then go to 7 else k = r Create a new class with Term i in it go to 4 else go to 4 7. If current class has only Term i in it and there are other classes with Term i in them then delete the current class and i= i + 1 else i = i + 1
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014, Available @ http://www.ijret.org 126 8. If i = n + 1 then go to 9 else go to 2 9. Eliminate any classes that duplicate or are subsets of other classes. The basis for determining the clusters [2] is the calculation of the similarity between every term pair. Considering the vector model is the easiest way to understand this approach. The vector model is represented by a matrix where the rows represent individual items and the columns represent the unique words (processing tokens) in the items. The values in the matrix represent how strongly that particular word represents concepts in the item. Figure 3.1.3 is an example of a database with 5 items and 8 terms. T1 T2 T3 T4 T5 T6 T7 T8 I1 0 4 0 0 0 2 1 3 I2 3 1 4 3 1 2 0 1 I3 3 0 0 0 3 0 3 0 I4 0 1 0 3 0 0 2 0 I5 2 2 2 3 1 4 0 2 Fig. 3.1.3Vector Example Where I and T represent the Items and Terms respectively The similarity function is performed between rows of the item matrix. Using figure 3.1.3 as the set of items and their terms and similarity equation: SIM (Itemi, Item j) = ∑( Term i, k )( Term j, k ) as k goes from 1 to 8 for the eight terms, an Item-Item matrix is created as shown in Figure 3.1.4 I1 I2 I3 I4 I5 I1 - 11 3 6 22 I2 11 - 12 10 36 I3 3 12 - 6 9 I4 6 10 6 - 11 I5 22 36 9 11 - Fig3.1.4Item/Item Matrix The Item Relation matrix shown in Figure 3.1.5 is produced using the threshold of 10. I1 I2 I3 I4 I5 I1 - 1 0 0 1 I2 1 - 1 1 1 I3 0 1 - 0 0 I4 0 1 0 - 1 I5 1 1 0 1 - Fig. 3.1.5Item Relationship Matrix The following classes/clusters/communities are created when the Cliques algorithm is applied to Figure 3.1.5. Class1 = I1, I2, I5 Class2 = I2, I3 Class3 = I2, I4, I5 Mining process [4] includes the sharing of large scale amount of data from various sources, which gets concluded at the mined data. Continuing growth of World Wide Web and on-line text collections makes a large volume of information available to users. The user may not get the effective required information as the user need to browse all the information available which is a time consuming process and some useful information may be missed out. Using automatic text summarization, the above problem can be solved and therefore, the required information can be displayed to the user effectively. Text summarization is the process of automatically creating a compressed/brief version of a given text that provides useful information to users, and multi-document summarization is to produce a summary consisting the majority of information content from the original documents [5]. The profiling of the detected communities is implemented using Optimal Summarization algorithm[7]. 3.2 Optimal Summarization Algorithm: Optimal Summarization algorithm [7] generates an optimal summary of given size l for a given set of transactions T The first step of this algorithm involves generating the power set of T (=all possible subsets of T), denoted by ζ. The size of ζ will be 2|T| . The second step involves searching all possible subsets of ζ to select a subset, S which has following properties: 1. |S| = l, the size of this subset is equal to desired compaction level. 2. The subset S covers all transactions in T (a set cover of T) 3. The total information loss for S with respect to T is minimum over all other subsets of T which satisfy the properties 1 and 2. Information loss [7] is defined as the total amount of information missing over all original data transaction in the summary. Algorithm: Input: T: a transaction data set. W: a set of weights for each feature. l: size of final summary.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014, Available @ http://www.ijret.org 127 Output: S: the final summary. Method: 1. Generate ζ = power set of T 2. Let current_min_loss = inf 3. Let S = {} 4. For each ζ i ε ζ 5. if | ζ i | = l And Information Loss for ζ i<current_min_loss 6. current_min_loss = Information Loss for ζ i 7. S = ζ i 8. End if 9. End For each 10. Return S 11. End. 4. EXPERIMENTAL EVALUATION The Community detection of the users’ data and Community profiling for each detected community is implemented using JSP (as Front End), Java (for Business Logic) and Oracle (as Back End). For the detection of communities, we have collected the users’ data in the form through Facebook. The form consists of user’s full name, email and password, age, qualification, designation, area and interests. The user can select several interests provided in the form. Based on the users’ interests, the users are categorized into different groups (called communities/clusters) using Cliques algorithm and are detected at the time of user’s Registration. The detected communities are displayed to the user (as hyperlinks), when the user logs in. The Community Profiling for the detected communities is implemented using Optimal Summarization algorithm. It is created when the user clicks on the communities (Hyperlinks) and the overall profile of the user clicked community is displayed to the user. 5. CONCLUSIONS The detection of communities and creation of community profile for each community has been implemented. A Community Profile is that if anyone joins in a particular Community, then the person can view the overall Profile of the Community through which the person can communicate with others about the topics, related to the interests provided in the profile. The Cliques algorithm has been implemented for the detection of communities as a member can be in more than one community and Optimal Summarization algorithm has been implemented for creating the profiles for the detected communities. We plan to evaluate our approach with otherreal world datasets and to improve our approach based on the obtained results. REFERENCES [1].Charu C. Agarwal. “Social Network Data Analytics”, ISBN 978-1-4419-8461-6, Springer, USA, 2011. [2]. Gerald J. Kowalski, Mark T. Maybury. “Information Storage and Retrieval Systems, Document and Term Clustering”, Second Edition, ISBN 978-81-8128-497-6, Springer, India,1997 [3].RaghunathKar&Susant Kumar Dash. “A Study On High Dimensional Clustering By Using Clique”.International Journal of Computer Science & Informatics, Volume-I, Issue- II, 2011 [4].SM. Meena. “Dynamic Peer-to-peer Distributed Document Clustering and Cluster Summarization”. Chennai and Dr.MGR University Second International Conference on Sustainable Energy and Intelligent System (SEISCON 2011) , Dr. M.G.R. University, Maduravoyal, Chennai, Tamil Nadu, India. July. 20-22, 2011 [5].ZHANG Pei-ying, LI Cun-he. “Automatic, text summarization based on sentences clustering and extraction”. 978-1-4244-4520-2/09/$25.00 ©2009 IEEE. [6].A.Kogilavani, Dr.P.Balasubramanie. “Clustering Based Optimal Summary Generation Using Genetic Algorithm”.Proceedings of the International Conference on Communication and Computational Intelligence – 2010, Kongu Engineering College, Perundurai, Erode, T.N.,India.27 – 29 December,2010.pp.324-329. [7].VarunChandola and Vipin Kumar.“Summarization - Compressing Data into an Informative Representation”. Proceedings of the Fifth IEEE International Conference on Data Mining (ICDM’05) 1550-4786/05 $20.00 © 2005 IEEE