SlideShare uma empresa Scribd logo
1 de 24
November 19, 2022 Data Mining: Concepts and Techniques 1
Applications and Trends in Data Mining
 Data mining applications
 Data mining system products and research
prototypes
 Additional themes on data mining
 Trends in data mining
November 19, 2022 Data Mining: Concepts and Techniques 2
Data Mining Applications
 Data mining is an interdisciplinary field with wide
and diverse applications
 There exist nontrivial gaps between data
mining principles and domain-specific
applications
 Some application domains
 Financial data analysis
 Retail industry
 Telecommunication industry
 Biological data analysis
November 19, 2022 Data Mining: Concepts and Techniques 3
Data Mining for Financial Data Analysis
 Financial data collected in banks and financial institutions
are often relatively complete, reliable, and of high quality
 Design and construction of data warehouses for
multidimensional data analysis and data mining
 View the debt and revenue changes by month, by
region, by sector, and by other factors
 Access statistical information such as max, min, total,
average, trend, etc.
 Loan payment prediction/consumer credit policy analysis
 feature selection and attribute relevance ranking
 Loan payment performance
 Consumer credit rating
November 19, 2022 Data Mining: Concepts and Techniques 4
Financial Data Mining
 Classification and clustering of customers for targeted
marketing
 multidimensional segmentation by nearest-neighbor,
classification, decision trees, etc. to identify customer
groups or associate a new customer to an appropriate
customer group
 Detection of money laundering and other financial crimes
 integration of from multiple DBs (e.g., bank
transactions, federal/state crime history DBs)
 Tools: data visualization, linkage analysis,
classification, clustering tools, outlier analysis, and
sequential pattern analysis tools (find unusual access
sequences)
November 19, 2022 Data Mining: Concepts and Techniques 5
Data Mining for Retail Industry
 Retail industry: huge amounts of data on sales, customer
shopping history, etc.
 Applications of retail data mining
 Identify customer buying behaviors
 Discover customer shopping patterns and trends
 Improve the quality of customer service
 Achieve better customer retention and satisfaction
 Enhance goods consumption ratios
 Design more effective goods transportation and
distribution policies
November 19, 2022 Data Mining: Concepts and Techniques 6
Data Mining in Retail Industry (2)
 Ex. 1. Design and construction of data warehouses based
on the benefits of data mining
 Multidimensional analysis of sales, customers, products,
time, and region
 Ex. 2. Analysis of the effectiveness of sales campaigns
 Ex. 3. Customer retention: Analysis of customer loyalty
 Use customer loyalty card information to register
sequences of purchases of particular customers
 Use sequential pattern mining to investigate changes in
customer consumption or loyalty
 Suggest adjustments on the pricing and variety of
goods
 Ex. 4. Purchase recommendation and cross-reference of
items
November 19, 2022 Data Mining: Concepts and Techniques 7
Data Mining for Telecomm. Industry (1)
 A rapidly expanding and highly competitive industry
and a great demand for data mining
 Understand the business involved
 Identify telecommunication patterns
 Catch fraudulent activities
 Make better use of resources
 Improve the quality of service
 Multidimensional analysis of telecommunication data
 Intrinsically multidimensional: calling-time, duration,
location of caller, location of callee, type of call, etc.
November 19, 2022 Data Mining: Concepts and Techniques 8
Data Mining for Telecomm. Industry (2)
 Fraudulent pattern analysis and the identification of unusual patterns
 Identify potentially fraudulent users and their atypical usage
patterns
 Detect attempts to gain fraudulent entry to customer accounts
 Discover unusual patterns which may need special attention
 Multidimensional association and sequential pattern analysis
 Find usage patterns for a set of communication services by
customer group, by month, etc.
 Promote the sales of specific services
 Improve the availability of particular services in a region
 Use of visualization tools in telecommunication data analysis
November 19, 2022 Data Mining: Concepts and Techniques 9
Biomedical Data Analysis
 DNA sequences: 4 basic building blocks (nucleotides):
adenine (A), cytosine (C), guanine (G), and thymine (T).
 Gene: a sequence of hundreds of individual nucleotides
arranged in a particular order
 Humans have around 30,000 genes
 Tremendous number of ways that the nucleotides can be
ordered and sequenced to form distinct genes
 Semantic integration of heterogeneous, distributed
genome databases
 Current: highly distributed, uncontrolled generation
and use of a wide variety of DNA data
 Data cleaning and data integration methods developed
