0% found this document useful (0 votes)
13 views

Data Mining

The document discusses data mining concepts including what data can be mined, what patterns can be discovered, common technologies used, and applications. It provides an overview of the course including topics, textbook, assessments, and schedule.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

Data Mining

The document discusses data mining concepts including what data can be mined, what patterns can be discovered, common technologies used, and applications. It provides an overview of the course including topics, textbook, assessments, and schedule.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 26

Data Mining and Business Intelligence

Overview

Technologies
Introduction
Applications
By
Dr. Nora Shoaip

Lecture1

Damanhour University
Faculty of Computers & Information Sciences
Department of Information Systems

2023 - 2024
Outline
 Course overview
• Textbook and Course Coverage
• Lab work, Assignments, and Exams
• Course Project and Evaluation
 Introduction
• Why Data Mining?
• What is Data Mining?
• Knowledge Discovery Process
• What Kinds of Data Can Be Mined?
• What Kinds of Patterns Can Be Mined?
• What Kinds of Technologies Are Used?
• What Kinds of Applications are Targeted?
• Major Issues in Data Mining
2
Objectives

• Introducing students to concepts, principles, and skills of data


mining with particular emphasis on data analysis
• learn the basic ideas, and to understand where the field is
today

• Covering the concepts and techniques that underlie


classification, prediction, association, and clustering.

• Providing a practical implementation of data mining


algorithms using Python, one of the most widely used data
mining tools - from cleaning and organizing data to applying
machine learning algorithms

21
3
Textbook and Course
Coverage

• Data Mining: Concepts and Techniques, 4rd Edition”


Han, J., Pei, J., & Tong, H. (2022). Data mining: concepts
and techniques. Morgan kaufmann.

• “ Introduction to Data Mining ”


by Pang-Ning Tan, Michael Steinbach, Anuj Karpatne–
2019.

21
4
• Instructor: Dr. Nora Shoaip
Associate Professor FCI- Damanhour University
Department of Information Systems
Schedule
• Teaching Assistant : Dr. Hasnaa Sayed Ahmed
Assistant Teacher at FCI- Damanhour University
Department of Information Systems

5
Course Coverage
1 Introduction

2 Getting to Know Your Data

3 Data Preprocessing

4 Data Warehouse and OLAP Technology

5 Mining Frequent Patterns & Association

6 Classification: Basic Concepts and Methods

7 Cluster Analysis: Basic Concepts and Methods

8 Outlier Analysis

9 Data Mining Trends and Research Frontiers

6
Lab Coverage
1 Python Fundamentals
2 Pandas & Files
3 Data Manipulation with pandas
4 Frequent Itemsets algorithms implementations in pythons
a priori algorithms –Fp-Growth
5 Classification algorithms implementations in pythons
Decision Tree - K-Nearest Neighbor -Naïve Bayesian – linear
regression
6 Cluster algorithms implementations in pythons
7 Data visualization with different charts in pythons
8 Outlier

7
Assessment
No. Description Week No. Marks
1 Quizzes Weekly 10
2 Midterm Exam week 7 15
3 Mini-Project From week 3 to week 10 10
4 Practical Exam From week 14 to week 15 15
Total Term-Work 50
Final Exam 50
Total Mark 100

8
Introduction
• Why Data Mining?
• What Is Data Mining?
• What Kinds of Data Can Be Mined?
• What Kinds of Patterns Can Be Mined?
• What Kinds of Technologies Are Used?
• What Kinds of Applications Are Targeted?
• Major Issues in Data Mining

9
Why Data Mining
what is Data Mining
Why Data Mining?
 The era of Explosive Growth of Data: in the petabytes!
 Automated data collection and availability: tools, database systems, Web,
computerized society
 Major sources of abundant data
 Business: Web, transactions, stocks, …
 Science: Remote sensing, bioinformatics, …
 Society and everyone: news, digital cameras, social feeds
 The ability to economically store and manage petabytes of data online
 The Internet and computing Grid that makes all these archives universally accessible
 Linear growth of data management tasks with data volumes
 Massive data volumes, but still little insight!
 Solution! Data mining—The automated analysis of massive data sets

11
What is Data Mining?
Data mining (knowledge discovery from data)
o Extraction of interesting (non-trivial, implicit,
previously unknown and potentially useful) patterns
or knowledge from huge amount of data
o Data mining: a misnomer?
• Alternative names
o Knowledge discovery (mining) in databases (KDD),
knowledge extraction, data/pattern analysis,
information harvesting, business intelligence, etc.
• Is everything “data mining”?
o Simple search and query processing
o (Deductive) expert systems
21
12
Knowledge Discovery Process

