CS/CMPE 536 –Data Mining Outline. CS 536 - Data Mining (Au 2008-2009) - Asim LUMS2 Description A comprehensive introduction to the concepts and.

Slides:



Advertisements
Similar presentations
Web Search and Mining Course Overview 1 Wu-Jun Li Department of Computer Science and Engineering Shanghai Jiao Tong University Lecture 0: Course Overview.
Advertisements

Introduction to CS170. CS170 has multiple sections Each section has its own class websites URLs for different sections: Section 000:
2015/6/1Course Introduction1 Welcome! MSCIT 521: Knowledge Discovery and Data Mining Qiang Yang Hong Kong University of Science and Technology
CS 581: Introduction to the Theory of Computation Lecture 1 James Hook Portland State University
CS/CMPE 536 –Data Mining Outline. CS Data Mining (Au 2004/2005) - Asim LUMS2 Description A comprehensive introduction to the concepts and.
CS/CMPE 535 – Machine Learning Outline. CS Machine Learning (Wi ) - Asim LUMS2 Description A course on the fundamentals of machine.
CS 536 –Data Mining Outline.
CS/CMPE 524 – High- Performance Computing Outline.
CS/CMPE 636 – Advanced Data Mining Outline. CS Adv. Data Mining (Wi 2004/2005) - Asim LUMS2 Description Cover recent developments in some.
General information CSE 230 : Introduction to Software Engineering
CS 331 / CMPE 334 – Intro to AI CS 531 / CMPE AI Course Outline.
CS 543 – Data Warehousing Course Outline. CS Data Warehousing (Sp ) - Asim LUMS2 Data Warehousing? What is data warehousing? 
1 Data Mining Techniques Instructor: Ruoming Jin Fall 2006.
CSc 160 Overview of Fundamentals of Computer Programming II Spring (SO1) 2004.
Introduction to Data Mining with Case Studies
CS 524 – High- Performance Computing Outline. CS High-Performance Computing (Wi 2003/2004) - Asim LUMS2 Description (1) Introduction to.
CS/CMPE 636 – Advanced Data Mining Outline. CS Adv. Data Mining (Wi ) - Asim LUMS2 Description Cover recent developments in some.
Operating Systems CS 502. Topics F Background F Admin Stuff F Motivation F Objectives F Operating Systems!
PROBABILITY AND STATISTICS FOR ENGINEERS Session 1 Dr Abdelaziz Berrado MTH3301 —Fall 09.
CS 581: Introduction to the Theory of Computation Lecture 1 James Hook Portland State University
CS 5941 CS583 – Data Mining and Text Mining Course Web Page 05/cs583.html.
CS 450: COMPUTER GRAPHICS COURSE AND SYLLABUS OVERVIEW SPRING 2015 DR. MICHAEL J. REALE.
© 2004 Goodrich, Tamassia CS2210 Data Structures and Algorithms Lecture 1: Course Overview Instructor: Olga Veksler.
CSCI 347 – Data Mining Lecture 01 – Course Overview.
Computer Network Fundamentals CNT4007C
Welcome to CS 3331, Advanced Object-Oriented Programming Fall 2009 Dept. of Computer Science University of Texas at El Paso.
COMP 111 Programming Languages 1 First Day. Course COMP111 Dr. Abdul-Hameed Assawadi Office: Room AS15 – No. 2 Tel: Ext. ??
EECE 310 Software Engineering Lecture 0: Course Orientation.
(1) ECE 8823: GPU Architectures Sudhakar Yalamanchili School of Electrical and Computer Engineering Georgia Institute of Technology NVIDIA Keplar.
Computer Networks CEN 5501C Spring, 2008 Ye Xia (Pronounced as “Yeh Siah”)
Welcome to CS 115! Introduction to Programming. Class URL Write this down!
Data Warehousing/Mining 1 Data Warehousing/Mining Comp 150DW Course Overview Instructor: Dan Hebert.
CPS120: Introduction to Computer Science Winter 2002 Instructor: Paul J. Millis.
Introduction to ECE 2401 Data Structure Fall 2005 Chapter 0 Chen, Chang-Sheng
King Saud UniversityCSC112 - First Semester CSC 112 Java Programming I Introduction.
General Information 439 – Data Mining Assist.Prof.Dr. Derya BİRANT.
ICS202 Data Structures King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science Department.
CGMB324: MULTIMEDIA SYSTEM DESIGN
CSC 411/511: DBMS Design CSC411_L0_OutlineDr. Nan Wang 1 Course Outline.
CS151 Introduction to Digital Design Noura Alhakbani Prince Sultan University, College for Women.
CSCE 5073 Section 001: Data Mining Spring Overview Class hour 12:30 – 1:45pm, Tuesday & Thur, JBHT 239 Office hour 2:00 – 4:00pm, Tuesday & Thur,
Data Structures and Algorithms in Java AlaaEddin 2012.
Computer Networks CNT5106C
PROBLEM SOLVING AND PROGRAMMING ISMAIL ABUMUHFOUZ | CS 170.
DATA MINING: LECTURE 1 By Dr. Hammad A. Qureshi Introduction to the Course and the Field There is an inherent meaning in everything. “Signs for people.
1 SBM411 資料探勘 陳春賢. 2 Lecture I Class Introduction.
Computer Science I ISMAIL ABUMUHFOUZ | CS 180. CS 180 Description BRIEF SUMMARY: This course covers a study of the algorithmic approach and the object.
DATABASE SYSTEM COURSE SYLLABUS Ghulam Imaduddin Informatics Engineering Muhammadiyah Jakarta University Database System by Ghulam I1.
CS140 – Computer Programming 1 Course Overview First Semester – Fall /1438 – 2016/2017 CS140 - Computer Programming 11.
Information Modeling and Database System
Computer Network Fundamentals CNT4007C
CS101 Computer Programming I
Computer Networks CNT5106C
SE 431 Human Computer Interactions
Welcome to GC311 Database Concepts
CS 201 – Data Structures and Discrete Mathematics I
CS 201 – Data Structures and Discrete Mathematics I
Data Mining: Concepts and Techniques Course Outline
Welcome to GC311 Database Concepts
Welcome to CS 1010! Algorithmic Problem Solving.
Computer Networks CNT5106C
EECE 310 Software Engineering
Operating Systems CS 3013.
CSE1311 Introductory Programming for Engineers & Scientists
Dept. of Computer Science University of Liverpool
Computer Networks CNT5106C
Welcome! Knowledge Discovery and Data Mining
CSCE 4143 Section 001: Data Mining Spring 2019.
Lecture 1a- Introduction
Computer Engineering Department Islamic University of Gaza
Presentation transcript:

