Data Warehousing and Data Mining
|
|
|
- Berniece Carpenter
- 10 years ago
- Views:
Transcription
1 Data Warehousing and Data Mining Winter Semester 2010/2011 Free University of Bozen, Bolzano DW Lecturer: Johann Gamper DM Lecturer: Mouna Kacimi
2 Organization Lectures Tuesday & Friday From 10:30 To 12:30 Office hours Dr. Kacimi: Tuesday From 14:00 to 16:00 (appointment by ) Projects Lab hours Friday From 14:00 to 16:00 Announcements There will be no class on Friday, October 8 Lab hours might change to be from 15:00 to 17:00 Textbooks Jiawei Han and Micheline Kamber, Data Mining: Concepts and Techniques, Second Edition, 2006 Pang-Ning Tan, Michael Steinbach, and Vipin Kumar, "Introduction to Data Mining", Pearson Addison Wesley, 2008, ISBN: Margaret H. Dunham, Data Mining: Introductory and Advanced Topics, Prentice Hall, 2003
3 Exam Procedure Requirements: obtain 18 credit points in each of the following Project Exam Important Final grade= Project_grade 0.6+ Exam_grade 0.4 A successful project remains valid If a project is unsuccessful until the day of the Exam, its validity expires More about Project and Exam Project: Exam: - work in groups - data analysis/apply DM methods on real datasets/ implement DM algorithms - write a project report and present the project - have knowledge about the course - be able to present it
4 Data Mining
5 Outline Introduction to Data Mining Data Analysis and Uncertainty Part I: Introduction & Foundations Classification & Prediction Cluster Analysis Applications Part II: Supervised Learning Part III: Unsupervised Learning Part IV: Summary & Open problems
6 Chapter I: Introduction & Foundations 1.1 Introduction Definitions & Motivations Data to be Mined Knowledge to be discovered Techniques Utilized Applications Adapted Major Issues in Data Mining 1.2 Getting to Know Your Data Data Objects and Attribute Types Basic Statistical Descriptions of Data Measuring Data Similarity and Dissimilarity 1.3 Basics from Probability Theory and Statistics 13.1 Probability Theory Statistical Inference: Sampling and Estimation Statistical Inference: Hypothesis Testing and Regression
7 1.1 Definitions & Motivations Why Data Mining? Explosive Growth of Data: from terabytes to petabytes Data Collections and Data Availability Crawlers, database systems, Web, etc. Sources Business: Web, e-commerce, transactions, etc. Science: Remote sensing, bioinformatics, etc. Society and everyone: news, YouTube, etc. Problem: We are drowning in data, but starving for knowledge! Solution: Use Data Mining tools for Automated Analysis of massive data sets
8 What is Data Mining? Data mining (knowledge discovery from data) Extraction of interesting (non-trivial, implicit, previously unknown and potentially useful) patterns or knowledge from huge amount of data Data mining: a misnomer? Stone Gold Mining Not Stone Mining Data Knowledge Knowledge Mining? Alternative names Knowledge discovery (mining) in databases (KDD), knowledge extraction, data/pattern analysis, data archeology, data dredging, information harvesting, business intelligence, etc.
9 Knowledge Discovery (KDD) Process Data Mining as a step in the knowledge discovery process Knowledge Evaluation & Presentation Data Mining Patterns Selection & transformation Task-relevant Data Data Cleaning & Integration Data Warehouse Data mining plays an essential role in the knowledge discovery process Databases
10 Data Cleaning & Integration Databases Knowledge Discovery (KDD) Process Data Mining Selection & transformation Data Warehouse Knowledge Evaluation & Presentation Task-relevant Data Patterns Data Cleaning Remove noise and inconsistent data Data Integration Combine multiple data sources Data Selection Data relevant to analysis tasks are retrieved form the data Data transformation Transform data into appropriate form for mining (summary, aggregation, etc.) Data mining Extract data patterns Pattern Evaluation Identify truly interesting patterns Knowledge representation Use visualization and knowledge representation tools to present the mined data to the user
11 Typical Architecture of a Data Mining System Knowledge Base Guide the search Evaluate interestingness of the results User Interface Include Concept hierarchies Pattern Evaluation Data Mining Engine Knowledge Base User believes Constraints, thresholds, metadata, etc. Database or Data Warehouse Server Data cleaning, Integration and selection Database Data Warehouse World Wide Web Other Info Repositories
12 Confluence of Multiple Disciplines Database Technology Statistics Machine Learning Data Mining Visualization Pattern Recognition Algorithm Other Disciplines
13 Why Confluence of Multiple Disciplines? Tremendous amount of data Scalable algorithms to handle terabytes of data (e.g., Flickr had 5 billion images in September, 2010 [ High dimensionality of data Data can have tens of thousands of features (e,g., DNA microarray) High complexity of data Data can be highly complex, can be of different types, and can include different descriptors Images can be described using text and visual features such as color, texture, contours, etc. Videos can be described using text, images and their descriptors, audio phonemes, etc. Social networks can have a complex structure... New and sophisticated applications Applications can be difficult (e.g., medical applications).
14 Different Views of Data Mining Data View Kinds of data to be mined Knowledge view Kinds of knowledge to be discovered Method view Kinds of techniques utilized Application view Kinds of applications
15 1.1.2 Data to be Mined In principle, data mining should be applicable to any data repository This lecture includes examples about: Relational databases Data warehouses Transactional databases Advanced database systems
16 Relational Databases Database System Collection of interrelated data, known as database A set of software programs that manage and access the data Relational Databases (RD) A collection of tables. Each one has a unique name A table contains a set of attributes (columns) & tuples (rows). Each object in a relational table has a unique key and is described by a set of attribute values. Costumers Data are accessed using database 152 Anna queries (SQL): projection, join, etc Data Mining applied to RD Purchases Search for trends or data patterns T Example: cust_id Name age income predict the credit risk of costumers based on their income, age and expenses trans_id cust_id method Amount Visa
17 Data Warehouses A data warehouse (DW) is a repository of information collected from multiple sources, stored under a unified schema. Data source in Bolzano Data source in Paris Data source in Madrid Clean Integrate Transform Load refresh Data Warehouse Query and Analysis Tools Client Client Data organized around major subjects (using summarization) Multidimensional database structure (e.g., data Cube) Dimension = one attribute or a set of attributes Cell = stores the value of some aggregated measures. Data Mining applied to DW Data warehouse tools help data analysis Data Mining tools are required to allow more in-depth and automated analysis
18 Transactional Databases A transactional database (TD) consists of a file where each record represents a transaction. A transaction includes a unique transaction identifier (trans_id) and a list of the items making the transaction. A transaction database may include other tables containing other information regarding the sale trans_id List of items_ids T100 I1,I3,I8,I16 (customer_id, location, etc.) T200 I2,I8 Basic analysis (examples) Show me all the items purchased by David Winston? How many transactions include item number 5? Data Mining on TD Perform a deeper analysis Example: Which items sold well together? Basically, data mining systems can identify frequent sets in transactional databases and perform market basket data analysis.
19 Advanced Database Systems(1) Advanced database systems provide tools for handling complex data Spatial data (e.g., maps) Engineering design data (e.g., buildings, system components) Hypertext and multimedia data (text, image, audio, and video) Time-related data (e.g., historical records) Stream data (e.g., video surveillance and sensor data) World Wide Web, a huge, widely distributed information repository made available by Internet Require efficient data structures and scalable methods to handle Complex object structures and variable length records Semi structured or unstructured data Multimedia and spatiotemporal data Database schema with complex and dynamic structures
20 Advanced Database Systems(2) Example: World Wide Web Provide rich, worldwide, online and distributed information services. Data objects are linked together Users traverse from one object via links to another Problems Data can be highly unstructured Difficult to understand the semantic of web pages and their context. Data Mining on WWW Web usage Mining (user access pattern) Improve system design (efficiency) Better marketing decisions (adverts, user profile) Authoritative Web page Analysis Ranking web pages based on their importance Automated Web page clustering and classification Group and arrange web pages based on their content Web community analysis Identify hidden web social networks and observe their evolution
21 1.1.3 Knowledge to be Discovered Data mining functionalities are used to specify the kind of patterns to be found in data mining tasks Data mining tasks can be classified into two categories Descriptive : Characterize the general properties of the data Predictive : Perform inference on the current data to make predictions What to extract? Users may not have an idea about what kinds of patterns in their data can be interesting What to do? Have a data mining system that can mine multiple types of patterns to handle different user and application needs. Discover patterns at various granularities (levels of abstraction) Street City Country Allow users to guide the search for interesting patterns Example of different granularities
22 Characterization and Discrimination (1) Data can be associated with classes or concepts Example of data from a store Classes Concepts printers computers Big-Spenders Budget-Spenders Class/Concept descriptions: describe individual classes and concepts in summarized, concise, and precise way. Data characterization Summarize the data of the class under study (target class) Data Discrimination Compare the target class with a set of comparative classes (contrasting classes) Data characterization & Discrimination Perform both analysis
23 Characterization and Discrimination (2) Data Characterization Summarize the general features of a target class of data Tools: statistical measures, data cube-based OLAP roll-up, etc. Output: charts, curves, multidimensional data cubes, etc. Example Summarize the characteristics of costumers who spend more than 1000 Data Discrimination Costumers profile years old Employed excellent credit ratings Comparison of the general features of a target class with the general features of contrasting classes Output: similar to characterization + comparative measures Example Compare customers who shop for computer products regularly( more than 2 times a month) with those who rarely shop for such products(less then three times a year) Frequent costumers 80% Are between 20 and 40 Have university education Comparative profile Rare costumers 60% Are senior or youths Have no university degree
24 Frequent Patterns, Associations, Correlations Frequent patterns are patterns occurring frequently in the data (e.g., item-sets, sub-sequences, and substructures) Frequent item-sets: items that frequently appear together Example in a transactional data set: bred and milk Frequent Sequential pattern: a frequently occurring subsequence Example in a transactional data set: buy first PC, second digital camera, third memory card Association Analysis Derive some association rules buys(x, computer ) buys (X, software ) [support =1%, confidence=50%] age(x, ) income(x, 20K...29K ) buys (X, CD player ) [support =2%, confidence=60%] Correlation Analysis Uncover interesting statistical correlations between associated attribute-value pairs
25 Classification and Prediction Construct models (functions) based on some training examples Describe and distinguish classes or concepts for future prediction Predict some unknown class labels Training examples Age Income Class label 27 28K Budget-Spenders 35 36K Big-Spenders 65 45K Budget-Spenders Supervised Learning Classification model (function) Unlabeled data Age Income 29 25K Typical methods Classifier Class label [Budget Spender] Numeric value [Budget Spender (0.8)] Decision trees, naive Bayesian classification, logistic regression, support vector machine, neural networks, etc. Typical Applications Credit card fraud detection, classifying web pages, stars, diseases, etc.
26 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 Typical methods Hierarchical methods, density-based methods, Grid-based methods, Model-Based methods, constraint-based methods, etc. Typical Applications WWW, social networks, Marketing, Biology, Library, etc.
27 Outlier Analysis Outlier: A data object that does not comply with the general behavior of the data learning (i.e., Class label is unknown) Noise or exception? One person s garbage could be another person s treasure Typical methods Product of clustering or regression analysis, etc. Typical Applications Useful in fraud detection Example How to Uncover fraudulent usage of credit card? Or? Detect purchases of extremely large amounts for a given account number in comparison to regular charges incurred by the same account Outliers may also be detected with respect to the location and type of purchase, or the frequency.
28 Evolution Analysis Evolution Analysis describes trends of data objects whose behavior changes over time It includes Characterization and discrimination analysis Association and correlation analysis Classification and prediction Clustering of time related data Distinct features for such analysis Time-series data analysis Sequence or periodicity pattern matching e.g., first buy digital camera, then buy large SD memory cards Similarity-based analysis
29 1.1.4 Techniques Utilized... Data-intensive Data warehouse (OLAP) Machine learning Statistics Pattern recognition Visualization High-performance
30 1.1.5 Applications Adapted 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 From major dedicated data mining systems/tools (e.g., SAS, MS SQL-Server Analysis Manager, Oracle Data Mining Tools) to invisible data mining
31 1.1.6 Major Challenges in Data Mining Efficiency and scalability of data mining algorithms Parallel, distributed, stream, and incremental mining methods Handling high-dimensionality Handling noise, uncertainty, and incompleteness of data Incorporation of constraints, expert knowledge, and background knowledge in data mining Pattern evaluation and knowledge integration Mining diverse and heterogeneous kinds of data: e.g., bioinformatics, Web, software/system engineering, information networks Application-oriented and domain-specific data mining Invisible data mining (embedded in other functional modules) Protection of security, integrity, and privacy in data mining
32 Summary of Section 1.1 Data Mining is a process of extracting knowledge from data Data to be mined can be of any type Relational Databases, Advanced databases, etc. Knowledge to be discovered Frequent patterns, correlations, associations, classification, prediction, clustering Techniques to be used Statistics, machine learning, visualization, etc. Data Mining is interdisciplinary Large amount of complex data and sophisticated applications Challenges of data Mining Efficiency, scalability, parallel and distributed mining, handling high dimensionality, handling noisy data, mining heterogeneous data, etc.
Data Warehousing and Data Mining
Data Warehousing and Data Mining Winter Semester 2012/2013 Free University of Bozen, Bolzano DM Lecturer: Mouna Kacimi [email protected] http://www.inf.unibz.it/dis/teaching/dwdm/index.html Organization
Data Mining Introduction
Data Mining Introduction Organization Lectures Mondays and Thursdays from 10:30 to 12:30 Lecturer: Mouna Kacimi Office hours: appointment by email Labs Thursdays from 14:00 to 16:00 Teaching Assistant:
Introduction to Data Mining
Introduction to Data Mining 1 Why Data Mining? Explosive Growth of Data Data collection and data availability Automated data collection tools, Internet, smartphones, Major sources of abundant data Business:
Information Management course
Università degli Studi di Milano Master Degree in Computer Science Information Management course Teacher: Alberto Ceselli Lecture 01 : 06/10/2015 Practical informations: Teacher: Alberto Ceselli ([email protected])
DATA MINING CONCEPTS AND TECHNIQUES. Marek Maurizio E-commerce, winter 2011
DATA MINING CONCEPTS AND TECHNIQUES Marek Maurizio E-commerce, winter 2011 INTRODUCTION Overview of data mining Emphasis is placed on basic data mining concepts Techniques for uncovering interesting data
Introduction. A. Bellaachia Page: 1
Introduction 1. Objectives... 3 2. What is Data Mining?... 4 3. Knowledge Discovery Process... 5 4. KD Process Example... 7 5. Typical Data Mining Architecture... 8 6. Database vs. Data Mining... 9 7.
Introduction to Data Mining
Bioinformatics Ying Liu, Ph.D. Laboratory for Bioinformatics University of Texas at Dallas Spring 2008 Introduction to Data Mining 1 Motivation: Why data mining? What is data mining? Data Mining: On what
Data Mining: Concepts and Techniques. Jiawei Han. Micheline Kamber. Simon Fräser University К MORGAN KAUFMANN PUBLISHERS. AN IMPRINT OF Elsevier
Data Mining: Concepts and Techniques Jiawei Han Micheline Kamber Simon Fräser University К MORGAN KAUFMANN PUBLISHERS AN IMPRINT OF Elsevier Contents Foreword Preface xix vii Chapter I Introduction I I.
Data Mining - Introduction
Data Mining - Introduction Peter Brezany Institut für Scientific Computing Universität Wien Tel. 4277 39425 Sprechstunde: Di, 13.00-14.00 Outline Business Intelligence and its components Knowledge discovery
International Journal of Scientific & Engineering Research, Volume 5, Issue 4, April-2014 442 ISSN 2229-5518
International Journal of Scientific & Engineering Research, Volume 5, Issue 4, April-2014 442 Over viewing issues of data mining with highlights of data warehousing Rushabh H. Baldaniya, Prof H.J.Baldaniya,
(b) How data mining is different from knowledge discovery in databases (KDD)? Explain.
Q2. (a) List and describe the five primitives for specifying a data mining task. Data Mining Task Primitives (b) How data mining is different from knowledge discovery in databases (KDD)? Explain. IETE
Data Mining: Concepts and Techniques
Data Mining: Concepts and Techniques Chapter 1 Introduction SURESH BABU M ASST PROF IT DEPT VJIT 1 Chapter 1. Introduction Motivation: Why data mining? What is data mining? Data Mining: On what kind of
1. What are the uses of statistics in data mining? Statistics is used to Estimate the complexity of a data mining problem. Suggest which data mining
1. What are the uses of statistics in data mining? Statistics is used to Estimate the complexity of a data mining problem. Suggest which data mining techniques are most likely to be successful, and Identify
Data mining in the e-learning domain
Data mining in the e-learning domain The author is Education Liaison Officer for e-learning, Knowsley Council and University of Liverpool, Wigan, UK. Keywords Higher education, Classification, Data encapsulation,
International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014
RESEARCH ARTICLE OPEN ACCESS A Survey of Data Mining: Concepts with Applications and its Future Scope Dr. Zubair Khan 1, Ashish Kumar 2, Sunny Kumar 3 M.Tech Research Scholar 2. Department of Computer
Data Mining System, Functionalities and Applications: A Radical Review
Data Mining System, Functionalities and Applications: A Radical Review Dr. Poonam Chaudhary System Programmer, Kurukshetra University, Kurukshetra Abstract: Data Mining is the process of locating potentially
Introduction to Data Mining
Introduction to Data Mining Jay Urbain Credits: Nazli Goharian & David Grossman @ IIT Outline Introduction Data Pre-processing Data Mining Algorithms Naïve Bayes Decision Tree Neural Network Association
ECLT 5810 E-Commerce Data Mining Techniques - Introduction. Prof. Wai Lam
ECLT 5810 E-Commerce Data Mining Techniques - Introduction Prof. Wai Lam Data Opportunities Business infrastructure have improved the ability to collect data Virtually every aspect of business is now open
Syllabus. HMI 7437: Data Warehousing and Data/Text Mining for Healthcare
Syllabus HMI 7437: Data Warehousing and Data/Text Mining for Healthcare 1. Instructor Illhoi Yoo, Ph.D Office: 404 Clark Hall Email: [email protected] Office hours: TBA Classroom: TBA Class hours: TBA
Data Mining and Business Intelligence CIT-6-DMB. http://blackboard.lsbu.ac.uk. Faculty of Business 2011/2012. Level 6
Data Mining and Business Intelligence CIT-6-DMB http://blackboard.lsbu.ac.uk Faculty of Business 2011/2012 Level 6 Table of Contents 1. Module Details... 3 2. Short Description... 3 3. Aims of the Module...
SPATIAL DATA CLASSIFICATION AND DATA MINING
, pp.-40-44. Available online at http://www. bioinfo. in/contents. php?id=42 SPATIAL DATA CLASSIFICATION AND DATA MINING RATHI J.B. * AND PATIL A.D. Department of Computer Science & Engineering, Jawaharlal
Data Mining: Concepts and Techniques Chapter 1 Introduction
Data Mining: Concepts and Techniques Chapter 1 Introduction October 25, 2013 Data Mining: Concepts and Techniques 1 Chapter 1. Introduction Motivation: Why data mining? What is data mining? Data Mining:
Data Mining: Concepts and Techniques. (3 rd ed.) Chapter 1
Data Mining: Concepts and Techniques (3 rd ed.) Chapter 1 Jiawei Han, Micheline Kamber, and Jian Pei University of Illinois at Urbana-Champaign & Simon Fraser University 2013 Han, Kamber & Pei. All rights
Data Mining and Exploration. Data Mining and Exploration: Introduction. Relationships between courses. Overview. Course Introduction
Data Mining and Exploration Data Mining and Exploration: Introduction Amos Storkey, School of Informatics January 10, 2006 http://www.inf.ed.ac.uk/teaching/courses/dme/ Course Introduction Welcome Administration
OLAP and Data Mining. Data Warehousing and End-User Access Tools. Introducing OLAP. Introducing OLAP
Data Warehousing and End-User Access Tools OLAP and Data Mining Accompanying growth in data warehouses is increasing demands for more powerful access tools providing advanced analytical capabilities. Key
Introduction to Data Mining and Machine Learning Techniques. Iza Moise, Evangelos Pournaras, Dirk Helbing
Introduction to Data Mining and Machine Learning Techniques Iza Moise, Evangelos Pournaras, Dirk Helbing Iza Moise, Evangelos Pournaras, Dirk Helbing 1 Overview Main principles of data mining Definition
Database Marketing, Business Intelligence and Knowledge Discovery
Database Marketing, Business Intelligence and Knowledge Discovery Note: Using material from Tan / Steinbach / Kumar (2005) Introduction to Data Mining,, Addison Wesley; and Cios / Pedrycz / Swiniarski
Introduction to Data Mining and Business Intelligence Lecture 1/DMBI/IKI83403T/MTI/UI
Introduction to Data Mining and Business Intelligence Lecture 1/DMBI/IKI83403T/MTI/UI Yudho Giri Sucahyo, Ph.D, CISA ([email protected]) Faculty of Computer Science, University of Indonesia Objectives
Dynamic Data in terms of Data Mining Streams
International Journal of Computer Science and Software Engineering Volume 2, Number 1 (2015), pp. 1-6 International Research Publication House http://www.irphouse.com Dynamic Data in terms of Data Mining
Search and Data Mining: Techniques. Applications Anya Yarygina Boris Novikov
Search and Data Mining: Techniques Applications Anya Yarygina Boris Novikov Introduction Data mining applications Data mining system products and research prototypes Additional themes on data mining Social
Building Data Cubes and Mining Them. Jelena Jovanovic Email: [email protected]
Building Data Cubes and Mining Them Jelena Jovanovic Email: [email protected] KDD Process KDD is an overall process of discovering useful knowledge from data. Data mining is a particular step in the
Data Mining for Fun and Profit
Data Mining for Fun and Profit Data mining is the extraction of implicit, previously unknown, and potentially useful information from data. - Ian H. Witten, Data Mining: Practical Machine Learning Tools
Concept and Applications of Data Mining. Week 1
Concept and Applications of Data Mining Week 1 Topics Introduction Syllabus Data Mining Concepts Team Organization Introduction Session Your name and major The dfiiti definition of dt data mining i Your
Data Warehousing and Data Mining. A.A. 04-05 Datawarehousing & Datamining 1
Data Warehousing and Data Mining A.A. 04-05 Datawarehousing & Datamining 1 Outline 1. Introduction and Terminology 2. Data Warehousing 3. Data Mining Association rules Sequential patterns Classification
Data Mining: Overview. What is Data Mining?
Data Mining: Overview What is Data Mining? Recently * coined term for confluence of ideas from statistics and computer science (machine learning and database methods) applied to large databases in science,
DATA MINING TECHNIQUES AND APPLICATIONS
DATA MINING TECHNIQUES AND APPLICATIONS Mrs. Bharati M. Ramageri, Lecturer Modern Institute of Information Technology and Research, Department of Computer Application, Yamunanagar, Nigdi Pune, Maharashtra,
AMIS 7640 Data Mining for Business Intelligence
The Ohio State University The Max M. Fisher College of Business Department of Accounting and Management Information Systems AMIS 7640 Data Mining for Business Intelligence Autumn Semester 2013, Session
Data Mining and Knowledge Discovery in Databases (KDD) State of the Art. Prof. Dr. T. Nouri Computer Science Department FHNW Switzerland
Data Mining and Knowledge Discovery in Databases (KDD) State of the Art Prof. Dr. T. Nouri Computer Science Department FHNW Switzerland 1 Conference overview 1. Overview of KDD and data mining 2. Data
Keywords Big Data; OODBMS; RDBMS; hadoop; EDM; learning analytics, data abundance.
Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Analytics
IMPROVING DATA INTEGRATION FOR DATA WAREHOUSE: A DATA MINING APPROACH
IMPROVING DATA INTEGRATION FOR DATA WAREHOUSE: A DATA MINING APPROACH Kalinka Mihaylova Kaloyanova St. Kliment Ohridski University of Sofia, Faculty of Mathematics and Informatics Sofia 1164, Bulgaria
Data Mining Solutions for the Business Environment
Database Systems Journal vol. IV, no. 4/2013 21 Data Mining Solutions for the Business Environment Ruxandra PETRE University of Economic Studies, Bucharest, Romania [email protected] Over
131-1. Adding New Level in KDD to Make the Web Usage Mining More Efficient. Abstract. 1. Introduction [1]. 1/10
1/10 131-1 Adding New Level in KDD to Make the Web Usage Mining More Efficient Mohammad Ala a AL_Hamami PHD Student, Lecturer m_ah_1@yahoocom Soukaena Hassan Hashem PHD Student, Lecturer soukaena_hassan@yahoocom
An Overview of Database management System, Data warehousing and Data Mining
An Overview of Database management System, Data warehousing and Data Mining Ramandeep Kaur 1, Amanpreet Kaur 2, Sarabjeet Kaur 3, Amandeep Kaur 4, Ranbir Kaur 5 Assistant Prof., Deptt. Of Computer Science,
Data Mining Analytics for Business Intelligence and Decision Support
Data Mining Analytics for Business Intelligence and Decision Support Chid Apte, T.J. Watson Research Center, IBM Research Division Knowledge Discovery and Data Mining (KDD) techniques are used for analyzing
Principles of Data Mining by Hand&Mannila&Smyth
Principles of Data Mining by Hand&Mannila&Smyth Slides for Textbook Ari Visa,, Institute of Signal Processing Tampere University of Technology October 4, 2010 Data Mining: Concepts and Techniques 1 Differences
Data Mining as Part of Knowledge Discovery in Databases (KDD)
Mining as Part of Knowledge Discovery in bases (KDD) Presented by Naci Akkøk as part of INF4180/3180, Advanced base Systems, fall 2003 (based on slightly modified foils of Dr. Denise Ecklund from 6 November
Data Mining: Concepts and Techniques
Data Mining: Concepts and Techniques Chapter I: Introduction to Data Mining We are in an age often referred to as the information age. In this information age, because we believe that information leads
Integrated Data Mining and Knowledge Discovery Techniques in ERP
Integrated Data Mining and Knowledge Discovery Techniques in ERP I Gandhimathi Amirthalingam, II Rabia Shaheen, III Mohammad Kousar, IV Syeda Meraj Bilfaqih I,III,IV Dept. of Computer Science, King Khalid
Data Warehousing and OLAP Technology for Knowledge Discovery
542 Data Warehousing and OLAP Technology for Knowledge Discovery Aparajita Suman Abstract Since time immemorial, libraries have been generating services using the knowledge stored in various repositories
DATA WAREHOUSING AND OLAP TECHNOLOGY
DATA WAREHOUSING AND OLAP TECHNOLOGY Manya Sethi MCA Final Year Amity University, Uttar Pradesh Under Guidance of Ms. Shruti Nagpal Abstract DATA WAREHOUSING and Online Analytical Processing (OLAP) are
Importance or the Role of Data Warehousing and Data Mining in Business Applications
Journal of The International Association of Advanced Technology and Science Importance or the Role of Data Warehousing and Data Mining in Business Applications ATUL ARORA ANKIT MALIK Abstract Information
An Overview of Knowledge Discovery Database and Data mining Techniques
An Overview of Knowledge Discovery Database and Data mining Techniques Priyadharsini.C 1, Dr. Antony Selvadoss Thanamani 2 M.Phil, Department of Computer Science, NGM College, Pollachi, Coimbatore, Tamilnadu,
Data Mining. Vera Goebel. Department of Informatics, University of Oslo
Data Mining Vera Goebel Department of Informatics, University of Oslo 2011 1 Lecture Contents Knowledge Discovery in Databases (KDD) Definition and Applications OLAP Architectures for OLAP and KDD KDD
5.5 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall. Figure 5-2
Class Announcements TIM 50 - Business Information Systems Lecture 15 Database Assignment 2 posted Due Tuesday 5/26 UC Santa Cruz May 19, 2015 Database: Collection of related files containing records on
Data Mining. Introduction to Modern Information Retrieval from Databases and the Web. Administrivia
Administrivia Data Mining Introduction to Modern Information Retrieval from Databases and the Web Instructor: Kostis Sagonas (MIC, Hus 1, 352) Course home page: http://user.it.uu.se/~kostis/teaching/dm-05/
Data Mining: Concepts and Techniques
Slides related to: Data Mining: Concepts and Techniques Chapter 1 and 2 Introduction and Data preprocessing Jiawei Han and Micheline Kamber Department of Computer Science University of Illinois at Urbana-Champaign
Copyright 2007 Ramez Elmasri and Shamkant B. Navathe. Slide 29-1
Slide 29-1 Chapter 29 Overview of Data Warehousing and OLAP Chapter 29 Outline Purpose of Data Warehousing Introduction, Definitions, and Terminology Comparison with Traditional Databases Characteristics
Data Mining is sometimes referred to as KDD and DM and KDD tend to be used as synonyms
Data Mining Techniques forcrm Data Mining The non-trivial extraction of novel, implicit, and actionable knowledge from large datasets. Extremely large datasets Discovery of the non-obvious Useful knowledge
Foundations of Business Intelligence: Databases and Information Management
Foundations of Business Intelligence: Databases and Information Management Problem: HP s numerous systems unable to deliver the information needed for a complete picture of business operations, lack of
PRACTICAL DATA MINING IN A LARGE UTILITY COMPANY
QÜESTIIÓ, vol. 25, 3, p. 509-520, 2001 PRACTICAL DATA MINING IN A LARGE UTILITY COMPANY GEORGES HÉBRAIL We present in this paper the main applications of data mining techniques at Electricité de France,
DATA MINING TECHNOLOGY. Keywords: data mining, data warehouse, knowledge discovery, OLAP, OLAM.
DATA MINING TECHNOLOGY Georgiana Marin 1 Abstract In terms of data processing, classical statistical models are restrictive; it requires hypotheses, the knowledge and experience of specialists, equations,
DATA MINING AND WAREHOUSING CONCEPTS
CHAPTER 1 DATA MINING AND WAREHOUSING CONCEPTS 1.1 INTRODUCTION The past couple of decades have seen a dramatic increase in the amount of information or data being stored in electronic format. This accumulation
Course 803401 DSS. Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization
Oman College of Management and Technology Course 803401 DSS Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization CS/MIS Department Information Sharing
DATA MINING: AN OVERVIEW
DATA MINING: AN OVERVIEW Samir Farooqi I.A.S.R.I., Library Avenue, Pusa, New Delhi-110 012 [email protected] 1. Introduction Rapid advances in data collection and storage technology have enables organizations
Introduction to Data Mining
Chapter I: Introduction to Data Mining We are in an age often referred to as the information age. In this information age, because we believe that information leads to power and success, and thanks to
Example application (1) Telecommunication. Lecture 1: Data Mining Overview and Process. Example application (2) Health
Lecture 1: Data Mining Overview and Process What is data mining? Example applications Definitions Multi disciplinary Techniques Major challenges The data mining process History of data mining Data mining
How to use Big Data in Industry 4.0 implementations. LAURI ILISON, PhD Head of Big Data and Machine Learning
How to use Big Data in Industry 4.0 implementations LAURI ILISON, PhD Head of Big Data and Machine Learning Big Data definition? Big Data is about structured vs unstructured data Big Data is about Volume
What is Data Mining?
Introduction What is Data Mining? Data Mining: Concepts and Techniques Slides for Course Data Mining Chapter 1 Jiawei Han 1 Necessity Is the Mother of Invention Data explosion problem Automated data collection
Chapter ML:XI. XI. Cluster Analysis
Chapter ML:XI XI. Cluster Analysis Data Mining Overview Cluster Analysis Basics Hierarchical Cluster Analysis Iterative Cluster Analysis Density-Based Cluster Analysis Cluster Evaluation Constrained Cluster
Prediction of Heart Disease Using Naïve Bayes Algorithm
Prediction of Heart Disease Using Naïve Bayes Algorithm R.Karthiyayini 1, S.Chithaara 2 Assistant Professor, Department of computer Applications, Anna University, BIT campus, Tiruchirapalli, Tamilnadu,
The Scientific Data Mining Process
Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In
Chapter 5. Warehousing, Data Acquisition, Data. Visualization
Decision Support Systems and Intelligent Systems, Seventh Edition Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization 5-1 Learning Objectives
An Empirical Study of Application of Data Mining Techniques in Library System
An Empirical Study of Application of Data Mining Techniques in Library System Veepu Uppal Department of Computer Science and Engineering, Manav Rachna College of Engineering, Faridabad, India Gunjan Chindwani
Data Warehousing and Data Mining in Business Applications
133 Data Warehousing and Data Mining in Business Applications Eesha Goel CSE Deptt. GZS-PTU Campus, Bathinda. Abstract Information technology is now required in all aspect of our lives that helps in business
Alexander Nikov. 5. Database Systems and Managing Data Resources. Learning Objectives. RR Donnelley Tries to Master Its Data
INFO 1500 Introduction to IT Fundamentals 5. Database Systems and Managing Data Resources Learning Objectives 1. Describe how the problems of managing data resources in a traditional file environment are
Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization
Turban, Aronson, and Liang Decision Support Systems and Intelligent Systems, Seventh Edition Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization
An Introduction to Data Mining. Big Data World. Related Fields and Disciplines. What is Data Mining? 2/12/2015
An Introduction to Data Mining for Wind Power Management Spring 2015 Big Data World Every minute: Google receives over 4 million search queries Facebook users share almost 2.5 million pieces of content
Data Warehouse: Introduction
Base and Mining Group of Base and Mining Group of Base and Mining Group of Base and Mining Group of Base and Mining Group of Base and Mining Group of Base and Mining Group of base and data mining group,
Data Mining: Motivations and Concepts
POLYTECHNIC UNIVERSITY Department of Computer Science / Finance and Risk Engineering Data Mining: Motivations and Concepts K. Ming Leung Abstract: We discuss here the need, the goals, and the primary tasks
A STUDY OF DATA MINING ACTIVITIES FOR MARKET RESEARCH
205 A STUDY OF DATA MINING ACTIVITIES FOR MARKET RESEARCH ABSTRACT MR. HEMANT KUMAR*; DR. SARMISTHA SARMA** *Assistant Professor, Department of Information Technology (IT), Institute of Innovation in Technology
How To Use Data Mining For Knowledge Management In Technology Enhanced Learning
Proceedings of the 6th WSEAS International Conference on Applications of Electrical Engineering, Istanbul, Turkey, May 27-29, 2007 115 Data Mining for Knowledge Management in Technology Enhanced Learning
Chapter 6. Foundations of Business Intelligence: Databases and Information Management
Chapter 6 Foundations of Business Intelligence: Databases and Information Management VIDEO CASES Case 1a: City of Dubuque Uses Cloud Computing and Sensors to Build a Smarter, Sustainable City Case 1b:
The basic data mining algorithms introduced may be enhanced in a number of ways.
DATA MINING TECHNOLOGIES AND IMPLEMENTATIONS The basic data mining algorithms introduced may be enhanced in a number of ways. Data mining algorithms have traditionally assumed data is memory resident,
Data Integration and ETL Process
Data Integration and ETL Process Krzysztof Dembczyński Intelligent Decision Support Systems Laboratory (IDSS) Poznań University of Technology, Poland Software Development Technologies Master studies, second
Sanjeev Kumar. contribute
RESEARCH ISSUES IN DATAA MINING Sanjeev Kumar I.A.S.R.I., Library Avenue, Pusa, New Delhi-110012 [email protected] 1. Introduction The field of data mining and knowledgee discovery is emerging as a
Statistical Models in Data Mining
Statistical Models in Data Mining Sargur N. Srihari University at Buffalo The State University of New York Department of Computer Science and Engineering Department of Biostatistics 1 Srihari Flood of
Introduction to Pattern Recognition
Introduction to Pattern Recognition Selim Aksoy Department of Computer Engineering Bilkent University [email protected] CS 551, Spring 2009 CS 551, Spring 2009 c 2009, Selim Aksoy (Bilkent University)
How To Solve The Kd Cup 2010 Challenge
A Lightweight Solution to the Educational Data Mining Challenge Kun Liu Yan Xing Faculty of Automation Guangdong University of Technology Guangzhou, 510090, China [email protected] [email protected]
Web Data Mining: A Case Study. Abstract. Introduction
Web Data Mining: A Case Study Samia Jones Galveston College, Galveston, TX 77550 Omprakash K. Gupta Prairie View A&M, Prairie View, TX 77446 [email protected] Abstract With an enormous amount of data stored
The Data Mining Process
Sequence for Determining Necessary Data. Wrong: Catalog everything you have, and decide what data is important. Right: Work backward from the solution, define the problem explicitly, and map out the data
CHAPTER-24 Mining Spatial Databases
CHAPTER-24 Mining Spatial Databases 24.1 Introduction 24.2 Spatial Data Cube Construction and Spatial OLAP 24.3 Spatial Association Analysis 24.4 Spatial Clustering Methods 24.5 Spatial Classification
Azure Machine Learning, SQL Data Mining and R
Azure Machine Learning, SQL Data Mining and R Day-by-day Agenda Prerequisites No formal prerequisites. Basic knowledge of SQL Server Data Tools, Excel and any analytical experience helps. Best of all:
Applications and Trends in Data Mining
ORIENTAL JOURNAL OF COMPUTER SCIENCE & TECHNOLOGY An International Open Free Access, Peer Reviewed Research Journal Published By: Oriental Scientific Publishing Co., India. www.computerscijournal.org ISSN:
CSE 544 Principles of Database Management Systems. Magdalena Balazinska Fall 2007 Lecture 16 - Data Warehousing
CSE 544 Principles of Database Management Systems Magdalena Balazinska Fall 2007 Lecture 16 - Data Warehousing Class Projects Class projects are going very well! Project presentations: 15 minutes On Wednesday
Data Mining and Machine Learning in Bioinformatics
Data Mining and Machine Learning in Bioinformatics PRINCIPAL METHODS AND SUCCESSFUL APPLICATIONS Ruben Armañanzas http://mason.gmu.edu/~rarmanan Adapted from Iñaki Inza slides http://www.sc.ehu.es/isg
