Community Detection Flashcards

1
Q

Social Media Data Mining

A

a method of trying to uncover the hidden patters, trends and other information gathered from a plethora of platforms (Facebook, Twitter and WhatsApp)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are 2 social media data mining techniques?

A

1) Text Mining
2) Graph Mining

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Text Mining

A

the process of extracting information from textual data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Graph Mining

A

extracting information from data represented in graphical form (focuses on community detection)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Information

A

relationships, associations and patterns among the data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Data

A

a collection of facts and statistics to be analyzed on which operations are performed by a computer and can be stored or retrieved

Slide 430

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Knowledge

A

information converted to knowledge about historical patterns, which can be used for future predictions

Slide 430

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the data mining use cases?

3

A

1) Trend Analysis
2) Event Detection
3) Social Spam detection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Trend Analysis

A

Trend analysis is the examination of data over a period to identify patterns, trends, and insights

Slide 431

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Event Detection (social heat mapping)

A

Social media heat mapping involves using visual representations (heatmaps) to understand and analyze user interactions on social media platforms.

Slide 433

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Social Spam Detection

A

platforms mine social media data to slowly but surely improve at detecting bots

Slide 434

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the characteristics of a social network?

A

1) They are a collection of entities (like people)
2) relationships are a medium for collecting entities
3) If you have an entity A that is related to entities B and C then you can assume that B and C are related

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the types of social networks?

A

1) Telephone networks (nodes = phone # & labels = # calls)
2) Email Networks (nodes = email addresses & weak = 1 direction & strong = bidirectional)
3) Collaboration Networks (nodes = indviduals public papers & labels = # papers)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Explain the Girvan-Newman Algorithm?

A
  • Edges same level dashed line
  • Solid edges = Directed Acrylic Graph (DAG)
  • Step 1: Breadth first search
  • Step 2: labelling the nodes (root = 1, all other nodes is sum of parents)
  • Step 3: Calculate the betweeness (leaf nodes with no child = 1, leaf nodes split between multiple parents split node, other nodes = 1 + sum of credits below)
  • # of each edge is the contribution to the betweeness of that edge
  • Remove highest betweeness score

Slides 445-447

How well did you know this?
1
Not at all
2
3
4
5
Perfectly