1 / 23

Introduction --- Part2

Introduction --- Part2. Another Introduction to Data Mining Course Information. Knowledge Discovery in Data [and Data Mining] (KDD). Definition := “KDD is the non-trivial process of identifying valid, novel, potentially useful, and ultimately understandable patterns in data” (Fayyad)

zahur
Download Presentation

Introduction --- Part2

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction --- Part2 • Another Introduction to Data Mining • Course Information

  2. Knowledge Discovery in Data [and Data Mining] (KDD) • Definition := “KDD is the non-trivial process of identifying valid, novel, potentially useful, and ultimately understandable patterns in data” (Fayyad) • Frequently, the term data mining is used to refer to KDD. • Many commercial and experimental tools and tool suites are available (see http://www.kdnuggets.com/siftware.html) • Field is more dominated by industry than by research institutions Let us find something interesting!

  3. Motivation: “Necessity is the Mother of Invention” • Data explosion problem • Automated data collection tools and mature database technology lead to tremendous amounts of data stored in databases, data warehouses and other information repositories • We are drowning in data, but starving for knowledge! • Solution: Data warehousing and data mining • Data warehousing and on-line analytical processing (“analyzing and mining the raw data rarely works”)—idea: mine summarized,. aggregated data • Extraction of interesting knowledge (rules, regularities, patterns, constraints) from data collections

  4. ACME CORP ULTIMATE DATA MINING BROWSER YAHOO!’s View of Data Mining What’s New? What’s Interesting? Predict for me http://www.sigkdd.org/kdd2008/

  5. Data Mining: A KDD Process Knowledge Pattern Evaluation • Data mining: the core of knowledge discovery process. Data Mining Task-relevant Data Selection Data Warehouse Data Cleaning Data Integration Databases

  6. Steps of a KDD Process • Learning the application domain: • relevant prior knowledge and goals of application • Creating a target data set: data selection • Data cleaning and preprocessing: • Data reduction and transformation (the first 4 steps may take 75% of effort!): • Find useful features, dimensionality/variable reduction, invariant representation. • Choosing functions of data mining • summarization, classification, regression, association, clustering. • Choosing the mining algorithm(s) • Data mining: search for patterns of interest • Pattern evaluation and knowledge presentation • visualization, transformation, removing redundant patterns, etc. • Use of discovered knowledge

  7. Data Mining and Business Intelligence Increasing potential to support business decisions End User Making Decisions Business Analyst Data Presentation Visualization Techniques Data Mining Data Analyst Information Discovery Data Exploration Statistical Analysis, Querying and Reporting Data Warehouses / Data Marts OLAP, MDA DBA Data Sources Paper, Files, Information Providers, Database Systems, OLTP

  8. Are All the “Discovered” Patterns Interesting? • A data mining system/query may generate thousands of patterns, not all of them are interesting. • Suggested approach: Human-centered, query-based, focused mining • Interestingness measures: A pattern is interesting if it is easily understood by humans, valid on new or test data with some degree of certainty, potentially useful, novel, or validates some hypothesis that a user seeks to confirm • Objective vs. subjective interestingness measures: • Objective: based on statistics and structures of patterns, e.g., support, confidence, etc. • Subjective: based on user’s belief in the data, e.g., unexpectedness, novelty, actionability, etc.

  9. Data Mining: Confluence of Multiple Disciplines Database Technology Statistics Data Mining Machine Learning Visualization Information Science Other Disciplines

  10. Data Mining Competitions • Netflix Price: http://www.netflixprize.com//index • KDD Cup 2009: http://www.kddcup-orange.com/

  11. Summary • Data mining: discovering interesting patterns from large amounts of data • A natural evolution of database technology, in great demand, with wide applications • A KDD process includes data cleaning, data integration, data selection, transformation, data mining, pattern evaluation, and knowledge presentation • Mining can be performed in a variety of information repositories • Data mining functionalities: characterization, discrimination, association, classification, clustering, outlier and trend analysis, etc. • Classification of data mining systems

  12. COSC 6335 in a Nutshell Preprocessing Data Mining Post Processing Association Analysis Pattern Evaluation Clustering Visualization Summarization Classification & Prediction

  13. Prerequisites The course is basically self contained; however, the following skills are important to be successful in taking this course: • Basic knowledge of programming • Java and data mining tools will be used in the programming projects—if you do not know Java at all you will have to spent more time for the course in the first 6 weeks of the semester • Basic knowledge of statistics • Basic knowledge of data structures

  14. Course Objectives • will know what the goals and objectives of data mining are • will have a basic understanding on how to conduct a data mining project • will obtain practical experience in data analysis and making sense out of data • will have sound knowledge of popular classification techniques, such as decision trees, support vector machines and nearest-neighbor approaches. • will know the most important association analysis techniques • will have detailed knowledge of popular clustering algorithms, such as K-means, DBSCAN, grid-based, hierarchical and supervised clustering. • will know about software environments and design for data mining • will obtain practical experience in designing data mining algorithms and in applying data mining techniques to real world data sets. • will have some exposure to more advanced topics, such as sequence mining, spatial data mining, and web page ranking algorithms.

  15. Order of Coverage Introduction  Data  Exploratory Data Analysis  Classification Similarity Assessment  Clustering  OLAP and Data Warehousing  Association Analysis  Preprocessing  More on Clustering  Sequence and Graph Mining Spatial Data Mining  More on Classification  Top 10 Data Mining AlgorithmsSummary Also: Software Design for Data Mining((likely second and third week of September)

  16. Where to Find References? • Data mining and KDD • Conference proceedings: ICDM, KDD, PKDD, PAKDD, SDM,ADMA etc. • Journal: Data Mining and Knowledge Discovery • Database field (SIGMOD member CD ROM): • Conference proceedings: VLDB, ICDE, ACM-SIGMOD, CIKM • Journals: ACM-TODS, J. ACM, IEEE-TKDE, JIIS, etc. • AI and Machine Learning: • Conference proceedings: ICML, AAAI, IJCAI, ECML, etc. • Journals: Machine Learning, Artificial Intelligence, etc. • Statistics: • Conference proceedings: Joint Stat. Meeting, etc. • Journals: Annals of statistics, etc. • Visualization: • Conference proceedings: CHI, etc. • Journals: IEEE Trans. visualization and computer graphics, etc.

  17. Textbooks • Required Text: P.-N. Tang, M. Steinback, and • V. Kumar: Introduction to Data Mining, • Addison Wesley, Link to Book HomePage • Mildly Recommended Text Jiawei Han and • Micheline Kamber, Data Mining: Concepts and • Techniques, Morgan Kaufman Publishers, second • edition. • Link to Data Mining Book Home Page

  18. Tentative Schedule • Exams: October 14, December 7 • Reviews: September 22, October 12,… • Plan First Half of the Fall 2010 Semester: • Aug. 24+26+August 31: Introduction to DM • September 2+7: Exploratory Data Analysis • September 9+16: Lab (Java, Cougar^2, SD) • September 7+14+21: Classification I • September 21+23+28+30: Clustering I • October 5: OLAP and Data Cubes • October 5+7+12+19: Association Analysis • October 14: Midterm Exam

  19. 2009 Assignments Assignment1: Getting Familiar with Cougar^2 (please attend the lab classes on September 9 and 16) Assignment2: Exploratory Data Analysis Assignment3: Making Sense of Data using Traditional and Clustering with Plug-in Fitness Functions Assigment4: Review for Midterm Exam (contains paper and pencil questions covering classfication, clustering, and association analysis) Assignment 5: TBDL (will require programming) Assignment 6: Preparation for the Final Exam (contains paper and pencil question covering preprocessing, outlier detection, advanced clustering and classification, and sequence mining)

  20. TA/Students of my Research Group: Duties: • Grading of programming projects, home works, and exams (in part) • Run 2/3 labs • Help students with homework, programming projects and problems with the course material • Teach a class (three times) Office: Office Hours: E-mail: Meet our TA: Thursday

  21. Web • Course Webpage (http://www2.cs.uh.edu/~ceick/DM/DM10.html ) • UH-DMML Webpage (http://www2.cs.uh.edu/~UH-DMML/index.html)

  22. Teaching Philosophy and Advice • The first 8 weeks will give a basic introduction to data mining and follows the textbook somewhat closely. • Read the sections of the textbook before you come to the lecture; if you work continuously for the class you will do better and lectures will be more enjoyable. Starting to review the material that is covered in this class 1 week before the next exam is not a good idea. • Do not be afraid to ask questions! I really like interactions with students in the lectures… If you do not understand something at all send me an e-mail before the next lecture! • If you have a serious problem talk to me, before the problem gets out of hand.

  23. Course Planning for Research in Data Mining • This course “Data Mining” • I also suggest to taking at least 1, preferably two, of the following courses: Pattern Classification (COSC 6343), Artificial Intelligence (COSC 6368), and Machine Learning (COSC 6342). • Moreover, having basic knowledge in data structures, software design, and databases is important when conducting data mining projects; therefore, taking COSC 6320, COSC 6318 and COSC 6340 is a good choice. • Moreover, taking a course that teaches high performance computing is also a good choice, because data mining algorithms are very time consuming. • Because a lot of data mining projects have to deal with images, I suggest to take at least one of the many biomedical image processing courses that are offered in our curriculum. • Finally, having knowledge in evolutionary computing, data visualization, statistics, solving optimization problems, GIS (geographical information systems) is a plus!

More Related