21
13
What Kinds of Data Can Be Mined?
 Database-oriented data sets and applications
 Relational database, data warehouse, transactional database
 Advanced data sets and advanced applications
 Data streams and sensor data
 Time-series data, temporal data, sequence data (incl. bio-sequences)
 Structure data, graphs, social networks and multi-linked data
 Object-relational databases
 Heterogeneous databases and legacy databases
 Spatial data and spatiotemporal data
 Multimedia database
 Text databases
 The World-Wide Web

21
14
Generalization
What
Kinds of Association/ Correlation analysis

Patterns
Classification
Can Be
Mined? Cluster analysis

Outlier analysis

15
Generalization
• Information integration and data warehouse
construction
o Data cleaning, transformation, integration, and
multidimensional data model

• Data cube technology


o Scalable methods for computing, multidimensional
aggregates
o OLAP (online analytical processing)

• Multidimensional concept description:


Characterization and discrimination
o Generalize, summarize, and contrast data characteristics 
classes, features, and attributes are used
25
16
Association / Correlation Analysis
• Frequent patterns (or frequent itemsets)
o What items are frequently purchased together in your supermarket basket?
• Association, correlation vs. causality
o A typical association rule
• Milk  Bread[0.5%, 75%] (support, confidence)
o Are strongly associated items also strongly correlated?
• How to mine such patterns and rules efficiently in large
datasets?
• How to use such patterns:
o classification,
o clustering,
o and other applications?
25
17
Classification
 Classification and label prediction
 Construct models (functions) based on some training examples
 Describe and distinguish classes or concepts for future prediction
 e.g., classify countries based on (climate), or classify cars
based on (gas mileage)
 Predict some unknown class labels
 Typical methods
 Decision trees, naïve Bayesian classification, support vector
machines, neural networks, rule-based classification, pattern-based
classification, …
 Typical applications
 Credit card fraud detection,
direct marketing, diseases, web-pages, …
25
18
Cluster Analysis
• Unsupervised learning (i.e., Class label is unknown)
• Group data to form new categories (i.e., clusters), e.g.,
cluster houses to find distribution patterns
• Principle: Maximizing intra-class similarity & minimizing
interclass similarity
• Many methods and applications

25
19
Time and Ordering
• Sequence, trend and evolution analysis
 Trend, time-series, and deviation analysis: e.g., regression
and value prediction
 Sequential pattern mining
 e.g., first buy digital camera, then buy large SD memory cards
 Periodicity analysis
 Similarity-based analysis
• Mining data streams
 Ordered, time-varying, potentially infinite, data streams

25
20
Evaluation of Knowledge
 Are all mined knowledge interesting?
 One can mine tremendous amount of “patterns” and knowledge
 Some may fit only certain dimension space (time, location, …)
 Some may not be representative, may be transient, …
 Evaluation of mined knowledge → directly mine only interesting
knowledge?
 Descriptive vs. predictive
 Coverage
 Typicality vs. novelty
 Accuracy
 Timeliness
 …
25
21
What Kinds of Technologies Are Used?
Pattern
Recognitio
High- n
Performanc Statistics
e
Computing
Novelty
Machine Data Visualizati
Learning Mining on
Streams, real-
time, spatio-
temporal, Application Heterogeneity
DB
s
multimedia, Systems
text, web, … Algorith
ms
Scalability Dimensionality
21
22
What Kinds of Applications are Targeted?
• Web page analysis: from web page classification, clustering to
PageRank & HITS algorithms
• Collaborative analysis & recommender systems
• Basket data analysis to targeted marketing
• Biological and medical data analysis: classification, cluster
analysis (microarray data analysis), biological sequence
analysis, biological network analysis
• Data mining and software engineering
• From major dedicated data mining systems/tools (e.g., SAS, MS
SQL-Server Analysis Manager, Oracle Data Mining Tools) to
invisible data mining

21
23
Major Issues in Data Mining
 Mining Methodology
 Mining various and new kinds of knowledge
 Mining knowledge in multi-dimensional space
 Boosting the power of discovery in a networked
environment
 Handling noise, uncertainty, and incompleteness of data
 Pattern evaluation and pattern- or constraint-guided mining
 User Interaction
 Interactive mining
 Incorporation of background knowledge
 Presentation and visualization of data mining results

21
24
Major Issues in Data Mining
 Efficiency and Scalability
 Efficiency and scalability of data mining algorithms
 Parallel, distributed, stream, and incremental mining
methods
 Diversity of data types
 Handling complex types of data
 Mining dynamic, networked, and global data repositories
 Data mining and society
 Social impacts of data mining
 Privacy-preserving data mining
 Invisible data mining

21
25
Thank you

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy