Uppsala University / Computer Science Division / Uppsala Database Laboratory : Data Mining Class
Uppsala universitet
Hoppa över länkar

CONTENTS

News

Literature

Assignments

Teachers

Schedule

Goal, content and prerequisites

Organization and examination

OH slides and compendium

Reading instructions

Miscellaneuos information

F.A.Q.

Informationsutvinning (Data mining) - 1DL105, 1DL111

Fall 2006

Contents



News

Literature

Additional Required Reading Material

    1. Martin Ester, Hans-Peter Kriegel, Jörg Sander, and Xiaowei Xu. A Density-based Algorithm for Discovering Clusters in Large Spatial Databases with Noise. In Proceedings of the 2nd International Conference on Knowledge Discovery and Data Mining, pages 226-231, 1996.
  1. Sundipto Guha, Rajeev Rastogi, and Kyuseok Shim. CURE: An Efficient Clustering Algorithm for Large Databases. In Proceedings of the ACM SIGMOD International Conference on the Management of Data, pages 73-84, June 1998.
  2. Rakesh Agrawal, Tomasz Imielinski, and Arun Swami. Mining Associations between Sets of Items in Large Databases. In Proceedings of the ACM SIGMOD International Conference on the Management of Data, pages 207-216, May 1993.
  3. Rakesh Agrawal, Ramakrishnan Srikant. Fast Algorithms for Mining Association Rules. In Proceedings of the 20th International Conference on Very Large Databases, pages 487-499, September 1994.
  4. Jong Soo Park, Ming-Syan Chen, and Philip S. Yu. An Effective Hash Based Algorithm for Mining Association Rules. (Also available in PDF.) In Proceedings of the ACM SIGMOD International Conference on the Management of Data, pages 175-186, May 1995.
  5. Rakesh Agrawal and Ramakrishnan Srikant. Mining Sequential Patterns. In Proceedings of the International Conference on Data Engineering (ICDE), pages 3-14, March 1995.
  6. Lawrence Page, Sergey Brin, Rajeev Motwani, and Terry Winograd. The PageRank Citation Ranking: Bringing Order to the Web. Technical report 1999-66, Stanford University, 1998.
  7. David Gibson, Jon Kleinberg and Prabhakar Raghavan. Inferring Web Communities from Link Topologies. In Proceedings of ACM Hypertext'98: Proceedings of the Ninth ACM Conference on Hypertext and Hypermedia: Links, Objects, Time and Space - Structure in Hypermedia Systems, pages 225-234, June 1998.

Additional Recommended Reading Material

Privacy-related material


Assignments

Teachers

Schedule

No: Subject: Ch: Tchr:




L1 Introduction to data mining
KO
L2
Introduction to data mining continued ...

KO

 


L3
Overview of data in data mining

KO
T1
Introduction to MATLAB

PG, TL
L4
Overview of data in data mining continued ...
KO




L5 (cancelled)
-

KO
T2
Intro classification/ Tutorial on assignment 1

KO / TL
LX (extra le Nov17)
Classification continued ...
KO




L6 Clustering: partition methods

KO
L7
Clustering continued: hieararchical methods
KO
T3
Tutorial on assignment 2

PG, TL




L8
Association rules - frequent item sets

KO
L9 Association rules - fast algorithms and rule generation

KO
T4
Tutorial on assignment 3 and 4
PG, TL




L10 Association rules - frequent item sets
KO
L11 Mining sequential patterns

KO
L12
Web content mining

KO




L13
Search engines

KO
L14 Data mining and privacy

KO
L15
Data mining and privacy - continued ...

KO




Exam
Final exam in the "Skrivsalen" hall at Polacksbacken

 

Goal, content and prerequisites

Goal:  (to be completed) 

Content:  Data mining, or knowledge discovery from data repositories, has during the last few years emerged as one of the most exciting fields in computer science. Data mining aims at finding useful regularities in large data sets. Interest in the field is motivated by the growth of computerized data collections which are routinely kept by many organizations and commercial enterprises, and by the high potential value of patterns discovered in those collections. For instance, bar code readers at supermarkets produce extensive amounts of data about purchases. An analysis of this data can reveal previously unknown, yet useful information about the shopping behavior of the customers.

Data mining refers to a set of techniques that have been designed to efficiently find interesting pieces of information or knowledge in large amounts of data. Association rules, for instance, are a class of patterns that tell which products tend to be purchased together. There is currently a large commercial interest in the area, both for the development of data mining software and for the offering of consulting services on data mining.

In this course we explore how this interdisciplinary field brings together techniques from databases, statistics, machine learning, and information retrieval. We will discuss the main data mining methods currently used, including data cleaning, clustering and classification techniques, algorithms for association rule mining, text indexing and seaching algorithms, how search engines rank pages, and recent techniques for web mining and for privacy-preserving data mining. Designing algorithms for these tasks is difficult because the input data sets are typically very large, and the tasks may be very complex. One of the main focuses in the field is the integration of these algorithms with relational databases and the mining of information from semi-structured data. We will examine the additional complications that come up in this case.

Topics covered:

Prerequisites: (to be completed)

Organization and examination

This course is organised as a series of lectures, tutorials and with an accompanying series of mandatory assignments (labs) to be solved with the help of a computer. The practical assignments are made by the students on their own with support from course assistants.

Most of the content of the course will be covered in the lectures and in the assignments, but it is nevertheless necessary to use your own time to read the course literature and to work with the course material and the assigments.

The course will have a total of four assignments: one on classification, one on clustering, one on association rules, and one on web mining. Students taking the course for 5 rather than 4 points will need to do an extra sub-assignment for the third assigment. On all assignments, you can work in pairs. Assignment deadlines are strict but, if you really need it, you are allowed to be late on one (but only one) assignment. Besides assignments, there will also be a written final examination, schedule below.

The requirements for passing the course is to pass the mandatory assignments and the written exam. For the assignment part of the course you will get a final pass or fail grade for the complete set of assignments taken together (individual assignments that are incomplete or failed are normally returned to the student for completion). The grade of the written exam will become the resulting grade for the course, i.e. some of Failed (U), Passed (G) or Passed with honour (VG), for swedish grades (except Failed (U), 3, 4 or 5 for Civilingenjörsprogram). Exchange and masters students can also get ECTS grades.

The written exam (tentamen) is given on 2005-12-15 from 15.00 to 20.00 in the "Skrivsalen", Polacksbacken.

Time and place for the next exam is not available at the moment and is announced later.

Examples on old exams and suggested solutions are available here: (to be completed)

          Final exam 2006-08-17: dut-tenta060817.pdf
          Final exam 2005-12-19: dut-tenta051219.pdf

OH slides

Lecture Slides

Chapter 1 - intro to data mining
Chapter 2 - data in data mining
Chapter 4 - classification basic
Chapter 5 - classification alternative
Chapter 8 - clustering basic
Chapter 6 - association 1
Chapter 6 - association 2
Chapter 7 - association extended

Reading instructions

Chapter: Note:
1 All
2 2.1, 2.4
3
4 4.1, 4.2, 4.3, 4.5
5 5.1, 5.2.
6 6.1, 6.2, 6.3, 6.4, 6.7
7 7.3, 7.4
8 8.1, 8.2, 8.3, 8.4
9 9.5
Miscellaneous
paper 1, 2, 3, 4, 6, 7, 8

Miscellaneous information

(to be completed)

F.A.Q.

Q: Is this section used for answering frequently asked questions?
A: Yes!