Introduction to Web Mining

Slides:



Advertisements
Similar presentations
© 2006 KDnuggets [16/Nov/2005:16:32: ] "GET /jobs/ HTTP/1.1" "
Advertisements

A PowerPoint Presentation
Introduction to Web Science Dr. Frank McCown Intro to Web Science Harding University This work is licensed under a Creative Commons Attribution-NonCommercial-
Web as Network: A Case Study Networked Life CIS 112 Spring 2010 Prof. Michael Kearns.
How does a web search engine work?. search  google (started 1998 … now worth $365 billion)  bing  amazon  web, images, news, maps, books, shopping,
CS 345A Data Mining Lecture 1
CS345 Data Mining Recommendation Systems Netflix Challenge Anand Rajaraman, Jeffrey D. Ullman.
CS 345A Data Mining Lecture 1 Introduction to Web Mining.
Web as Graph – Empirical Studies The Structure and Dynamics of Networks.
Google’s Map Reduce. Commodity Clusters Web data sets can be very large – Tens to hundreds of terabytes Cannot mine on a single server Standard architecture.
Web Search – Summer Term 2006 III. Web Search - Introduction (Cont.) - Jeff Dean, Google's Systems Lab:
1 CS/INFO 430 Information Retrieval Lecture 17 Web Search 3.
1 CS 430: Information Discovery Lecture 21 Web Search 3.
ISP 433/633 Week 7 Web IR. Web is a unique collection Largest repository of data Unedited Can be anything –Information type –Sources Changing –Growing.
CS 345 Data Mining Lecture 1 Introduction to Web Mining.
Network Science and the Web: A Case Study Networked Life CIS 112 Spring 2009 Prof. Michael Kearns.
Overview of Web Data Mining and Applications Part I
“IT Solutions for Tourism Industry” CAPS Workshop Yerevan April 14, 2009.
Data Mining on the Web via Cloud Computing COMS E6125 Web Enhanced Information Management Presented By Hemanth Murthy.
Deduplication CSCI 572: Information Retrieval and Search Engines Summer 2010.
USING HADOOP & HBASE TO BUILD CONTENT RELEVANCE & PERSONALIZATION Tools to build your big data application Ameya Kanitkar.
1 Information Retrieval and Advanced Internet Services 290N Class Introduction Tao Yang, 2015
INFO 344 Web Tools And Development CK Wang University of Washington Spring 2014.
Addressing Incompleteness and Noise in Evolving Web Snapshots KJDB2007 Masashi Toyoda IIS, University of Tokyo.
MapReduce and Hadoop 1 Wu-Jun Li Department of Computer Science and Engineering Shanghai Jiao Tong University Lecture 2: MapReduce and Hadoop Mining Massive.
Distributed Computing Rik Sarkar. Distributed Computing Old style: Use a computer for computation.
INF 141 COURSE SUMMARY Crista Lopes. Lecture Objective Know what you know.
Search Engine Marketing Gay, Charlesworth & Esen Chapter 6.
When Experts Agree: Using Non-Affiliated Experts To Rank Popular Topics Meital Aizen.
1 Discovering Authorities in Question Answer Communities by Using Link Analysis Pawel Jurczyk, Eugene Agichtein (CIKM 2007)
COM1721: Freshman Honors Seminar A Random Walk Through Computing Lecture 2: Structure of the Web October 1, 2002.
HOW BIG IS THE INTERNET? As of 2005, Internet size is estimated at 5 million terabytes: 5.
Author: Abhishek Das Google Inc., USA Ankit Jain Google Inc., USA Presented By: Anamika Mukherji 13/26/2013Indexing The World Wide Web.
Curtis Spencer Ezra Burgoyne An Internet Forum Index.
WEB MINING. In recent years the growth of the World Wide Web exceeded all expectations. Today there are several billions of HTML documents, pictures and.
Mining real world data Web data. World Wide Web Hypertext documents –Text –Links Web –billions of documents –authored by millions of diverse people –edited.
1 1 COMP5331: Knowledge Discovery and Data Mining Acknowledgement: Slides modified based on the slides provided by Lawrence Page, Sergey Brin, Rajeev Motwani.
MIS2502: Data Analytics Advanced Analytics - Introduction.
KAIST TS & IS Lab. CS710 Know your Neighbors: Web Spam Detection using the Web Topology SIGIR 2007, Carlos Castillo et al., Yahoo! 이 승 민.
Chapter 8: Web Analytics, Web Mining, and Social Analytics
Analysis of massive data sets Prof. dr. sc. Siniša Srbljić Doc. dr. sc. Dejan Škvorc Doc. dr. sc. Ante Đerek Faculty of Electrical Engineering and Computing.
WEB STRUCTURE MINING SUBMITTED BY: BLESSY JOHN R7A ROLL NO:18.
Book web site:
Data mining in web applications
22C:145 Artificial Intelligence
Advanced Topics in Concurrency and Reactive Programming: Case Study – Google Cluster Majeed Kassis.
MIS2502: Data Analytics Advanced Analytics - Introduction
Large-scale file systems and Map-Reduce
Web Mining Web Mining is the use of the data mining techniques to automatically discover and extract information from web documents/services Discovering.
Finding Near-Duplicate Web Pages: A Large-Scale Evaluation of Algorithms By Monika Henzinger Presented.
Map Reduce.
Discover How Your Business Can Benefit from a Facebook Fanpage
Discover How Your Business Can Benefit from a Facebook Fanpage
Search Market and Technologies
Web Mining Ref:
Introduction to Web Mining
Machine Learning With Python Sreejith.S Jaganadh.G.
MIS5101: Data Analytics Advanced Analytics - Introduction
Lecture 22 SVD, Eigenvector, and Web Search
Section 14.1 Section 14.2 Identify the technical needs of a Web server
Ch 4. The Evolution of Analytic Scalability
Data Mining Chapter 6 Search Engines
Agenda What is SEO ? How Do Search Engines Work? Measuring SEO success ? On Page SEO – Basic Practices? Technical SEO - Source Code. Off Page SEO – Social.
CS 345A Data Mining Lecture 1
Lecture 22 SVD, Eigenvector, and Web Search
Web Mining Research: A Survey
CS 345A Data Mining Lecture 1
CS 239 – Big Data Systems Fall 2018
CS 345A Data Mining Lecture 1
Presentation transcript:

Introduction to Web Mining

What is Web Mining? Discovering useful information from the World-Wide Web and its usage patterns

Web Mining v. Data Mining Structure (or lack of it) Textual information and linkage structure Scale Data generated per day is comparable to largest conventional data warehouses Speed Often need to react to evolving usage patterns in real-time (e.g., merchandising) Google’s usage logs are much bigger than their web crawl! Order of magnitude: terabytes per day No human in the loop

Web Mining topics Web graph analysis Power Laws and The Long Tail Structured data extraction Web advertising Systems Issues

Web Mining topics Web graph analysis Power Laws and The Long Tail Structured data extraction Web advertising Systems Issues

Size of the Web Number of pages Technically, infinite Much duplication (30-40%) Best estimate of “unique” static HTML pages comes from search engine claims Until last year, Google claimed 8 billion(?), Yahoo claimed 20 billion Google recently announced that their index contains 1 trillion pages How to explain the discrepancy? Infinite number of pages because of dynamically generated content Lots of marketing hype around search engine index size claims

The web as a graph Pages = nodes, hyperlinks = edges High linkage Ignore content Directed graph High linkage 10-20 links/page on average Power-law degree distribution

Structure of Web graph Let’s take a closer look at structure Broder et al (2000) studied a crawl of 200M pages and other smaller crawls Bow-tie structure Not a “small world”

Bow-tie Structure Source: Broder et al, 2000

What can the graph tell us? Distinguish “important” pages from unimportant ones Page rank Discover communities of related pages Hubs and Authorities Detect web spam Trust rank

Web Mining topics Web graph analysis Power Laws and The Long Tail Structured data extraction Web advertising Systems Issues

Power-law degree distribution Source: Broder et al, 2000

Power-laws galore Structure Usage patterns In-degrees Out-degrees Number of pages per site Usage patterns Number of visitors Popularity e.g., products, movies, music

The Long Tail Source: Chris Anderson (2004)

The Long Tail Shelf space is a scarce commodity for traditional retailers Also: TV networks, movie theaters,… The web enables near-zero-cost dissemination of information about products More choice necessitates better filters Recommendation engines (e.g., Amazon) How Into Thin Air made Touching the Void a bestseller Fundamental economic transformation wrought by the Internet

Web Mining topics Web graph analysis Power Laws and The Long Tail Structured data extraction Web advertising Systems Issues

Extracting Structured Data http://www.simplyhired.com

Extracting structured data http://www.fatlens.com

Web Mining topics Web graph analysis Power Laws and The Long Tail Structured data extraction Web advertising Systems Issues

Ads vs. search results

Ads vs. search results Search advertising is the revenue model Multi-billion-dollar industry Advertisers pay for clicks on their ads Interesting problems What ads to show for a search? If I’m an advertiser, which search terms should I bid on and how much to bid?

Web Mining topics Web graph analysis Power Laws and The Long Tail Structured data extraction Web advertising Systems Issues

Two Approaches to Analyzing Data Machine Learning approach Emphasizes sophisticated algorithms e.g., Support Vector Machines Data sets tend to be small, fit in memory Data Mining approach Emphasizes big data sets (e.g., in the terabytes) Data cannot even fit on a single disk! Necessarily leads to simpler algorithms

Philosophy In many cases, adding more data leads to better results that improving algorithms Netflix Google search Google ads More on my blog: Datawocky (datawocky.com)

Systems architecture CPU Machine Learning, Statistics Memory “Classical” Data Mining Disk

Very Large-Scale Data Mining Mem Disk CPU Mem Disk CPU Mem Disk CPU … Cluster of commodity nodes

Systems Issues Web data sets can be very large Tens to hundreds of terabytes Cannot mine on a single server! Need large farms of servers How to organize hardware/software to mine multi-terabye data sets Without breaking the bank!

Web Mining topics Web graph analysis Power Laws and The Long Tail Structured data extraction Web advertising Systems Issues

Project Lots of interesting project ideas Infrastructure Data If you can’t think of one please come discuss with us Infrastructure Aster Data cluster on Amazon EC2 Supports both MapReduce and SQL Data Netflix ShareThis Google WebBase TREC