in data mining will help
November 19, 2022 Data Mining: Concepts and Techniques 10
DNA Analysis: Examples
 Similarity search and comparison among DNA sequences
 Compare the frequently occurring patterns of each class (e.g.,
diseased and healthy)
 Identify gene sequence patterns that play roles in various diseases
 Association analysis: identification of co-occurring gene sequences
 Most diseases are not triggered by a single gene but by a
combination of genes acting together
 Association analysis may help determine the kinds of genes that
are likely to co-occur together in target samples
 Path analysis: linking genes to different disease development stages
 Different genes may become active at different stages of the
disease
 Develop pharmaceutical interventions that target the different
stages separately
 Visualization tools and genetic data analysis
November 19, 2022 Data Mining: Concepts and Techniques 11
How to Choose a Data Mining System?
 Commercial data mining systems have little in common
 Different data mining functionality or methodology
 May even work with completely different kinds of data
sets
 Need multiple dimensional view in selection
 Data types: relational, transactional, text, time sequence,
spatial?
 System issues
 running on only one or on several operating systems?
 a client/server architecture?
 Provide Web-based interfaces and allow XML data as
input and/or output?
November 19, 2022 Data Mining: Concepts and Techniques 12
How to Choose a Data Mining System? (2)
 Data sources
 ASCII text files, multiple relational data sources
 support ODBC connections (OLE DB, JDBC)?
 Data mining functions and methodologies
 One vs. multiple data mining functions
 One vs. variety of methods per function
 More data mining functions and methods per function provide
the user with greater flexibility and analysis power
 Coupling with DB and/or data warehouse systems
 Four forms of coupling: no coupling, loose coupling, semitight
coupling, and tight coupling
 Ideally, a data mining system should be tightly coupled with a
database system
November 19, 2022 Data Mining: Concepts and Techniques 13
How to Choose a Data Mining System? (3)
 Scalability
 Row (or database size) scalability
 Column (or dimension) scalability
 Curse of dimensionality: it is much more challenging to
make a system column scalable that row scalable
 Visualization tools
 “A picture is worth a thousand words”
 Visualization categories: data visualization, mining
result visualization, mining process visualization, and
visual data mining
 Data mining query language and graphical user interface
 Easy-to-use and high-quality graphical user interface
 Essential for user-guided, highly interactive data
mining
November 19, 2022 Data Mining: Concepts and Techniques 14
Examples of Data Mining Systems (1)
 Mirosoft SQLServer 2005
 Integrate DB and OLAP with mining
 Support OLEDB for DM standard
 SAS Enterprise Miner
 A variety of statistical analysis tools
 Data warehouse tools and multiple data mining
algorithms
 IBM Intelligent Miner
 A wide range of data mining algorithms
 Scalable mining algorithms
 Toolkits: neural network algorithms, statistical
methods, data preparation, and data visualization tools
 Tight integration with IBM's DB2 relational database
system
November 19, 2022 Data Mining: Concepts and Techniques 15
Examples of Data Mining Systems (2)
 SGI MineSet
 Multiple data mining algorithms and advanced statistics
 Advanced visualization tools
 Clementine (SPSS)
 An integrated data mining development environment
for end-users and developers
 Multiple data mining algorithms and visualization tools
November 19, 2022 Data Mining: Concepts and Techniques 16
Visual Data Mining
 Visualization: use of computer graphics to create visual
images which aid in the understanding of complex, often
massive representations of data
 Visual Data Mining: the process of discovering implicit but
useful knowledge from large data sets using visualization
techniques
Computer
Graphics
High
Performance
Computing
Pattern
Recognition
Human
Computer
Interfaces
Multimedia
Systems
November 19, 2022 Data Mining: Concepts and Techniques 17
Visualization
 Purpose of Visualization
 Gain insight into an information space by mapping
data onto graphical primitives
 Provide qualitative overview of large data sets
 Search for patterns, trends, structure, irregularities,
relationships among data.
 Help find interesting regions and suitable parameters
for further quantitative analysis.
 Provide a visual proof of computer representations
derived
November 19, 2022 Data Mining: Concepts and Techniques 18
Visual Data Mining & Data Visualization
 Integration of visualization and data mining
 data visualization
 data mining result visualization
 data mining process visualization
 interactive visual data mining
 Data visualization
 Data in a database or data warehouse can be viewed
 at different levels of abstraction
 as different combinations of attributes or
dimensions
 Data can be presented in various visual forms
November 19, 2022 Data Mining: Concepts and Techniques 19
Data Mining Result Visualization
 Presentation of the results or knowledge obtained from
data mining in visual forms
 Examples
 Scatter plots and boxplots (obtained from descriptive
data mining)
 Decision trees
 Association rules
 Clusters
 Outliers
 Generalized rules