CS/CMPE 536 –Data Mining Outline

CS Data Mining (Au ) - Asim LUMS2 Description A comprehensive introduction to the concepts and techniques in data mining  data mining process – its need and motivation  data mining tasks and functionalities  association mining  cluster mining  Web mining  text mining  evaluation of DM tools and programming of algorithms in C/C++/Java Emphasis on concept building, algorithm evaluation, and applications

CS Data Mining (Au ) - Asim LUMS3 Goals To provide a comprehensive introduction to data mining To develop conceptual and theoretical understanding of the data mining process To provide hands-on experience in the implementation and evaluation of data mining algorithms and tools To develop interest in data mining research

CS Data Mining (Au ) - Asim LUMS4 After Taking this Course… You should be able to … understand the need and motivation for data mining understand the characteristics of different data mining tasks decide what data mining task and algorithm to use for a given problem/data set implement and evaluate data mining solutions use commercially available DM tools

CS Data Mining (Au ) - Asim LUMS5 Before Taking This Course… You should be comfortable with… Data structures and algorithms!  CS213 is a prerequisite  You should be comfortable with algorithm descriptions and implementations in a high-level programming language Databases  Understanding of the database concept and familiarity with database terms and terminology  CS341 is recommended, not required Basic math background  Algebra, calculus, etc Programming in a high-level language  C/C++ or Java

CS Data Mining (Au ) - Asim LUMS6 Grading Points distribution Quizzes (~ 6)10% Assignments (hand + computer)15% Project 15% Midterm exam25% Final exam (comprehensive)35%

CS Data Mining (Au ) - Asim LUMS7 Policies (1) Quizzes  Most quizzes will be announced a day or two in advance  Unannounced quizzes are also possible Sharing  No copying is allowed for assignments. Discussions are encouraged; however, you must submit your own work  Violators can face mark reduction and/or reported to Disciplinary Committee Plagiarism  Do NOT pass someone else’s work as yours! Write in your words and cite the reference. This applies to code as well.

CS Data Mining (Au ) - Asim LUMS8 Policies (2) Submission policy  Submissions are due at the day and time specified  Late penalties: 1 day = 10%; 2 day late = 20%; not accepted after 2 days  An extension will be granted only its need is established and when requested several days in advance. Classroom behavior  Maintain classroom sanctity by remaining quiet and attentive  If you have a need to talk and gossip, please leave the classroom so as not to disturb others  Dozing is allowed provided you do not snore loud

CS Data Mining (Au ) - Asim LUMS9 Project Design, implementation and evaluation of a data mining solution You may choose a problem of your liking (after consultation with me) or select one suggested by me You may do the project in groups (of 2) Start thinking about the project now

CS Data Mining (Au ) - Asim LUMS10 Summarized Course Contents Introduction and motivation The data mining process – tasks and functionalities Data preprocessing for data mining – data cleaning, reduction, summarization, normalization, etc Mining frequent patterns and associations – algorithms and applications Mining by clustering – algorithms and applications Mining Web data Intro to text mining

CS Data Mining (Au ) - Asim LUMS11 Course Material Required textbook  Data Mining: Concepts and Techniques, Han and Kamber, Second Edition, 2006 Supplementary material  Introduction to Data Mining, Tan et al., Addison-Wesley,  Web Data Mining, B. Liu, Sprinter,  Handouts (as and when necessary) Other resources  Books in library  Web (e.g. wikipedia)

CS Data Mining (Au ) - Asim LUMS12 Course Web Site For announcements, lecture slides, handouts, assignments, quiz solutions, web resources: The resource page has links to information available on the Web. It is basically a meta-list for finding further information.

CS Data Mining (Au ) - Asim LUMS13 Other Stuff How to contact me?  Office hours: to TR (office: 429)   By appointment: outside office hours me for an appointment before coming Philosophy  Knowledge cannot be taught; it is learned.  Be excited. That is the best way to learn. I cannot teach everything in class. Develop an inquisitive mind, ask questions, and go beyond what is required.  I don’t believe in strict grading. But… there has to be a way of rewarding performance.

CS Data Mining (Au ) - Asim LUMS14 Reference Books in LUMS Library (1) Data Mining: Introductory and Advanced Topics, Dunham, Pearson Education, Data Mining: Concepts, Models, Methods, and Algorithms, Mehmed Kantardzic, K167D, Principles of Data Mining, Hand and Mannila, H236P, The elements of statistical learning; data mining, inference, and prediction, Tervor Hastie, Robert Tibshirani and Jerome Friedman, H356E The elements of statistical learning; data mining, inference, and prediction Data mining and uncertain reasoning;an integrated approach, Zhengxin Chen, C518D Data mining and uncertain reasoning;an integrated approach Graphical models; methods for data analysis and mining, Christian Borgelt and Rudolf Kruse, B732G Graphical models; methods for data analysis and mining Information visualization in data mining and knowledge discovery, Usama Fayyad (ed.), I Information visualization in data mining and knowledge discovery Intelligent data warehousing;from data preparation to data mining, Zhengxin Chen, C518I Intelligent data warehousing;from data preparation to data mining Machine learning and data mining;methods and applications, Michalski, Ryszard S., ed.;Bratko, Ivan, ed.;Kubat, Miroslav, ed., M Machine learning and data mining;methods and applications

CS Data Mining (Au ) - Asim LUMS15 Reference Books in LUMS Library (2) Data Mining: Practical Machine Learning Tools and Techniques with Java Implementations, Witten et al., Morgan Kaufmann, W829D, Managing and mining multimedia databases, Bhavani Thuraisingbam, T536M Managing and mining multimedia databases Mastering data mining;the art and science of customer relationship management, J.A. Michael Berry and Gordon Linoff, B534M Mastering data mining;the art and science of customer relationship management Data mining explained;a manager's guide to customer-centric business intelligence, Rhonda Delmater and Monte Hancock, D359D Data mining explained;a manager's guide to customer-centric business intelligence Data mining solutions;methods and tools for solving real-world problems, Christopher Westphal and Teresa Blaxton, W537D Data mining solutions;methods and tools for solving real-world problems