SlideShare ist ein Scribd-Unternehmen logo
1 von 23
SOCIAL NETWORK, METRICS
AND COMPUTATIONAL
PROBLEM
Andry Alamsyah
andrya@telkomuniversity
GLOBAL SCALE OF SOCIAL
NETWORK
GLOBAL SCALE OF SOCIAL
NETWORK
GLOBAL SCALE SOCIAL
NETWORK
Example : Social Science
A visualization of US
bloggers shows clearly
how they tend to link
predominantly to blogs
supporting the same party,
forming two distinct
clusters (Adamic and
Glance, 2005)
Vizualisation of hierarchical structure
organization and knowledge flow of
informal organization (Alamsyah, 2013)
relations between people
and the place they are
checking in using
foursquare at Vienna,
Austria
STORY
• BIG DATA leads to Social
Computing
• Social Network Data / Conversation
are widely available
• The Need of Powerful Metric for
Social Network
• Problem with Conventional
Methodology Approach using
Questionnaire and Interviews
SOCIAL NETWORK MODEL
Can we study their
interactions as a
network ?
3" 4"
2"1"
Vertex&
Edges&
SOCIAL NETWORK MODEL
3" 4"
2"1"
Vertex" Vertex"
1" 2"
1" 3"
2" 3"
2" 4"
4" 3"
Edges&List&
Adjacency&Matrix&become"symmetric&
Vertex" 1" 2" 3" 4"
1" 2" 1" 1" 0"
2" 1" 2" 1" 1"
3" 1" 1" 2" 0"
4" 0" 1" 0" 2"3" 4"
2"1"
Directed&
(who&contact&whom)&
Undirected&
(who&knows&whom)&
3" 4"
2"1"
30"
5" 2"22"
37"
Weight"could"be"
5  Frequency"of"interac=ons"in"
period"of"observa=on"
5  Number"of"items"exchanged"in"
period"
5  Individual"percep=ons"of"
strength"of"rela=onship"
5  Cost"of"communica=ons"or"
exchange,"e.g."distance"
Vertex" Vertex" Weight"
1" 2" 30"
1" 3" 5"
2" 3" 22"
2" 4" 2"
4" 3" 27"
Edges&List&
Adjacency&Matrix&(weight)&
Vertex" 1" 2" 3" 4"
1" 5" 30" 5" 0"
2" 30" 5" 22" 2"
3" 5" 22" 5" 37"
4" 0" 2" 37" 5"
TIE-STRENGTH
Edge Weights as Relationship Strength
• Edges can represent interactions, flows of
information or goods, similarities/affiliations, or social
relations
• Specifically for social relations, a ‘proxy’ for the
strength of a tie can be:
• the frequency of interaction (communication) or
the amount of flow (exchange)
• reciprocity in interaction or flow
• the type of interaction or flow between the two
parties (e.g., intimate or not)
• other attributesof the nodes or ties (e.g., kin
relationships)
• The structure of the nodes’ neighborhood (e.g.
many mutual ‘friends’)
• Surveys and interviews allows us to establish the
existence of mutual or one-sided strength/affection
with greater certainty, but proxies above are also
useful
• Homophily is the tendency to relate to people with similar
characteristics (status, beliefs, etc.)
• It leads to the formation of homogeneous groups
(clusters) where forming relations is easier
• Extreme homogenization can act counter to innovation
and idea generation (heterophily is thus desirable in
some contexts)
• Homophilous ties can be strong or weak
• Transitivity in SNA is a property of ties: if there is a tie
between A and B and one between B and C, then in a
transitive network A and C will also be connected
• Strong ties are more often transitive than weak ties;
transitivity is therefore evidence for the existence of
strong ties (but not a necessary or sufficient condition)
• Transitivity and homophily together lead to the formation
of cliques (fully connected clusters)
• Bridges are nodes and edges that connect across groups
• Facilitate inter-group communication, increase social
cohesion, and help spur innovation
• They are usually weak ties, but not every weak tie is a
bridge
Homophily, Transitivity, and Bridge
NETWORK MODEL EXAMPLE
CENTRALITY
paper: Mapping Network of Terrorist Cells - V.E.Krebs (2002)
COMMUNITY DETECTION
collaboration network of
scientist at Santa Fe Institut
(Girvan & Newman)
271 scientist (vertices) / 118
nodes from largest component
edge = scientist coauthor one
of more publications
Komunitas : kumpulan titik titik
dimana jumlah hubungan internal
antar titik lebih besar dari pada
jumlah hubungan dengan titik
eksternal
paper: Community Structure in Social and Biological Networks - Girvan-Newman (2002)
SNA ROLES and TOOLS
CASE QUESTIONS SNA TOOLS
Leader Selections Who is the central in the trust and respect network ? Degree Centrality, Betweenness Centrality
Ranks How do we rank out top performer individuals in the
organizations
Eigenvector Centrality, Pageranks
Task Force Selection How do we put together a team that maximally connected
through out the organizations ?
Closeness Centrality
Mergers and Acquisition How to merge separate cultures / networks ?
Homophilly, Reciprocity, Mutuality,
Transitivity
Competitive Advantage What is the missing links between supply and demand ? Structural Holes, Bridge
Advertising Attachment How strong the impact of our advertisement effort ? Tie Strenght, Community Detection
Market Segmentation How segmented our market is ? Clustering Coefficient, Clique, Cohesive
Information Dissemination How is the information / knowledge spreading ?
Random Walks, Hits Algorithm,
Temporal / Dynamics Network
Strenght Out Organization How to increase redundancy and interconnectedness ? Bridge, Overlapping Communities
Dynamics of Organization How dynamics our organization is ? Temporal Networks
PREFERENTIAL ATTACHMENT
model barabasi-albert
SOCIAL NETWORK SIMULATION
community detection
centrality
*karate club dataset
34 nodes dan 78 edges
model network
community detection result
degree centrality result
METRIK CENTRALITY
betweenness centrality
banyaknya jalur terpendek antar
pasangan semua titik di jaringan, yang
melewati satu titik yang diukur
closeness centrality
jarak titik yang diukur terhadap
semua titik yang ada dalam jaringan
KOMPLEKSITAS CENTRALITY
CB (i) =
σst (i)
σsts≠i≠t
∑
Betweenness Centrality Closenness Centrality
s=1 s=2 s=3
t=5 1/1 2/2 1/1
t=6 1/1 2/2 1/1
t=7 2/2 4/4 2/2
t=8 2/2 4/4 2/2
t=9 2/2 4/4 2/2
σst (4) /σst
CB (4) = 15
Cc (i) =
n −1
dij
j(≠i)
∑
1 2 3 4 5 6 7 8 9
1 0 1 1 1 2 2 3 3 4
2 1 0 1 2 3 3 4 4 5
3 1

