Internet measurement and data analysis


Overview

It becomes possible to access a huge amount of diverse data through the Internet. It allows us to obtain new knowledge and create new services, leading to an innovation called "Big Data" or "Collective Intelligence". In order to understand such data and use it as a tool, one needs to have a good understanding of the technical background in statistics, machine learning, and computer network systems.

In this class, you will learn about the overview of large-scale data analysis on the Internet, and basic skills to obtain new knowledge from massive information for the forthcoming information society.

Syllabus

Theme, Goals, Methods

In this class, you will learn about data collection and data analysis methods on the Internet, to obtain knowledge and understanding of networking technologies and large-scale data analysis.

Each class will provide specific topics where you will learn the technologies and the theories behind the technologies. In addition to the lectures, each class includes programming exercises to obtain data analysis skills through the exercises.

Textbooks, References

The lecture slide materials will be provided online.

ruby: http://www.ruby-lang.org/ gnuplot: http://gnuplot.info/ [1] Mark Crovella and Balachander Krishnamurthy. Internet measurement: infrastructure, traffic, and applications. Wiley, 2006. [2] Pang-Ning Tan, Michael Steinbach and Vipin Kumar. Introduction to Data Mining. Addison Wesley, 2006. [3] Raj Jain. The art of computer systems performance analysis. Wiley, 1991. [4] Toby Segaran. Programming Collective Intelligence. O'Reilly Media. 2007. [5] Allen B. Downey. Think Stats: Probability and Statistics for Programmers. O'Reilly Media. 2011. [6] Chris Sanders. Practical Packet Analysis, 2nd Edition No Starch Press. 2011.

Evaluation

2 assignments and a final report.

Prerequisites

The prerequisites for the class are basic programming skills and basic knowledge about statistics.

In the exercises and assignments, you will need to write programs to process large data sets, using the Ruby scripting language and the Gnuplot plotting tool. To understand the theoretical aspects, you will need basic knowledge about algebra and statistics. However, the focus of the class is to understand how mathematics is used for engineering applications.


Schedule

Class 1 Introduction (9/25)

Big Data and Collective Intelligence, Internet measurement, Large-scale data analysis, exercise: introduction of Ruby scripting language lecture slides, (reading material)

Class 2 Data and variability (10/2)

Summary statistics, Sampling, How to make good graphs, exercise: graph plotting by Gnuplot, lecture slides, exercise data(marathon.txt)

Class 3 Data recording and log analysis (10/9)

Network management tools, Data format, Log analysis methods, exercise: log data and regular expression, lecture slides, exercise data(sample_access_log.zip(20MB), parse_accesslog.rb)

Class 4 Distribution and confidence intervals (10/23)

Normal distribution, Confidence intervals and statistical tests, Distribution generation, exercise: confidence intervals, assignment 1, lecture slides, data for assignment 1 (honolulu-marathon-2012.txt) (3.8MB)

Class 5 Diversity and complexity (10/30)

Long tail, Web access and content distribution, Power-law and complex systems, exercise: power-law analysis, lecture slides

Class 6 Correlation (11/6)

Online recommendation systems, Distance, Correlation coefficient, exercise: correlation analysis, lecture slides, exercise data: (correlation-data-1.txt, correlation-data-2.txt)

Class 7 Multivariate analysis (11/13)

Data sensing and GeoLocation, Linear regression, Principal Component Analysis, exercise: linear regression, lecture slides

Class 8 Time-series analysis (11/27)

Internet and time, Network Time Protocol, Time series analysis, exercise: time-series analysis, assignment 2, lecture slides, exercise data: (autocorr_5min_data.txt, ifbps-2011.txt), data for assignment 2: (twitter_degrees.zip (164MB), numeric2screen.zip (365MB))

Class 9 Topology and graph (12/4)

Routing protocols, Graph theory, exercise: shortest-path algorithm, lecture slides, exercise data (topology.txt, dijkstra.rb)

Class 10 Anomaly detection and machine learning (12/11)

Anomaly detection, Machine Learning, SPAM filtering and Bayes theorem, exercise: naive Bayesian filter, lecture slides, exercise script (naivebayes.rb)

Class 11 Data Mining (12/18)

Pattern extraction, Classification, Clustering, exercise: clustering, lecture slides, exercise script and data (k-means.rb, km-data.txt)

Class 12 Search and Ranking (12/25)

Search systems, PageRank, exercise: PageRank algorithm, lecture slides, exercise data (pagerank.rb, sample-links.txt) data for final report A (links-simple-sorted.zip (324MB), links-100k.zip (14MB), titles-sorted.zip (29MB))

Class 13 Scalable measurement and analysis (1/8)

Distributed parallel processing, Cloud computing technology, MapReduce, exercise: MapReduce algorithm, lecture slides

Back to my home page


$Date: 2014/01/07 01:58:47 $