November 19, 2022 Data Mining: Concepts and Techniques 20
Data Mining Process Visualization
 Presentation of the various processes of data mining in
visual forms so that users can see
 Data extraction process
 Where the data is extracted
 How the data is cleaned, integrated, preprocessed,
and mined
 Method selected for data mining
 Where the results are stored
 How they may be viewed
November 19, 2022 Data Mining: Concepts and Techniques 21
Interactive Visual Data Mining
 Using visualization tools in the data mining process to
help users make smart data mining decisions
 Example
 Display the data distribution in a set of attributes
using colored sectors or columns (depending on
whether the whole space is represented by either a
circle or a set of columns)
 Use the display to which sector should first be
selected for classification and where a good split point
for this sector may be
November 19, 2022 Data Mining: Concepts and Techniques 22
Audio Data Mining
 Uses audio signals to indicate the patterns of data or the
features of data mining results
 An interesting alternative to visual mining
 An inverse task of mining audio (such as music)
databases which is to find patterns from audio data
 Visual data mining may disclose interesting patterns
using graphical displays, but requires users to
concentrate on watching patterns
 Instead, transform patterns into sound and music and
listen to pitches, rhythms, tune, and melody in order to
identify anything interesting or unusual
November 19, 2022 Data Mining: Concepts and Techniques 23
Trends in Data Mining (1)
 Application exploration
 development of application-specific data mining
system
 Invisible data mining (mining as built-in function)
 Scalable data mining methods
 Constraint-based mining: use of constraints to guide
data mining systems in their search for interesting
patterns
 Integration of data mining with database systems, data
warehouse systems, and Web database systems
 Invisible data mining
November 19, 2022 Data Mining: Concepts and Techniques 24
Trends in Data Mining (2)
 Standardization of data mining language
 A standard will facilitate systematic development,
improve interoperability, and promote the education
and use of data mining systems in industry and society
 Visual data mining
 New methods for mining complex types of data
 More research is required towards the integration of
data mining methods with existing data analysis
techniques for the complex types of data
 Web mining
 Privacy protection and information security in data mining

Mais conteúdo relacionado

Mais procurados

Data Mining: Application and trends in data mining
Data Mining: Application and trends in data miningData Mining: Application and trends in data mining
Data Mining: Application and trends in data miningDataminingTools Inc
 
Support Vector Machines
Support Vector MachinesSupport Vector Machines
Support Vector Machinesnextlib
 
03 digital image fundamentals DIP
03 digital image fundamentals DIP03 digital image fundamentals DIP
03 digital image fundamentals DIPbabak danyal
 
Data Mining:Concepts and Techniques, Chapter 8. Classification: Basic Concepts
Data Mining:Concepts and Techniques, Chapter 8. Classification: Basic ConceptsData Mining:Concepts and Techniques, Chapter 8. Classification: Basic Concepts
Data Mining:Concepts and Techniques, Chapter 8. Classification: Basic ConceptsSalah Amean
 
Chapter 09 classification advanced
Chapter 09 classification advancedChapter 09 classification advanced
Chapter 09 classification advancedHouw Liong The
 
Data Mining Techniques
Data Mining TechniquesData Mining Techniques
Data Mining TechniquesHouw Liong The
 
3.2 partitioning methods
3.2 partitioning methods3.2 partitioning methods
3.2 partitioning methodsKrish_ver2
 
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & KamberChapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kambererror007
 
Fundamentals and image compression models
Fundamentals and image compression modelsFundamentals and image compression models
Fundamentals and image compression modelslavanya marichamy
 
Chapter 6 color image processing
Chapter 6 color image processingChapter 6 color image processing
Chapter 6 color image processingasodariyabhavesh
 
04 Classification in Data Mining
04 Classification in Data Mining04 Classification in Data Mining
04 Classification in Data MiningValerii Klymchuk
 
Visual pattern recognition
Visual pattern recognitionVisual pattern recognition
Visual pattern recognitionRushin Shah
 
lazy learners and other classication methods
lazy learners and other classication methodslazy learners and other classication methods
lazy learners and other classication methodsrajshreemuthiah
 
Machine Learning - Object Detection and Classification
Machine Learning - Object Detection and ClassificationMachine Learning - Object Detection and Classification
Machine Learning - Object Detection and ClassificationVikas Jain
 
Machine learning in image processing
Machine learning in image processingMachine learning in image processing
Machine learning in image processingData Science Thailand
 