1 0 1 2 2 3 3 4
4 1 2 1 0 1 1 2 2 3
5 2 3 2 1 0 1 1 1 2
6 2 3 2 1 1 0 1 1 2
7 3 4 3 2 1 1 0 1 1
8 3 4 3 2 1 1 1 0 2
9 4 5 4 3 2 2 1 2 0
Cc (4) = 0,62 Cc (3) = 0,47
*kompleksitas waktu perhitungan metrik mencapai
O(n3) dan kompleksitas ruang sebesar O(n2)
METRIK MODULARITY
edges inside the
community
expected number of edges
if i,j places at random
Metrik Modularity
indeks kualitas partisi jaringan
menjadi komunitas
Kompleksitas Metrik
kompleksitas waktu perhitungan
O(n3)
COMPUTATION PROBLEM
COMPUTATION STRATEGY
• Select Features
• Random / Strategic Sampling
• Transform Model
• Compress Graph
TERIMA KASIH
THANK YOU

Weitere ähnliche Inhalte

Was ist angesagt?

Social network analysis & Big Data - Telecommunications and more
Social network analysis & Big Data - Telecommunications and moreSocial network analysis & Big Data - Telecommunications and more
Social network analysis & Big Data - Telecommunications and more
Wael Elrifai
 
Overview Of Network Analysis Platforms
Overview Of Network Analysis PlatformsOverview Of Network Analysis Platforms
Overview Of Network Analysis Platforms
Noah Flower
 
