 Building Networks. First Decisions  What do the nodes represent?  What do the edges represent?  Know this before doing anything with data!

Slides:



Advertisements
Similar presentations
Key Steps to running a survey. Aims and Objectives Have clear aims and objectives for the project. Ensure you know what you want to get out of the survey.
Advertisements

Perceptron Learning Rule
Analysis and Modeling of Social Networks Foudalis Ilias.
What will you choose?  Benefits  Good Grades  High GPA  Pass Class  Detriment  No time to socialize  Takes too long.
Biological networks Tutorial 12. Protein-Protein interactions –STRING Protein and genetic interactions –BioGRID Signaling pathways –SPIKE Network visualization.
A Measurement -driven Analysis of Information Propagation in the Flickr Social Network Offense April 29.
Computer vision: models, learning and inference Chapter 10 Graphical Models.
Research Methods.
Computer Science 1 Web as a graph Anna Karpovsky.
Introduction to Data Analysis *Training Session*
Golder and Huberman, 2006 Journal of Information Science Usage Patterns of Collaborative Tagging System.
Analyzing Surveys. The Goal Once research is collected Analyze to find patterns Analyze to find connections (Correlations) Find the cause of these correlations.
Unit 1 – Improving Productivity Ryan Taroni Instructions ~ 100 words per box.
Lecture 1 Introduction- Manifestations of Transport and Tourism.
Graphing in Science Class
Network Characterization via Random Walks B. Ribeiro, D. Towsley UMass-Amherst.
Data a collection of facts, such as values or measurements.
Unit 1 – Improving Productivity. 1.1Why did you use a computer? What other systems / resources could you have used? I used a computer for unit 10 and.
A Graph-based Friend Recommendation System Using Genetic Algorithm
Social Media By Amanda Carter & Nicholle Hinkle.
Predicting Earthquakes By Lois Desplat. Why Predict Earthquakes?  To minimize the loss of life and property.  Unfortunately, current techniques do not.
Graphing.
 What do we mean by “volume” in measurement?  How do we measure volume?
Carrying out a statistics investigation. A process.
Yongqin Gao, Greg Madey Computer Science & Engineering Department University of Notre Dame © Copyright 2002~2003 by Serendip Gao, all rights reserved.
Exam Review Day 6 Chapters 2 and 3 Statistics of One Variable and Statistics of Two Variable.
META-ANALYSIS, RESEARCH SYNTHESES AND SYSTEMATIC REVIEWS © LOUIS COHEN, LAWRENCE MANION & KEITH MORRISON.
Chapter 10 Sampling: Theories, Designs and Plans.
GRAPHING DATA S.Carbajal Grade 8 What You’ll Learn Today  Becoming familiar with and easily using graphing.  Different types of graphs: bar, line,
Analyzing Work: One Approach Problem: What’s missing currently? What does the work aim to understand? Approach: How does the work go about addressing the.
Mining information from social media
COLD READING UNIT. WHAT DO YOU THINK ABOUT WHEN YOU HEAR “COLD READING?”
Street Networks Ch. 1 Finite Math. Our Learning Goal (why am I doing this?) To be able to figure out the best path to choose when traveling a street network.
Choosing cases and quality of research. Some methodological remarks.
Regression Analysis: A statistical procedure used to find relations among a set of variables B. Klinkenberg G
1 3/21/2016 MATH 224 – Discrete Mathematics First we determine if a graph is connected.
Bennington’s Community Health Network. Study Objective Objective Describe the network of organizations that has emerged in each Blueprint HSA to support.
Chapter 9 Sampling Distributions 9.1 Sampling Distributions.
STATISTICAL INVESTIGATION Term 3 Weeks 1-4. STATISTICS OVERVIEW Over the next four weeks you will be completing a statistical investigation To complete.
Middlebury’s Community Health Network. Objective Describe the network of organizations that has emerged in each Blueprint HSA to support population and.
Chapter 8 Small Group Communication and Leadership.
Springfield’s Community Health Network. Study Objective Objective Describe the network of organizations that has emerged in each Blueprint HSA to support.
Alan Mislove Bimal Viswanath Krishna P. Gummadi Peter Druschel.
1 Chapter 13: Class Diagram Chapter 19 in Applying UML and Patterns Book.
Network (graph) Models
or items of information; these will be numbers in context
Tracking Field Placements and Student Data with Microsoft Access
Survey Project.
Lecture 13: Research Design
Tennessee Adult Education 2011 Curriculum Math Level 3
Tutorial 12 Biological networks.
Jada Hardy & Malakai Miller
APPLICATIONS OF MATRICES APPLICATION OF MATRICES IN COMPUTERS Rabab Maqsood (069)
Graphing skills.
GRAPHS IN SCIENCE.
Index Section 1: Rolling a die Section 2: Master table 14:29.
الأستاذ المساعد بقسم المناهج وطرق التدريس
Study these for your Scientific Method Test!!!!
Persepolis Theme Analysis Infographic
TKaM Character Analysis Infographic
Types of Graphs, Constructing Line Graphs
Good Morning AP Stat! Day #2
Chapter 1 Why Study Statistics?
Sample Surveys Idea 1: Examine a part of the whole.
Core Methods in Educational Data Mining
Magpie/Chatbot Activity 5
The Art of Proportions By Logan Bueche.
Chapter 3: Selection Structures: Making Decisions
Setting Personal Health Goals Your Character in Action
Concepts of Computation
Presentation transcript:

 Building Networks

First Decisions  What do the nodes represent?  What do the edges represent?  Know this before doing anything with data!

Examples  Facebook network  What are the nodes? Edges?  What can you see if you were able to visualize this network?  What would network statistics mean in this network?  What patterns might emerge?

Networks with multiple node types  Bipartite graphs have two node types that do not have connections within the type  E.g. no people connected to one another  Graphs can have multiple node types and not be bipartite

To Build a Network  Step 1: Define Nodes  What are they?  What are the criteria for being included?  Example: Make a network of characters in your favorite TV show. Nodes are characters, but which ones?  Main characters?  Extras?  People mentioned who never appear?  Something else?

To Build a Network  Step 2: Define Edges  What does an edge represent?  What is the criteria for adding one?  Same example: If two characters know one another, we add an edge.  What if they only know of one another?  What if they obviously know one another but never interact on the show?

Handling Large Networks  Some networks may be too big to analyze.  Filtering or sampling will be important

Snowball Sampling  When working with a large network, choose a starting node  Get that node, its connections, their connections, and so on until the network is the right size for analysis  Problems: Biased toward the part of the network sampled, may miss other features  Benefits: Easy to do, common

Random Sampling  Randomly select a certain percentage of nodes and keep all edges between them OR Randomly select a certain percentage of edges and keep all nodes that are mentioned.  Problems  Edge sampling biased toward high degree nodes  Node sampling loses some structural characteristics  Benefits  Easy  Node sampling keeps some network statistical features

Egocentric Network Analysis  Instead of looking at the whole network, look at the egocentric networks of some nodes.  A different type of analysis than overall network analysis, but it shows the role of an individual in context.

Exercise  Read the first chapter of Pride and Prejudice  Draw a network of the characters with their relationships.