CS583 – Data Mining and Text Mining

Slides:



Advertisements
Similar presentations
CS583 – Data Mining and Text Mining
Advertisements

COMP423 Intelligent Agents. Recommender systems Two approaches – Collaborative Filtering Based on feedback from other users who have rated a similar set.
5/19/2015CS 2011 CS 201 – Data Structures and Discrete Mathematics I Syllabus Spring 2014.
Data Mining Sangeeta Devadiga CS 157B, Spring 2007.
2015/6/1Course Introduction1 Welcome! MSCIT 521: Knowledge Discovery and Data Mining Qiang Yang Hong Kong University of Science and Technology
CS583 – Data Mining and Text Mining
CS/CMPE 535 – Machine Learning Outline. CS Machine Learning (Wi ) - Asim LUMS2 Description A course on the fundamentals of machine.
Week 9 Data Mining System (Knowledge Data Discovery)
1 Data Mining Techniques Instructor: Ruoming Jin Fall 2006.
Data Mining By Archana Ketkar.
Data Mining – Intro.
CS 5831 CS583 – Data Mining and Text Mining Course Web Page 05/cs583.html.
CS 5941 CS583 – Data Mining and Text Mining Course Web Page 05/cs583.html.
CS583 – Data Mining and Text Mining
CS583 – Data Mining and Text Mining Course Web Page 07/cs583.html.
Mining and Searching Opinions in User-Generated Contents Bing Liu Department of Computer Science University of Illinois at Chicago.
A Holistic Lexicon-Based Approach to Opinion Mining
Knowledge Discovery & Data Mining process of extracting previously unknown, valid, and actionable (understandable) information from large databases Data.
CES 514 – Data Mining Spring 2010 Sonoma State University.
Data Mining. 2 Models Created by Data Mining Linear Equations Rules Clusters Graphs Tree Structures Recurrent Patterns.
Tang: Introduction to Data Mining (with modification by Ch. Eick) I: Introduction to Data Mining A.Short Preview 1.Initial Definition of Data Mining 2.Motivation.
A Holistic Lexicon-Based Approach to Opinion Mining Xiaowen Ding, Bing Liu and Philip Yu Department of Computer Science University of Illinois at Chicago.
Introduction to Web Mining Spring What is data mining? Data mining is extraction of useful patterns from data sources, e.g., databases, texts, web,
CS525 DATA MINING COURSE INTRODUCTION YÜCEL SAYGIN SABANCI UNIVERSITY.
CS 5831 CS583 – Data Mining and Text Mining Course Web Page 06/cs583.html.
Data Mining with Oracle using Classification and Clustering Algorithms Proposed and Presented by Nhamo Mdzingwa Supervisor: John Ebden.
Data Mining – Intro. Course Overview Spatial Databases Temporal and Spatio-Temporal Databases Multimedia Databases Data Mining.
Introduction of Data Mining and Association Rules cs157 Spring 2009 Instructor: Dr. Sin-Min Lee Student: Dongyi Jia.
CS511: Artificial Intelligence II
General Information 439 – Data Mining Assist.Prof.Dr. Derya BİRANT.
COMP53311 Knowledge Discovery in Databases Overview Prepared by Raymond Wong Presented by Raymond Wong
9/03 Data Mining – Introduction G Dong (WSU)1 CS499/ Data Mining Fall 2003 Professor Guozhu Dong Computer Science & Engineering WSU.
1 Advanced Database System Design Instructor: Ruoming Jin Fall 2010.
Waqas Haider Bangyal. 2 Source Materials “ Data Mining: Concepts and Techniques” by Jiawei Han & Micheline Kamber, Second Edition, Morgan Kaufmann, 2006.
COMP423 Summary Information retrieval and Web search  Vecter space model  Tf-idf  Cosine similarity  Evaluation: precision, recall  PageRank 1.
Sotarat Thammaboosadee, Ph.D. EGIT563- Data Mining Course Outline.
Introduction.  Instructor: Cengiz Örencik   Course materials:  myweb.sabanciuniv.edu/cengizo/courses.
COMP423 Intelligent Agents. Recommender systems Two approaches – Collaborative Filtering Based on feedback from other users who have rated a similar set.
DATA MINING and VISUALIZATION Instructor: Dr. Matthew Iklé, Adams State University Remote Instructor: Dr. Hong Liu, Embry-Riddle Aeronautical University.
CSC 4740 / 6740 Fall 2016 Data Mining Instructor: Yubao Wu Fall 2016.
CS583 – Data Mining and Text Mining
Data Mining.
Data Mining – Intro.
MIS2502: Data Analytics Advanced Analytics - Introduction
CS583 – Data Mining and Text Mining
Data mining (KDD) process
Statistics 202: Statistical Aspects of Data Mining
Introduction to Data Mining- CMPT 741 Instructor: Ke Wang
COMP1942 Exploring and Visualizing Data Overview
Objectives of the Course and Preliminaries
CS583 – Data Mining and Text Mining
Data Mining 101 with Scikit-Learn
CS 201 – Data Structures and Discrete Mathematics I
CS 201 – Data Structures and Discrete Mathematics I
Data Mining: Concepts and Techniques Course Outline
CS583 – Data Mining and Text Mining
Data Mining Modified from
Sangeeta Devadiga CS 157B, Spring 2007
CSE591: Data Mining by H. Liu
CS583 – Data Mining and Text Mining
Data Mining: Introduction
CS583 – Data Mining and Text Mining
CSE/CBS 572: Data Mining by Huan Liu
Welcome! Knowledge Discovery and Data Mining
CS583 – Data Mining and Text Mining
CSE591: Data Mining by H. Liu
CSE572: Data Mining by H. Liu
CSE572: Data Mining by H. Liu
CS 232 Geometric Algorithms: Lecture 1
CS 474/674 – Image Processing Fall Prof. Bebis.
Presentation transcript:

CS583 – Data Mining and Text Mining Course Web Page http://www.cs.uic.edu/~liub/teach/cs583-fall-05/cs583.html CS 583

General Information Instructor: Bing Liu Course Call Number: 22887 Email: liub@cs.uic.edu Tel: (312) 355 1318 Office: SEO 931 Course Call Number: 22887 Lecture times: 11:00am-12:15pm, Tuesday and Thursday Room: 319 SH Office hours: 2:00pm-3:30pm, Tuesday & Thursday (or by appointment) CS 583

Course structure The course has three parts: Lectures - Introduction to the main topics Programming projects 2 programming assignments. To be demonstrated to me Research paper reading A list of papers will be given Lecture slides will be made available at the course web page CS 583

Programming projects Two programming projects To be done individually by each student You will demonstrate your programs to me to show that they work You will be given a sample dataset The data to be used in the demo will be different from the sample data CS 583

Grading Final Exam: 50% Midterm: 30% Programming projects: 20% 2 programming assignments. Research paper reading (some questions from the papers will appear in the final exam). CS 583

Prerequisites Knowledge of basic probability theory algorithms CS 583

Teaching materials Text Reading materials will be provided before the class Reference texts: Data mining: Concepts and Techniques, by Jiawei Han and Micheline Kamber, Morgan Kaufmann, ISBN 1-55860-489-8. Principles of Data Mining, by David Hand, Heikki Mannila, Padhraic Smyth, The MIT Press, ISBN 0-262-08290-X. Introduction to Data Mining, by Pang-Ning Tan, Michael Steinbach, and Vipin Kumar, Pearson/Addison Wesley, ISBN 0-321-32136-7. Machine Learning, by Tom M. Mitchell, McGraw-Hill, ISBN 0-07-042807-7 Modern Information Retrieval, by Ricardo Baeza-Yates and Berthier Ribeiro-Neto, Addison Wesley, ISBN 0-201-39829-X Data mining resource site: KDnuggets Directory CS 583

Topics Introduction Data pre-processing Association rule mining Classification (supervised learning) Clustering (unsupervised learning) Post-processing of data mining results Text mining Partial/Semi-supervised learning Introduction to Web mining CS 583

Any questions and suggestions? Your feedback is most welcome! I need it to adapt the course to your needs. Share your questions and concerns with the class – very likely others may have the same. No pain no gain – no magic The more you put in, the more you get Your grades are proportional to your efforts. CS 583

Rules and Policies Statute of limitations: No grading questions or complaints, no matter how justified, will be listened to one week after the item in question has been returned. Cheating: Cheating will not be tolerated. All work you submitted must be entirely your own. Any suspicious similarities between students' work will be recorded and brought to the attention of the Dean. The MINIMUM penalty for any student found cheating will be to receive a 0 for the item in question, and dropping your final course grade one letter. The MAXIMUM penalty will be expulsion from the University. Late assignments: Late assignments will not, in general, be accepted. They will never be accepted if the student has not made special arrangements with me at least one day before the assignment is due. If a late assignment is accepted it is subject to a reduction in score as a late penalty. CS 583

Introduction to Data Mining CS 583

What is data mining? Data mining is also called knowledge discovery and data mining (KDD) Data mining is extraction of useful patterns from data sources, e.g., databases, texts, web, image. Patterns must be: valid, novel, potentially useful, understandable CS 583

Example of discovered patterns Association rules: “80% of customers who buy cheese and milk also buy bread, and 5% of customers buy all of them together” Cheese, Milk Bread [sup =5%, confid=80%] CS 583

Main data mining tasks Classification: Association rule mining mining patterns that can classify future data into known classes. Association rule mining mining any rule of the form X  Y, where X and Y are sets of data items. Clustering identifying a set of similarity groups in the data CS 583

Main data mining tasks (cont …) Sequential pattern mining: A sequential rule: A B, says that event A will be immediately followed by event B with a certain confidence Deviation detection: discovering the most significant changes in data Data visualization: using graphical methods to show patterns in data. CS 583

Why is data mining important? Rapid computerization of businesses produce huge amount of data How to make best use of data? A growing realization: knowledge discovered from data can be used for competitive advantage. CS 583

Why is data mining necessary? Make use of your data assets There is a big gap from stored data to knowledge; and the transition won’t occur automatically. Many interesting things you want to find cannot be found using database queries “find me people likely to buy my products” “Who are likely to respond to my promotion” CS 583

Why data mining now? The data is abundant. The data is being warehoused. The computing power is affordable. The competitive pressure is strong. Data mining tools have become available CS 583

Related fields Data mining is an emerging multi-disciplinary field: Statistics Machine learning Databases Information retrieval Visualization etc. CS 583

Data mining (KDD) process Understand the application domain Identify data sources and select target data Pre-process: cleaning, attribute selection Data mining to extract patterns or models Post-process: identifying interesting or useful patterns Incorporate patterns in real world tasks CS 583

Data mining applications Marketing, customer profiling and retention, identifying potential customers, market segmentation. Fraud detection identifying credit card fraud, intrusion detection Scientific data analysis Text and web mining Any application that involves a large amount of data … CS 583

Web data extraction Data region1 A data record A data record CS 583

Align and extract data items (e.g., region1) image1 EN7410 17-inch LCD Monitor Black/Dark charcoal $299.99 Add to Cart (Delivery / Pick-Up ) Penny Shopping Compare image2 17-inch LCD Monitor $249.99 image3 AL1714 17-inch LCD Monitor, Black $269.99 image4 SyncMaster 712n 17-inch LCD Monitor, Black Was: $369.99 Save $70 After: $70 mail-in-rebate(s) CS 583

Opinion Analysis Word-of-mouth on the Web The Web has dramatically changed the way that consumers express their opinions. One can post reviews of products at merchant sites, Web forums, discussion groups, blogs Techniques are being developed to exploit these sources. Benefits of Review Analysis Potential Customer: No need to read many reviews Product manufacturer: market intelligence, product benchmarking CS 583

Feature Based Analysis & Summarization Extracting product features (called Opinion Features) that have been commented on by customers. Identifying opinion sentences in each review and deciding whether each opinion sentence is positive or negative. Summarizing and comparing results. CS 583

An example GREAT Camera., Jun 3, 2004 Reviewer: jprice174 from Atlanta, Ga. I did a lot of research last year before I bought this camera... It kinda hurt to leave behind my beloved nikon 35mm SLR, but I was going to Italy, and I needed something smaller, and digital. The pictures coming out of this camera are amazing. The 'auto' feature takes great pictures most of the time. And with digital, you're not wasting film if the picture doesn't come out. … …. Summary: Feature1: picture Positive: 12 The pictures coming out of this camera are amazing. Overall this is a good camera with a really good picture clarity. … Negative: 2 The pictures come out hazy if your hands shake even for a moment during the entire process of taking a picture. Focusing on a display rack about 20 feet away in a brightly lit room during day time, pictures produced by this camera were blurry and in a shade of orange. Feature2: battery life CS 583

Visual Comparison + + _ _ Summary of reviews of Digital camera 1 Picture Battery Zoom Size Weight + Comparison of reviews of Digital camera 1 Digital camera 2 _ CS 583