INFO4990_Hossain
INFO4990_HossainINFO4990_Hossain
INFO4990_Hossain
webuploader
 

Was ist angesagt? (20)

Preso on social network analysis for rtp analytics unconference
Preso on social network analysis for rtp analytics unconferencePreso on social network analysis for rtp analytics unconference
Preso on social network analysis for rtp analytics unconference
 
Introduction to Social Network Analysis
Introduction to Social Network AnalysisIntroduction to Social Network Analysis
Introduction to Social Network Analysis
 
Hybrid sentiment and network analysis of social opinion polarization icoict
Hybrid sentiment and network analysis of social opinion polarization   icoictHybrid sentiment and network analysis of social opinion polarization   icoict
Hybrid sentiment and network analysis of social opinion polarization icoict
 
Socialnetworkanalysis 100225055227-phpapp02
Socialnetworkanalysis 100225055227-phpapp02Socialnetworkanalysis 100225055227-phpapp02
Socialnetworkanalysis 100225055227-phpapp02
 
Social Network Analysis
Social Network AnalysisSocial Network Analysis
Social Network Analysis
 
Social Network Analysis (SNA) 2018
Social Network Analysis  (SNA) 2018Social Network Analysis  (SNA) 2018
Social Network Analysis (SNA) 2018
 
The Basics of Social Network Analysis
The Basics of Social Network AnalysisThe Basics of Social Network Analysis
The Basics of Social Network Analysis
 
Social network analysis & Big Data - Telecommunications and more
Social network analysis & Big Data - Telecommunications and moreSocial network analysis & Big Data - Telecommunications and more
Social network analysis & Big Data - Telecommunications and more
 
Overview Of Network Analysis Platforms
Overview Of Network Analysis PlatformsOverview Of Network Analysis Platforms
Overview Of Network Analysis Platforms
 
02 Descriptive Statistics (2017)
02 Descriptive Statistics (2017)02 Descriptive Statistics (2017)
02 Descriptive Statistics (2017)
 
presentation29
presentation29presentation29
presentation29
 
Data mining based social network
Data mining based social networkData mining based social network
Data mining based social network
 
DREaM Event 2: Louise Cooke
DREaM Event 2: Louise CookeDREaM Event 2: Louise Cooke
DREaM Event 2: Louise Cooke
 
INFO4990_Hossain
INFO4990_HossainINFO4990_Hossain
INFO4990_Hossain
 
05 Network Canvas (2017)
05 Network Canvas (2017)05 Network Canvas (2017)
05 Network Canvas (2017)
 
Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...
Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...
Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...
 
Social Network Analysis: Applications & Challenges
Social Network Analysis: Applications & ChallengesSocial Network Analysis: Applications & Challenges
Social Network Analysis: Applications & Challenges
 
01 Network Data Collection (2017)
01 Network Data Collection (2017)01 Network Data Collection (2017)
01 Network Data Collection (2017)
 
Sorin Adam Matei Curriculum Vitae
Sorin Adam Matei Curriculum VitaeSorin Adam Matei Curriculum Vitae
Sorin Adam Matei Curriculum Vitae
 
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
 

Ähnlich wie Social Network, Metrics and Computational Problem

Nm4881 a social network analysis week 6
Nm4881 a social network analysis week 6Nm4881 a social network analysis week 6
Nm4881 a social network analysis week 6
jiahao84
 
Social network analysis basics
Social network analysis basicsSocial network analysis basics
Social network analysis basics
Pradeep Kumar
 
Building networks for organizational learning presentation
Building networks for organizational learning presentationBuilding networks for organizational learning presentation
Building networks for organizational learning presentation
Stephen Judd
 
Tepl webinar 20032013
Tepl webinar   20032013Tepl webinar   20032013
Tepl webinar 20032013
Nina Pataraia
 

Ähnlich wie Social Network, Metrics and Computational Problem (20)

AI Class Topic 5: Social Network Graph
AI Class Topic 5:  Social Network GraphAI Class Topic 5:  Social Network Graph
AI Class Topic 5: Social Network Graph
 