Chapter 1 and 2 gonzalez and woods
Chapter 1 and 2 gonzalez and woodsChapter 1 and 2 gonzalez and woods
Chapter 1 and 2 gonzalez and woodsasodariyabhavesh
 
Deep learning for image video processing
Deep learning for image video processingDeep learning for image video processing
Deep learning for image video processingYu Huang
 
Classification techniques in data mining
Classification techniques in data miningClassification techniques in data mining
Classification techniques in data miningKamal Acharya
 
Performance Metrics for Machine Learning Algorithms
Performance Metrics for Machine Learning AlgorithmsPerformance Metrics for Machine Learning Algorithms
Performance Metrics for Machine Learning AlgorithmsKush Kulshrestha
 

Mais procurados (20)

Data Mining: Application and trends in data mining
Data Mining: Application and trends in data miningData Mining: Application and trends in data mining
Data Mining: Application and trends in data mining
 
Support Vector Machines
Support Vector MachinesSupport Vector Machines
Support Vector Machines
 
03 digital image fundamentals DIP
03 digital image fundamentals DIP03 digital image fundamentals DIP
03 digital image fundamentals DIP
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Data Mining:Concepts and Techniques, Chapter 8. Classification: Basic Concepts
Data Mining:Concepts and Techniques, Chapter 8. Classification: Basic ConceptsData Mining:Concepts and Techniques, Chapter 8. Classification: Basic Concepts
Data Mining:Concepts and Techniques, Chapter 8. Classification: Basic Concepts
 
Chapter 09 classification advanced
Chapter 09 classification advancedChapter 09 classification advanced
Chapter 09 classification advanced
 
Data Mining Techniques
Data Mining TechniquesData Mining Techniques
Data Mining Techniques
 
3.2 partitioning methods
3.2 partitioning methods3.2 partitioning methods
3.2 partitioning methods
 
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & KamberChapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
Chapter - 6 Data Mining Concepts and Techniques 2nd Ed slides Han & Kamber
 
Fundamentals and image compression models
Fundamentals and image compression modelsFundamentals and image compression models
Fundamentals and image compression models
 
Chapter 6 color image processing
Chapter 6 color image processingChapter 6 color image processing
Chapter 6 color image processing
 
04 Classification in Data Mining
04 Classification in Data Mining04 Classification in Data Mining
04 Classification in Data Mining
 
Visual pattern recognition
Visual pattern recognitionVisual pattern recognition
Visual pattern recognition
 
lazy learners and other classication methods
lazy learners and other classication methodslazy learners and other classication methods
lazy learners and other classication methods
 
Machine Learning - Object Detection and Classification
Machine Learning - Object Detection and ClassificationMachine Learning - Object Detection and Classification
Machine Learning - Object Detection and Classification
 
Machine learning in image processing
Machine learning in image processingMachine learning in image processing
Machine learning in image processing
 
Chapter 1 and 2 gonzalez and woods
Chapter 1 and 2 gonzalez and woodsChapter 1 and 2 gonzalez and woods
Chapter 1 and 2 gonzalez and woods
 
Deep learning for image video processing
Deep learning for image video processingDeep learning for image video processing
Deep learning for image video processing
 
Classification techniques in data mining
Classification techniques in data miningClassification techniques in data mining
Classification techniques in data mining
 
Performance Metrics for Machine Learning Algorithms
Performance Metrics for Machine Learning AlgorithmsPerformance Metrics for Machine Learning Algorithms
Performance Metrics for Machine Learning Algorithms
 

Semelhante a Trends in DM.pptx

Big data Analytics
Big data AnalyticsBig data Analytics
Big data AnalyticsTUSHAR GARG
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discoveryYoung Alista
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discoveryHarry Potter
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discoveryJames Wong
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discoveryFraboni Ec
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discoveryLuis Goldster
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discoveryTony Nguyen
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discoveryHoang Nguyen
 
Introduction.ppt
Introduction.pptIntroduction.ppt
Introduction.pptbommaiah
 
Data Mining - Presentation.pptx
Data Mining - Presentation.pptxData Mining - Presentation.pptx
Data Mining - Presentation.pptxfahadusman23
 
Data Mining: Application and trends in data mining
Data Mining: Application and trends in data miningData Mining: Application and trends in data mining
Data Mining: Application and trends in data miningDatamining Tools
 
Data warehouse and data mining
Data warehouse and data miningData warehouse and data mining
Data warehouse and data miningRohit Kumar
 
Introduction To Data Mining
Introduction To Data MiningIntroduction To Data Mining
Introduction To Data Miningdataminers.ir
 
Introduction To Data Mining
Introduction To Data Mining   Introduction To Data Mining
Introduction To Data Mining Phi Jack
 

Semelhante a Trends in DM.pptx (20)

Big data Analytics
Big data AnalyticsBig data Analytics
Big data Analytics
 
10appl
10appl10appl
10appl
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discovery
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discovery
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discovery
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discovery
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discovery
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discovery
 
Data mining and knowledge discovery
Data mining and knowledge discoveryData mining and knowledge discovery
Data mining and knowledge discovery
 
Introduction
IntroductionIntroduction
Introduction
 
Introduction.ppt
Introduction.pptIntroduction.ppt
Introduction.ppt
 
Data mining 1
Data mining 1Data mining 1
Data mining 1
 
Data Mining - Presentation.pptx
Data Mining - Presentation.pptxData Mining - Presentation.pptx
Data Mining - Presentation.pptx
 
Data Mining: Application and trends in data mining
Data Mining: Application and trends in data miningData Mining: Application and trends in data mining
Data Mining: Application and trends in data mining
 
D
DD
D
 
isd314-01
isd314-01isd314-01
isd314-01
 
Data warehouse and data mining
Data warehouse and data miningData warehouse and data mining
Data warehouse and data mining
 
unit 1 DATA MINING.ppt
unit 1 DATA MINING.pptunit 1 DATA MINING.ppt
unit 1 DATA MINING.ppt
 
Introduction To Data Mining
Introduction To Data MiningIntroduction To Data Mining
Introduction To Data Mining
 
Introduction To Data Mining
Introduction To Data Mining   Introduction To Data Mining
Introduction To Data Mining
 

Mais de ImXaib

ERD introduction in databases model.pptx
ERD introduction in databases model.pptxERD introduction in databases model.pptx
ERD introduction in databases model.pptxImXaib
 
SDA presentation the basics of computer science .pptx
SDA presentation the basics of computer science .pptxSDA presentation the basics of computer science .pptx
SDA presentation the basics of computer science .pptxImXaib
 
terminal a clear presentation on the topic.pptx
terminal a clear presentation on the topic.pptxterminal a clear presentation on the topic.pptx
terminal a clear presentation on the topic.pptxImXaib
 
What is Machine Learning_updated documents.pptx
What is Machine Learning_updated documents.pptxWhat is Machine Learning_updated documents.pptx
What is Machine Learning_updated documents.pptxImXaib
 
Grid Computing and it's applications.PPTX
Grid Computing and it's applications.PPTXGrid Computing and it's applications.PPTX
Grid Computing and it's applications.PPTXImXaib
 
Firewall.pdf
Firewall.pdfFirewall.pdf
Firewall.pdfImXaib
 
4966709.ppt
4966709.ppt4966709.ppt
4966709.pptImXaib
 
lecture2.ppt
lecture2.pptlecture2.ppt
lecture2.pptImXaib
 
Tools.pptx
Tools.pptxTools.pptx
Tools.pptxImXaib
 
lec3_10.ppt
lec3_10.pptlec3_10.ppt
lec3_10.pptImXaib
 
ch12.ppt
ch12.pptch12.ppt
ch12.pptImXaib
 
Fullandparavirtualization.ppt
Fullandparavirtualization.pptFullandparavirtualization.ppt
Fullandparavirtualization.pptImXaib
 
mis9_ch08_ppt.ppt
mis9_ch08_ppt.pptmis9_ch08_ppt.ppt
mis9_ch08_ppt.pptImXaib
 
rooster-ipsecindepth.ppt
rooster-ipsecindepth.pptrooster-ipsecindepth.ppt
rooster-ipsecindepth.pptImXaib
 
Policy formation and enforcement.ppt
Policy formation and enforcement.pptPolicy formation and enforcement.ppt
Policy formation and enforcement.pptImXaib
 
Database schema architecture.ppt
Database schema architecture.pptDatabase schema architecture.ppt
Database schema architecture.pptImXaib
 
Transport layer security.ppt
Transport layer security.pptTransport layer security.ppt
Transport layer security.pptImXaib
 
AleksandrDoroninSlides.ppt
AleksandrDoroninSlides.pptAleksandrDoroninSlides.ppt
AleksandrDoroninSlides.pptImXaib
 
dm15-visualization-data-mining.ppt
dm15-visualization-data-mining.pptdm15-visualization-data-mining.ppt
dm15-visualization-data-mining.pptImXaib
 
Cyber Crime.pptx
Cyber Crime.pptxCyber Crime.pptx
Cyber Crime.pptxImXaib
 

Mais de ImXaib (20)

ERD introduction in databases model.pptx
ERD introduction in databases model.pptxERD introduction in databases model.pptx
ERD introduction in databases model.pptx
 
SDA presentation the basics of computer science .pptx
SDA presentation the basics of computer science .pptxSDA presentation the basics of computer science .pptx
SDA presentation the basics of computer science .pptx
 
terminal a clear presentation on the topic.pptx
terminal a clear presentation on the topic.pptxterminal a clear presentation on the topic.pptx
terminal a clear presentation on the topic.pptx
 
What is Machine Learning_updated documents.pptx
What is Machine Learning_updated documents.pptxWhat is Machine Learning_updated documents.pptx
What is Machine Learning_updated documents.pptx
 
Grid Computing and it's applications.PPTX
Grid Computing and it's applications.PPTXGrid Computing and it's applications.PPTX
Grid Computing and it's applications.PPTX
 
Firewall.pdf
Firewall.pdfFirewall.pdf
Firewall.pdf
 
4966709.ppt
4966709.ppt4966709.ppt
4966709.ppt
 
lecture2.ppt
lecture2.pptlecture2.ppt
lecture2.ppt
 
Tools.pptx
Tools.pptxTools.pptx
Tools.pptx
 
lec3_10.ppt
lec3_10.pptlec3_10.ppt
lec3_10.ppt
 
ch12.ppt
ch12.pptch12.ppt
ch12.ppt
 
Fullandparavirtualization.ppt
Fullandparavirtualization.pptFullandparavirtualization.ppt
Fullandparavirtualization.ppt
 
mis9_ch08_ppt.ppt
mis9_ch08_ppt.pptmis9_ch08_ppt.ppt
mis9_ch08_ppt.ppt
 
rooster-ipsecindepth.ppt
rooster-ipsecindepth.pptrooster-ipsecindepth.ppt
rooster-ipsecindepth.ppt
 
Policy formation and enforcement.ppt
Policy formation and enforcement.pptPolicy formation and enforcement.ppt
Policy formation and enforcement.ppt
 
Database schema architecture.ppt
Database schema architecture.pptDatabase schema architecture.ppt
Database schema architecture.ppt
 
Transport layer security.ppt
Transport layer security.pptTransport layer security.ppt
Transport layer security.ppt
 
AleksandrDoroninSlides.ppt
AleksandrDoroninSlides.pptAleksandrDoroninSlides.ppt
AleksandrDoroninSlides.ppt
 
dm15-visualization-data-mining.ppt
dm15-visualization-data-mining.pptdm15-visualization-data-mining.ppt
dm15-visualization-data-mining.ppt
 
Cyber Crime.pptx
Cyber Crime.pptxCyber Crime.pptx
Cyber Crime.pptx
 

Último

Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 

Último (20)

Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 

Trends in DM.pptx

  • 1. November 19, 2022 Data Mining: Concepts and Techniques 1 Applications and Trends in Data Mining  Data mining applications  Data mining system products and research prototypes  Additional themes on data mining  Trends in data mining
  • 2. November 19, 2022 Data Mining: Concepts and Techniques 2 Data Mining Applications  Data mining is an interdisciplinary field with wide and diverse applications  There exist nontrivial gaps between data mining principles and domain-specific applications  Some application domains  Financial data analysis  Retail industry  Telecommunication industry  Biological data analysis
  • 3. November 19, 2022 Data Mining: Concepts and Techniques 3 Data Mining for Financial Data Analysis  Financial data collected in banks and financial institutions are often relatively complete, reliable, and of high quality  Design and construction of data warehouses for multidimensional data analysis and data mining  View the debt and revenue changes by month, by region, by sector, and by other factors  Access statistical information such as max, min, total, average, trend, etc.  Loan payment prediction/consumer credit policy analysis  feature selection and attribute relevance ranking  Loan payment performance  Consumer credit rating
  • 4. November 19, 2022 Data Mining: Concepts and Techniques 4 Financial Data Mining  Classification and clustering of customers for targeted marketing  multidimensional segmentation by nearest-neighbor, classification, decision trees, etc. to identify customer groups or associate a new customer to an appropriate customer group  Detection of money laundering and other financial crimes  integration of from multiple DBs (e.g., bank transactions, federal/state crime history DBs)  Tools: data visualization, linkage analysis, classification, clustering tools, outlier analysis, and sequential pattern analysis tools (find unusual access sequences)
  • 5. November 19, 2022 Data Mining: Concepts and Techniques 5 Data Mining for Retail Industry  Retail industry: huge amounts of data on sales, customer shopping history, etc.  Applications of retail data mining  Identify customer buying behaviors  Discover customer shopping patterns and trends  Improve the quality of customer service  Achieve better customer retention and satisfaction  Enhance goods consumption ratios  Design more effective goods transportation and distribution policies
  • 6. November 19, 2022 Data Mining: Concepts and Techniques 6 Data Mining in Retail Industry (2)  Ex. 1. Design and construction of data warehouses based on the benefits of data mining  Multidimensional analysis of sales, customers, products, time, and region  Ex. 2. Analysis of the effectiveness of sales campaigns  Ex. 3. Customer retention: Analysis of customer loyalty  Use customer loyalty card information to register sequences of purchases of particular customers  Use sequential pattern mining to investigate changes in customer consumption or loyalty  Suggest adjustments on the pricing and variety of goods  Ex. 4. Purchase recommendation and cross-reference of items
  • 7. November 19, 2022 Data Mining: Concepts and Techniques 7 Data Mining for Telecomm. Industry (1)  A rapidly expanding and highly competitive industry and a great demand for data mining  Understand the business involved  Identify telecommunication patterns  Catch fraudulent activities  Make better use of resources  Improve the quality of service  Multidimensional analysis of telecommunication data  Intrinsically multidimensional: calling-time, duration, location of caller, location of callee, type of call, etc.
  • 8. November 19, 2022 Data Mining: Concepts and Techniques 8 Data Mining for Telecomm. Industry (2)  Fraudulent pattern analysis and the identification of unusual patterns  Identify potentially fraudulent users and their atypical usage patterns  Detect attempts to gain fraudulent entry to customer accounts  Discover unusual patterns which may need special attention  Multidimensional association and sequential pattern analysis  Find usage patterns for a set of communication services by customer group, by month, etc.  Promote the sales of specific services  Improve the availability of particular services in a region  Use of visualization tools in telecommunication data analysis
  • 9. November 19, 2022 Data Mining: Concepts and Techniques 9 Biomedical Data Analysis  DNA sequences: 4 basic building blocks (nucleotides): adenine (A), cytosine (C), guanine (G), and thymine (T).  Gene: a sequence of hundreds of individual nucleotides arranged in a particular order  Humans have around 30,000 genes  Tremendous number of ways that the nucleotides can be ordered and sequenced to form distinct genes  Semantic integration of heterogeneous, distributed genome databases  Current: highly distributed, uncontrolled generation and use of a wide variety of DNA data  Data cleaning and data integration methods developed in data mining will help
  • 10. November 19, 2022 Data Mining: Concepts and Techniques 10 DNA Analysis: Examples  Similarity search and comparison among DNA sequences  Compare the frequently occurring patterns of each class (e.g., diseased and healthy)  Identify gene sequence patterns that play roles in various diseases  Association analysis: identification of co-occurring gene sequences  Most diseases are not triggered by a single gene but by a combination of genes acting together  Association analysis may help determine the kinds of genes that are likely to co-occur together in target samples  Path analysis: linking genes to different disease development stages  Different genes may become active at different stages of the disease  Develop pharmaceutical interventions that target the different stages separately  Visualization tools and genetic data analysis
  • 11. November 19, 2022 Data Mining: Concepts and Techniques 11 How to Choose a Data Mining System?  Commercial data mining systems have little in common  Different data mining functionality or methodology  May even work with completely different kinds of data sets  Need multiple dimensional view in selection  Data types: relational, transactional, text, time sequence, spatial?  System issues  running on only one or on several operating systems?  a client/server architecture?  Provide Web-based interfaces and allow XML data as input and/or output?
  • 12. November 19, 2022 Data Mining: Concepts and Techniques 12 How to Choose a Data Mining System? (2)  Data sources  ASCII text files, multiple relational data sources  support ODBC connections (OLE DB, JDBC)?  Data mining functions and methodologies  One vs. multiple data mining functions  One vs. variety of methods per function  More data mining functions and methods per function provide the user with greater flexibility and analysis power  Coupling with DB and/or data warehouse systems  Four forms of coupling: no coupling, loose coupling, semitight coupling, and tight coupling  Ideally, a data mining system should be tightly coupled with a database system
  • 13. November 19, 2022 Data Mining: Concepts and Techniques 13 How to Choose a Data Mining System? (3)  Scalability  Row (or database size) scalability  Column (or dimension) scalability  Curse of dimensionality: it is much more challenging to make a system column scalable that row scalable  Visualization tools  “A picture is worth a thousand words”  Visualization categories: data visualization, mining result visualization, mining process visualization, and visual data mining  Data mining query language and graphical user interface  Easy-to-use and high-quality graphical user interface  Essential for user-guided, highly interactive data mining
  • 14. November 19, 2022 Data Mining: Concepts and Techniques 14 Examples of Data Mining Systems (1)  Mirosoft SQLServer 2005  Integrate DB and OLAP with mining  Support OLEDB for DM standard  SAS Enterprise Miner  A variety of statistical analysis tools  Data warehouse tools and multiple data mining algorithms  IBM Intelligent Miner  A wide range of data mining algorithms  Scalable mining algorithms  Toolkits: neural network algorithms, statistical methods, data preparation, and data visualization tools  Tight integration with IBM's DB2 relational database system
  • 15. November 19, 2022 Data Mining: Concepts and Techniques 15 Examples of Data Mining Systems (2)  SGI MineSet  Multiple data mining algorithms and advanced statistics  Advanced visualization tools  Clementine (SPSS)  An integrated data mining development environment for end-users and developers  Multiple data mining algorithms and visualization tools
  • 16. November 19, 2022 Data Mining: Concepts and Techniques 16 Visual Data Mining  Visualization: use of computer graphics to create visual images which aid in the understanding of complex, often massive representations of data  Visual Data Mining: the process of discovering implicit but useful knowledge from large data sets using visualization techniques Computer Graphics High Performance Computing Pattern Recognition Human Computer Interfaces Multimedia Systems
  • 17. November 19, 2022 Data Mining: Concepts and Techniques 17 Visualization  Purpose of Visualization  Gain insight into an information space by mapping data onto graphical primitives  Provide qualitative overview of large data sets  Search for patterns, trends, structure, irregularities, relationships among data.  Help find interesting regions and suitable parameters for further quantitative analysis.  Provide a visual proof of computer representations derived
  • 18. November 19, 2022 Data Mining: Concepts and Techniques 18 Visual Data Mining & Data Visualization  Integration of visualization and data mining  data visualization  data mining result visualization  data mining process visualization  interactive visual data mining  Data visualization  Data in a database or data warehouse can be viewed  at different levels of abstraction  as different combinations of attributes or dimensions  Data can be presented in various visual forms
  • 19. November 19, 2022 Data Mining: Concepts and Techniques 19 Data Mining Result Visualization  Presentation of the results or knowledge obtained from data mining in visual forms  Examples  Scatter plots and boxplots (obtained from descriptive data mining)  Decision trees  Association rules  Clusters  Outliers  Generalized rules
  • 20. November 19, 2022 Data Mining: Concepts and Techniques 20 Data Mining Process Visualization  Presentation of the various processes of data mining in visual forms so that users can see  Data extraction process  Where the data is extracted  How the data is cleaned, integrated, preprocessed, and mined  Method selected for data mining  Where the results are stored  How they may be viewed
  • 21. November 19, 2022 Data Mining: Concepts and Techniques 21 Interactive Visual Data Mining  Using visualization tools in the data mining process to help users make smart data mining decisions  Example  Display the data distribution in a set of attributes using colored sectors or columns (depending on whether the whole space is represented by either a circle or a set of columns)  Use the display to which sector should first be selected for classification and where a good split point for this sector may be
  • 22. November 19, 2022 Data Mining: Concepts and Techniques 22 Audio Data Mining  Uses audio signals to indicate the patterns of data or the features of data mining results  An interesting alternative to visual mining  An inverse task of mining audio (such as music) databases which is to find patterns from audio data  Visual data mining may disclose interesting patterns using graphical displays, but requires users to concentrate on watching patterns  Instead, transform patterns into sound and music and listen to pitches, rhythms, tune, and melody in order to identify anything interesting or unusual
  • 23. November 19, 2022 Data Mining: Concepts and Techniques 23 Trends in Data Mining (1)  Application exploration  development of application-specific data mining system  Invisible data mining (mining as built-in function)  Scalable data mining methods  Constraint-based mining: use of constraints to guide data mining systems in their search for interesting patterns  Integration of data mining with database systems, data warehouse systems, and Web database systems  Invisible data mining
  • 24. November 19, 2022 Data Mining: Concepts and Techniques 24 Trends in Data Mining (2)  Standardization of data mining language  A standard will facilitate systematic development, improve interoperability, and promote the education and use of data mining systems in industry and society  Visual data mining  New methods for mining complex types of data  More research is required towards the integration of data mining methods with existing data analysis techniques for the complex types of data  Web mining  Privacy protection and information security in data mining