Big Data Analytics : A Social Network Approach
Big Data Analytics : A Social Network ApproachBig Data Analytics : A Social Network Approach
Big Data Analytics : A Social Network Approach
 
01 Introduction to Networks Methods and Measures
01 Introduction to Networks Methods and Measures01 Introduction to Networks Methods and Measures
01 Introduction to Networks Methods and Measures
 
01 Introduction to Networks Methods and Measures (2016)
01 Introduction to Networks Methods and Measures (2016)01 Introduction to Networks Methods and Measures (2016)
01 Introduction to Networks Methods and Measures (2016)
 
Nm4881 a social network analysis week 6
Nm4881 a social network analysis week 6Nm4881 a social network analysis week 6
Nm4881 a social network analysis week 6
 
02 Introduction to Social Networks and Health: Key Concepts and Overview
02 Introduction to Social Networks and Health: Key Concepts and Overview02 Introduction to Social Networks and Health: Key Concepts and Overview
02 Introduction to Social Networks and Health: Key Concepts and Overview
 
00 Introduction to SN&H: Key Concepts and Overview
00 Introduction to SN&H: Key Concepts and Overview00 Introduction to SN&H: Key Concepts and Overview
00 Introduction to SN&H: Key Concepts and Overview
 
Mathematics and Social Networks
Mathematics and Social NetworksMathematics and Social Networks
Mathematics and Social Networks
 
Ona For Community Roundtable
Ona For Community RoundtableOna For Community Roundtable
Ona For Community Roundtable
 
06 Community Detection
06 Community Detection06 Community Detection
06 Community Detection
 
Social network analysis basics
Social network analysis basicsSocial network analysis basics
Social network analysis basics
 
CFMC NWLC 20100818
CFMC NWLC 20100818CFMC NWLC 20100818
CFMC NWLC 20100818
 
Building networks for organizational learning presentation
Building networks for organizational learning presentationBuilding networks for organizational learning presentation
Building networks for organizational learning presentation
 
Analysis Of A Learning Community As A Social Network
Analysis Of A Learning Community As A Social NetworkAnalysis Of A Learning Community As A Social Network
Analysis Of A Learning Community As A Social Network
 
04 Network Data Collection
04 Network Data Collection04 Network Data Collection
04 Network Data Collection
 
Tepl webinar 20032013
Tepl webinar   20032013Tepl webinar   20032013
Tepl webinar 20032013
 
Social Network Analysis
Social Network AnalysisSocial Network Analysis
Social Network Analysis
 
20121010 marc smith - mapping collections of connections in social media with...
20121010 marc smith - mapping collections of connections in social media with...20121010 marc smith - mapping collections of connections in social media with...
20121010 marc smith - mapping collections of connections in social media with...
 
Introduction to Computational Social Science
Introduction to Computational Social ScienceIntroduction to Computational Social Science
Introduction to Computational Social Science
 
Social Network Analysis (SNA) Made Easy
Social Network Analysis (SNA) Made EasySocial Network Analysis (SNA) Made Easy
Social Network Analysis (SNA) Made Easy
 

Mehr von Andry Alamsyah

Open Data Analytical Model for Human Development Index to Support Government ...
Open Data Analytical Model for Human Development Index to Support Government ...Open Data Analytical Model for Human Development Index to Support Government ...
Open Data Analytical Model for Human Development Index to Support Government ...
Andry Alamsyah
 

Mehr von Andry Alamsyah (18)

ChatGPT for Academic
ChatGPT for AcademicChatGPT for Academic
ChatGPT for Academic
 
Central Bank Digital Currency (CBDC): Best Practice and Technical Considerations
Central Bank Digital Currency (CBDC): Best Practice and Technical ConsiderationsCentral Bank Digital Currency (CBDC): Best Practice and Technical Considerations
Central Bank Digital Currency (CBDC): Best Practice and Technical Considerations
 
Peran Generasi Milenial di Era 4.0
Peran Generasi Milenial di Era 4.0Peran Generasi Milenial di Era 4.0
Peran Generasi Milenial di Era 4.0
 
Big Data Analytics : Understanding for Research Activity
Big Data Analytics : Understanding for Research ActivityBig Data Analytics : Understanding for Research Activity
Big Data Analytics : Understanding for Research Activity
 
Education 4.0
Education 4.0 Education 4.0
Education 4.0
 
Artificial Neural Network for Predicting Indonesia Stock Exchange Composite u...
Artificial Neural Network for Predicting Indonesia Stock Exchange Composite u...Artificial Neural Network for Predicting Indonesia Stock Exchange Composite u...
Artificial Neural Network for Predicting Indonesia Stock Exchange Composite u...
 
DYNAMIC LARGE SCALE DATA ON TWITTER USING SENTIMENT ANALYSIS AND TOPIC MODELING
DYNAMIC LARGE SCALE DATA ON TWITTER USING SENTIMENT ANALYSIS AND TOPIC MODELINGDYNAMIC LARGE SCALE DATA ON TWITTER USING SENTIMENT ANALYSIS AND TOPIC MODELING
DYNAMIC LARGE SCALE DATA ON TWITTER USING SENTIMENT ANALYSIS AND TOPIC MODELING
 
Finding Pattern in Dynamic Network Analysis
Finding Pattern in Dynamic Network AnalysisFinding Pattern in Dynamic Network Analysis
Finding Pattern in Dynamic Network Analysis
 
Ontology Modelling Approach for Personality Measurement based on Social Media...
Ontology Modelling Approach for Personality Measurement based on Social Media...Ontology Modelling Approach for Personality Measurement based on Social Media...
Ontology Modelling Approach for Personality Measurement based on Social Media...
 
Open Data Analytical Model for Human Development Index to Support Government ...
Open Data Analytical Model for Human Development Index to Support Government ...Open Data Analytical Model for Human Development Index to Support Government ...
Open Data Analytical Model for Human Development Index to Support Government ...
 
Pilkada DKI 2017 Social Network Model (Early Report)
Pilkada DKI 2017 Social Network Model (Early Report)Pilkada DKI 2017 Social Network Model (Early Report)
Pilkada DKI 2017 Social Network Model (Early Report)
 
Understanding new digital economy
Understanding new digital economyUnderstanding new digital economy
Understanding new digital economy
 
Dissemination of Awareness Evolution “What is really going on?” Pilkada 2015 ...
Dissemination of Awareness Evolution “What is really going on?” Pilkada 2015 ...Dissemination of Awareness Evolution “What is really going on?” Pilkada 2015 ...
Dissemination of Awareness Evolution “What is really going on?” Pilkada 2015 ...
 
Jejaring Sosial untuk Peneliti dan Litbang
Jejaring Sosial untuk Peneliti dan LitbangJejaring Sosial untuk Peneliti dan Litbang
Jejaring Sosial untuk Peneliti dan Litbang
 
Social network for academics
Social network for academicsSocial network for academics
Social network for academics
 
Data Mining vs Statistics
Data Mining vs StatisticsData Mining vs Statistics
Data Mining vs Statistics
 
Content era
Content eraContent era
Content era
 
Komputer grafik
Komputer grafikKomputer grafik
Komputer grafik
 

Kürzlich hochgeladen

+971565801893>> ORIGINAL CYTOTEC ABORTION PILLS FOR SALE IN DUBAI AND ABUDHABI<<
+971565801893>> ORIGINAL CYTOTEC ABORTION PILLS FOR SALE IN DUBAI AND ABUDHABI<<+971565801893>> ORIGINAL CYTOTEC ABORTION PILLS FOR SALE IN DUBAI AND ABUDHABI<<
+971565801893>> ORIGINAL CYTOTEC ABORTION PILLS FOR SALE IN DUBAI AND ABUDHABI<<
Health
 
Capstone slidedeck for my capstone final edition.pdf
Capstone slidedeck for my capstone final edition.pdfCapstone slidedeck for my capstone final edition.pdf
Capstone slidedeck for my capstone final edition.pdf
eliklein8
 
DickinsonSlides teeeeeeeeeeessssssssssst.pptx
DickinsonSlides teeeeeeeeeeessssssssssst.pptxDickinsonSlides teeeeeeeeeeessssssssssst.pptx
DickinsonSlides teeeeeeeeeeessssssssssst.pptx
ednyonat
 
Capstone slidedeck for my capstone project part 2.pdf
Capstone slidedeck for my capstone project part 2.pdfCapstone slidedeck for my capstone project part 2.pdf
Capstone slidedeck for my capstone project part 2.pdf
eliklein8
 

Kürzlich hochgeladen (20)

+971565801893>> ORIGINAL CYTOTEC ABORTION PILLS FOR SALE IN DUBAI AND ABUDHABI<<
+971565801893>> ORIGINAL CYTOTEC ABORTION PILLS FOR SALE IN DUBAI AND ABUDHABI<<+971565801893>> ORIGINAL CYTOTEC ABORTION PILLS FOR SALE IN DUBAI AND ABUDHABI<<
+971565801893>> ORIGINAL CYTOTEC ABORTION PILLS FOR SALE IN DUBAI AND ABUDHABI<<
 
Finance-and-Operations-in-the-Azure-Cloud.pdf
Finance-and-Operations-in-the-Azure-Cloud.pdfFinance-and-Operations-in-the-Azure-Cloud.pdf
Finance-and-Operations-in-the-Azure-Cloud.pdf
 
Film show pre-production powerpoint for site
Film show pre-production powerpoint for siteFilm show pre-production powerpoint for site
Film show pre-production powerpoint for site
 
Interpreting the brief for the media IDY
Interpreting the brief for the media IDYInterpreting the brief for the media IDY
Interpreting the brief for the media IDY
 
Call Girls In South Ex. Delhi O9654467111 Women Seeking Men
Call Girls In South Ex. Delhi O9654467111 Women Seeking MenCall Girls In South Ex. Delhi O9654467111 Women Seeking Men
Call Girls In South Ex. Delhi O9654467111 Women Seeking Men
 
Enjoy Night⚡Call Girls Palam Vihar Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Palam Vihar Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Palam Vihar Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Palam Vihar Gurgaon >༒8448380779 Escort Service
 
Film the city investagation powerpoint :)
Film the city investagation powerpoint :)Film the city investagation powerpoint :)
Film the city investagation powerpoint :)
 
Social media marketing/Seo expert and digital marketing
Social media marketing/Seo expert and digital marketingSocial media marketing/Seo expert and digital marketing
Social media marketing/Seo expert and digital marketing
 
Capstone slide deck on the TikTok revolution
Capstone slide deck on the TikTok revolutionCapstone slide deck on the TikTok revolution
Capstone slide deck on the TikTok revolution
 
Capstone slidedeck for my capstone final edition.pdf
Capstone slidedeck for my capstone final edition.pdfCapstone slidedeck for my capstone final edition.pdf
Capstone slidedeck for my capstone final edition.pdf
 
Ready to get noticed? Partner with Sociocosmos
Ready to get noticed? Partner with SociocosmosReady to get noticed? Partner with Sociocosmos
Ready to get noticed? Partner with Sociocosmos
 
Unlock the power of Instagram with SocioCosmos. Start your journey towards so...
Unlock the power of Instagram with SocioCosmos. Start your journey towards so...Unlock the power of Instagram with SocioCosmos. Start your journey towards so...
Unlock the power of Instagram with SocioCosmos. Start your journey towards so...
 
Pondicherry Call Girls Book Now 8617697112 Top Class Pondicherry Escort Servi...
Pondicherry Call Girls Book Now 8617697112 Top Class Pondicherry Escort Servi...Pondicherry Call Girls Book Now 8617697112 Top Class Pondicherry Escort Servi...
Pondicherry Call Girls Book Now 8617697112 Top Class Pondicherry Escort Servi...
 
Film show post-production powerpoint for site
Film show post-production powerpoint for siteFilm show post-production powerpoint for site
Film show post-production powerpoint for site
 
DickinsonSlides teeeeeeeeeeessssssssssst.pptx
DickinsonSlides teeeeeeeeeeessssssssssst.pptxDickinsonSlides teeeeeeeeeeessssssssssst.pptx
DickinsonSlides teeeeeeeeeeessssssssssst.pptx
 
Film show evaluation powerpoint for site
Film show evaluation powerpoint for siteFilm show evaluation powerpoint for site
Film show evaluation powerpoint for site
 
Production diary Film the city powerpoint
Production diary Film the city powerpointProduction diary Film the city powerpoint
Production diary Film the city powerpoint
 
Generate easy money from tiktok using this simple steps on the book.
Generate easy money from tiktok using this simple steps on the book.Generate easy money from tiktok using this simple steps on the book.
Generate easy money from tiktok using this simple steps on the book.
 
Capstone slidedeck for my capstone project part 2.pdf
Capstone slidedeck for my capstone project part 2.pdfCapstone slidedeck for my capstone project part 2.pdf
Capstone slidedeck for my capstone project part 2.pdf
 
Hire↠Young Call Girls in Hari Nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esco...
Hire↠Young Call Girls in Hari Nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esco...Hire↠Young Call Girls in Hari Nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esco...
Hire↠Young Call Girls in Hari Nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esco...
 

Social Network, Metrics and Computational Problem

  • 1. SOCIAL NETWORK, METRICS AND COMPUTATIONAL PROBLEM Andry Alamsyah andrya@telkomuniversity
  • 2. GLOBAL SCALE OF SOCIAL NETWORK
  • 3. GLOBAL SCALE OF SOCIAL NETWORK
  • 5. Example : Social Science A visualization of US bloggers shows clearly how they tend to link predominantly to blogs supporting the same party, forming two distinct clusters (Adamic and Glance, 2005) Vizualisation of hierarchical structure organization and knowledge flow of informal organization (Alamsyah, 2013) relations between people and the place they are checking in using foursquare at Vienna, Austria
  • 6. STORY • BIG DATA leads to Social Computing • Social Network Data / Conversation are widely available • The Need of Powerful Metric for Social Network • Problem with Conventional Methodology Approach using Questionnaire and Interviews
  • 7. SOCIAL NETWORK MODEL Can we study their interactions as a network ? 3" 4" 2"1" Vertex& Edges&
  • 8. SOCIAL NETWORK MODEL 3" 4" 2"1" Vertex" Vertex" 1" 2" 1" 3" 2" 3" 2" 4" 4" 3" Edges&List& Adjacency&Matrix&become"symmetric& Vertex" 1" 2" 3" 4" 1" 2" 1" 1" 0" 2" 1" 2" 1" 1" 3" 1" 1" 2" 0" 4" 0" 1" 0" 2"3" 4" 2"1" Directed& (who&contact&whom)& Undirected& (who&knows&whom)&
  • 9. 3" 4" 2"1" 30" 5" 2"22" 37" Weight"could"be" 5  Frequency"of"interac=ons"in" period"of"observa=on" 5  Number"of"items"exchanged"in" period" 5  Individual"percep=ons"of" strength"of"rela=onship" 5  Cost"of"communica=ons"or" exchange,"e.g."distance" Vertex" Vertex" Weight" 1" 2" 30" 1" 3" 5" 2" 3" 22" 2" 4" 2" 4" 3" 27" Edges&List& Adjacency&Matrix&(weight)& Vertex" 1" 2" 3" 4" 1" 5" 30" 5" 0" 2" 30" 5" 22" 2" 3" 5" 22" 5" 37" 4" 0" 2" 37" 5" TIE-STRENGTH
  • 10. Edge Weights as Relationship Strength • Edges can represent interactions, flows of information or goods, similarities/affiliations, or social relations • Specifically for social relations, a ‘proxy’ for the strength of a tie can be: • the frequency of interaction (communication) or the amount of flow (exchange) • reciprocity in interaction or flow • the type of interaction or flow between the two parties (e.g., intimate or not) • other attributesof the nodes or ties (e.g., kin relationships) • The structure of the nodes’ neighborhood (e.g. many mutual ‘friends’) • Surveys and interviews allows us to establish the existence of mutual or one-sided strength/affection with greater certainty, but proxies above are also useful
  • 11. • Homophily is the tendency to relate to people with similar characteristics (status, beliefs, etc.) • It leads to the formation of homogeneous groups (clusters) where forming relations is easier • Extreme homogenization can act counter to innovation and idea generation (heterophily is thus desirable in some contexts) • Homophilous ties can be strong or weak • Transitivity in SNA is a property of ties: if there is a tie between A and B and one between B and C, then in a transitive network A and C will also be connected • Strong ties are more often transitive than weak ties; transitivity is therefore evidence for the existence of strong ties (but not a necessary or sufficient condition) • Transitivity and homophily together lead to the formation of cliques (fully connected clusters) • Bridges are nodes and edges that connect across groups • Facilitate inter-group communication, increase social cohesion, and help spur innovation • They are usually weak ties, but not every weak tie is a bridge Homophily, Transitivity, and Bridge
  • 13. CENTRALITY paper: Mapping Network of Terrorist Cells - V.E.Krebs (2002)
  • 14. COMMUNITY DETECTION collaboration network of scientist at Santa Fe Institut (Girvan & Newman) 271 scientist (vertices) / 118 nodes from largest component edge = scientist coauthor one of more publications Komunitas : kumpulan titik titik dimana jumlah hubungan internal antar titik lebih besar dari pada jumlah hubungan dengan titik eksternal paper: Community Structure in Social and Biological Networks - Girvan-Newman (2002)
  • 15. SNA ROLES and TOOLS CASE QUESTIONS SNA TOOLS Leader Selections Who is the central in the trust and respect network ? Degree Centrality, Betweenness Centrality Ranks How do we rank out top performer individuals in the organizations Eigenvector Centrality, Pageranks Task Force Selection How do we put together a team that maximally connected through out the organizations ? Closeness Centrality Mergers and Acquisition How to merge separate cultures / networks ? Homophilly, Reciprocity, Mutuality, Transitivity Competitive Advantage What is the missing links between supply and demand ? Structural Holes, Bridge Advertising Attachment How strong the impact of our advertisement effort ? Tie Strenght, Community Detection Market Segmentation How segmented our market is ? Clustering Coefficient, Clique, Cohesive Information Dissemination How is the information / knowledge spreading ? Random Walks, Hits Algorithm, Temporal / Dynamics Network Strenght Out Organization How to increase redundancy and interconnectedness ? Bridge, Overlapping Communities Dynamics of Organization How dynamics our organization is ? Temporal Networks
  • 17. SOCIAL NETWORK SIMULATION community detection centrality *karate club dataset 34 nodes dan 78 edges model network community detection result degree centrality result
  • 18. METRIK CENTRALITY betweenness centrality banyaknya jalur terpendek antar pasangan semua titik di jaringan, yang melewati satu titik yang diukur closeness centrality jarak titik yang diukur terhadap semua titik yang ada dalam jaringan
  • 19. KOMPLEKSITAS CENTRALITY CB (i) = σst (i) σsts≠i≠t ∑ Betweenness Centrality Closenness Centrality s=1 s=2 s=3 t=5 1/1 2/2 1/1 t=6 1/1 2/2 1/1 t=7 2/2 4/4 2/2 t=8 2/2 4/4 2/2 t=9 2/2 4/4 2/2 σst (4) /σst CB (4) = 15 Cc (i) = n −1 dij j(≠i) ∑ 1 2 3 4 5 6 7 8 9 1 0 1 1 1 2 2 3 3 4 2 1 0 1 2 3 3 4 4 5 3 1 1 0 1 2 2 3 3 4 4 1 2 1 0 1 1 2 2 3 5 2 3 2 1 0 1 1 1 2 6 2 3 2 1 1 0 1 1 2 7 3 4 3 2 1 1 0 1 1 8 3 4 3 2 1 1 1 0 2 9 4 5 4 3 2 2 1 2 0 Cc (4) = 0,62 Cc (3) = 0,47 *kompleksitas waktu perhitungan metrik mencapai O(n3) dan kompleksitas ruang sebesar O(n2)
  • 20. METRIK MODULARITY edges inside the community expected number of edges if i,j places at random Metrik Modularity indeks kualitas partisi jaringan menjadi komunitas Kompleksitas Metrik kompleksitas waktu perhitungan O(n3)
  • 22. COMPUTATION STRATEGY • Select Features • Random / Strategic Sampling • Transform Model • Compress Graph