DATA ANALYSIS USING BUSINESS INTELLIGENCE TOOL. A Thesis. Presented to the. Faculty of. San Diego State University. In Partial Fulfillment

Size: px
Start display at page:

Download "DATA ANALYSIS USING BUSINESS INTELLIGENCE TOOL. A Thesis. Presented to the. Faculty of. San Diego State University. In Partial Fulfillment"

Transcription

1 DATA ANALYSIS USING BUSINESS INTELLIGENCE TOOL A Thesis Presented to the Faculty of San Diego State University In Partial Fulfillment of the Requirements for the Degree Master of Science in Computer Science by Vikas Kumar Spring 2013

2

3 iii Copyright 2013 by Vikas Kumar All Rights Reserved

4 iv DEDICATION To my father Mr. B.P. Singh, and my mother Mrs. Meena Singh, my family and friends who have always given me endless support and love.

5 v ABSTRACT OF THE THESIS Data Analysis Using Business Intelligence Tool by Vikas Kumar Master of Science in Computer Science San Diego State University, 2013 Information is growing at a very high rate. As information grows, the need for organizations to manage it and to make it process-able grows as well. So, as the amount of the information grows it becomes a problem to get the right one at the right place for the right people. And this in fact is certainly important for a successful enterprise. That's the reason why Business intelligence is today's tech priority. Business Intelligence is the process of going from raw data to legible information. A BI solution helps to transform raw data into actionable information which helps support business decision making.this can help firms to develop new opportunities. By identifying these opportunities, and implementing an effective strategy, can provide a competitive market advantage and long-term stability. In this report, we will see how to analyze and visualize vast amounts of data to help us make better business decisions using a Business Intelligence tool.

6 vi TABLE OF CONTENTS PAGE ABSTRACT...v LIST OF FIGURES... vii ACKNOWLEDGEMENTS... viii CHAPTER 1 INTRODUCTION Why Business Intelligence Benefits of Using Business Intelligence BUSINESS INTELLIGENCE CONCEPT FUNCTIONS OF BUSINESS INTELLIGENCE Functions Which Can Be Performed Using Business Intelligence Popular KDP Models Nine-Step Model by Fayyad et al CRISP-DM (Cross-Industry Standard Process for Data Mining) Model Six-Step Model by Cios et al BUSINESS INTELLIGENCE IMPLEMENTATION, CREATING DATA MART AND DASHBOARD DESIGN CONCLUSION...20 REFERENCES...21

7 vii LIST OF FIGURES PAGE Figure 2.1. Figure showing business intelligence component....3 Figure 2.2. Dashboard showing Sales in different continents....5 Figure 3.1. Dashboard showing total sales by year through different Sales Channel...7 Figure 3.2. Dashboard showing total sales in different countries in Asia Pacific....7 Figure 3.3. Shows sequential structure of the KDP model....8 Figure 3.4. The six-step KDP model Figure 4.1. Data source 1 (contains product ID, customer ID, customer name, sales channel, unit sold and date sold) Figure 4.2. Data source Figure 4.3. Data source 2 (contains, product ID, product name, STD cost and STD price) Figure 4.4. Data source Figure 4.5. Figure shows the created data mart using data source Figure 4.6. Shows SQL script Figure 4.7. Dashboard showing total sales by year, by country, by continent, through different Sales Channel and the total profit Figure 4.8. Dashboard showing total sales by year, by country, by continent, the total profit through direct sales Figure 4.9. Dashboard showing total sales in different countries in Asia Pacific Figure Dashboard showing total sales and total profit in different countries in Asia Pacific....19

8 viii ACKNOWLEDGEMENTS First of all, I would like to express my deepest thanks to Dr. Roman Swiniarski for giving me an opportunity to work on this project and for being a chair person for this project. Every suggestion made by him encouraged me towards development of this project. Despite of his busy work schedule he has been continuously supported and motivated me throughout the project work. I am grateful to Dr. Joseph Lewis and Professor Mahasweta Sarkar for being on my committee and for their help and cooperation. Finally, I would like to convey my gratitude to all the people, especially my wife Mrs. Priyam Singh and my manager Mr. Julian Vanderpump who have supported and encouraged me in completing this thesis project.

9 1 CHAPTER 1 INTRODUCTION Information is growing at a very high rate. As information grows, the need for organizations to manage it and to make it process-able grows as well. So, as the amount of the information grows it becomes a problem to get the right one at the right place for the right people. And this in fact is certainly important for a successful enterprise. Business Intelligence is a technology to manage, export and present the raw data in a useful and meaningful way which can help any organization to make correct business decisions. Business Intelligence present the raw data in a useful and meaningful way which can help any organization to make correct business decisions. Business intelligence aims to support better business decision-making. BI relies on data collected from other systems, so the quality of the data is very important to BI. 1.1 WHY BUSINESS INTELLIGENCE The goal of BI is to help decision-makers make more informed and better decisions to guide the business.bi allows organizations to get a more accurate and detailed picture of what is going on in terms of business and customers. It can do this in different ways through accurate view of costs, liabilities, risks, customer buying patterns, supplier cost-effectiveness, etc. 1.2 BENEFITS OF USING BUSINESS INTELLIGENCE Some of the benefits of having a Business Intelligence system include the ability to access data in a common format from multiple sources and a way to measure goals and analyze data. A well-executed and maintained Business Intelligence environment will: 1. Eliminates Guess Work: Business intelligence can provide more accurate historical data and can give real-time updates. Management is able to see detailed, current data on all aspects of the business like financial data, production data, and customer data. Hence management can make fact-based decisions and not just a guess work. 2. Helps in identifying business opportunity: Business intelligence can help a company assess its own capabilities; compare its relative strengths and weaknesses against its competitors; identify trends and market conditions; and respond quickly to change to gain a competitive advantage and to identify new business opportunity.

10 3. Helps in understanding customer behavior: Identify, track and monitor customer purchase habits to effectively segment current and future customer base and gives insight into customer behavior. 4. Helps in setting realistic goals: Business Intelligence enables organizations to accurately identify current performance levels though data analysis, allows setting realistic goals and helps in comparing it with some benchmark. 5. Helps in Identifying cross-selling and up-selling opportunities: By analyzing customer s behavior and patterns, sales representatives can up-sell and cross-sell products at appropriate customer. 6. Improves efficiency: Using Business Intelligence information can be centralized and can be viewed in a dashboard or report, saving enormous amounts of time and eliminating inefficiencies. 2

11 3 CHAPTER 2 BUSINESS INTELLIGENCE CONCEPT Business Intelligence is the process of going from raw data to legible information. It is a tool to consolidate, analyze, and visualize vast amounts of data to help users make better business decisions. A BI solution helps to transform raw data into actionable information which helps support business decision making. Business intelligence systems are primarily focused on reporting, querying, and analysis of data residing in an enterprise data warehouse (EDW), and both dependent and independent data marts. Business Intelligence comprises of 5 main components, these components are Data Source, ETL (Extract, Transform, and Load), Data Ware house/ Data Marts and Interactive Dashboards and Reports. Figure 2.1 shows the component of BI System. Data Source 1 Data ETL (Extract, Transform, Load) Data Marts and Data Warehouse Reports and Dashboards Source 2 Figure 2.1. Figure showing business intelligence component. 1. Data Source: Let s first define what data is. Data can be any facts and statistics collected together for reference or analysis. Hence any source of date like people, documents, products, activities, events and records from which data are obtained can be called as Data Source. 2. ETL (Extract, Transform, and Load): The process of extracting data from source systems and bringing it into the data warehouse is commonly called ETL. ETL is stands for Extraction, Transformation, Loading these are three database functions to pull data from one or more data source and place it into another database or Data Warehouse. ETL is used to migrate data from one database to another and to form data marts and data warehouses and also to convert databases from one format or type to another.

12 a. Extract: Extract is the process of extracting or reading data from a data source or from database. b. Transform: Transform is the process of converting the extracted data from its data source form into the form it needs to be in so that it can be placed into data Warehouse or another database. The transform stage applies a series of rules or functions to the extracted data from the data source to derive the data for loading into the end target. c. Load: Load is the process of loading the data into the target database or the data warehouse. 3. Data Warehouse: A data warehouse is a place to store data; it s a database which can be used for reporting, query and data analysis. It is a central repository of data which is created by integrating data from one or more data sources. a. Characteristics of Data Warehousing: There are four characteristics of Data Warehouse as set by William Inmon. i. Subject Oriented: Data warehouses are designed to help analyze data therefore it should be constructed as per the analysis are to done on it. For example: To learn about any organization sales data we must build a data warehouse that concentrates on sales. ii. Integrated: We get data from many sources which can be in different format, so we should convert them to a single format which will reduce inconsistency and will be useful for further interpretation. iii. Nonvolatile: Once the data loaded into the data warehouse, there should not be any correction or alteration of the data. It s better to verify the data before loading it into data warehouse since modifying a data in a warehouse take lots of time and effort. iv. Time Variant: In order to identify the change in business trends large amount of data has to be analyzed in a short duration of time it is Time variant, this means that data can change with time and any data that is changed in the data warehouse can be tracked. 4. Data Marts: A Data Mart is a database that has the same characteristics as a data warehouse, but is usually smaller and is focused on the data for one division or one workgroup within an enterprise (e.g. Sales data or Finance data).we can also say that data mart is a subset of the data warehouse that is usually oriented to a specific business line or team. The primary use for a data mart is business intelligence (BI) applications which can be used to gather, store, access and analyze data. Data Mart takes less time to implement and is less expensive as compared to Data warehouse. There are two basic types of data marts: dependent and independent. The categorization is based primarily on the data source that feeds the data mart. Dependent data marts draw data from a central data warehouse that has already been created. Independent data marts, in contrast, are standalone systems built by drawing data directly from operational or external sources of data. 4

13 5. Reports and Dashboards: We can create many kinds of reports and dashboards using Business Intelligence which can be highly customizable and interactive. These dashboards can be used to analyze data and make decisions; these dashboards can be very interactive and can be very user friendly. For example Figure 2.2, is a dashboard showing Sales in different continents which is very interactive. 5 Figure 2.2. Dashboard showing Sales in different continents.

14 6 CHAPTER 3 FUNCTIONS OF BUSINESS INTELLIGENCE 3.1 FUNCTIONS WHICH CAN BE PERFORMED USING BUSINESS INTELLIGENCE 1. Reporting: We can create many kinds of reports and dashboards using Business Intelligence which can be highly customizable and interactive. For example, Figure 3.1 gives total sales by year through different Sales Channel (Retail, Online, and Direct Sales). 2. Analytics: Analytics is the discovery and communication of meaningful patterns in data [5]. Analytics is an umbrella term that encapsulates data collection, statistics, data mining, and decision. a. There are three types of data analysis: i. Predictive (forecasting): Predictive data analysis is a technique that analyze current and historical fact to make predictions about future. In business we look at patterns through historical and transactional data to identify risks and opportunities. ii. Descriptive: Descriptive data analysis provides simple summaries about the data and about the observations that have been made. E.g. Sales data give only the performance of a Sales Person or the team. iii. Prescriptive: Prescriptive analytics is the area of business analytics (BA) dedicated to finding the best course of action for a given situation to optimize the accuracy of predictions and provide better decision options. 3. Business performance management: Business performance management (BPM) is a form of business intelligence used to monitor and manage a company's performance by collecting data from various sources, analyze it and use this knowledge to improve the company's performance. Key performance indicators (KPI) are used for this purpose. These KPIs include Sales, revenue, return on investment, overhead and operational costs. 4. Benchmarking: Business Intelligence can be used for Benchmarking which can be done by evaluation or comparing with the standard. Business uses benchmarking to identify those area in which they are either under-performing or exceeding the performance. For example: I am using QlikView BI for Benchmarking (Figure 3.2) and comparing the Total sales in different countries in Asia pacific against average sales (which is ) for year Here we see that only 16 countries have sales higher that the average sales (Nepal having the max sales amount). Hence, we can see how we can use Business Intelligence tool for Benchmarking.

15 7 Figure 3.1. Dashboard showing total sales by year through different Sales Channel Figure 3.2. Dashboard showing total sales in different countries in Asia Pacific. 5. Data Mining: Data Mining (sometimes called data or knowledge discovery) is the process of finding hidden patterns and relationships in the data and summarizing it into useful information. The users of Data Mining are often domain experts who not only own the data but also collect the data themselves.

16 8 Analyzing data involves the recognition of significant patterns. Human analysts can see patterns in small data sets. Specialized data mining tools are able to find patterns in large amounts of data. These tools are also able to analyze significant relationships that exist only when several dimensions are viewed at the same time. The aim of data mining is to make sense of large amounts of mostly unsupervised data, in any domain (e.g. Finance, Marketing, Sales). For any data to make sense, it should be understandable, valid, novel, and useful. Also, Data Mining is for analyzing large amount of data (data having millions of record) because small data sets can be easily analyzed using many standard techniques, or even manually. Data Mining is also called knowledge discovery. Knowledge Discovery Process (KDP) is defined as the non-trivial process of identifying valid, novel, potentially useful, and ultimately understandable patterns in data. Figure 3.3 Shows Sequential structure of the KDP model. It consists of many steps (one is DM), each attempting at the completion of a particular task. Input data (database, images, video, semistructured data, etc.) STEP 1 STEP 2 STEP n-1 STEP n Knowledge (patterns, rules, clusters, classification, associations, etc.) Figure 3.3. Shows sequential structure of the KDP model. Knowledge Discovery Process includes how the data is stored and accessed, how to use efficient and scalable algorithms, how to interpret and visualize the results, and how to model and support interaction between human and machine. It concerns support for learning and analyzing the application domain. In Knowledge Discovery Process model: The steps are executed in a sequence. the next step is initiated upon successful completion of the previous step - the result generated by the previous step are its input It stretches between the task of understanding the project domain and data, through data preparation and analysis, to evaluation and application of the generated results.

17 9 It is iterative, i.e. includes feedback loops that are triggered by revisions. 3.2 POPULAR KDP MODELS Although the models usually emphasize independence from specific applications and tools, they can be broadly divided into those that take into account industrial issues and those that do not (like Academic issues or both) 1. Nine-step model by Fayyad et al. (Academic Research Model) [1]. 2. CRISP-DM (Cross-Industry Standard Process for Data Mining) model (Industrial Research Model). 3. Six-step KDP model by Cios et al. (hybrid (academic/industrial Research Model)) [1] Nine-Step Model by Fayyad et al. 1. Developing and Understanding of the Application Domain: It includes learning the relevant prior knowledge and the goals specified by the end-user. 2. Creating a Target Data Set: It selects a subset of attributes and data points (examples), which will be used to perform discovery tasks. It includes querying the existing data to select a desired subset. 3. Data Cleaning and Preprocessing: It consists of removing outliers, dealing with noise and missing values, and accounting for time sequence information. 4. Data Reduction and Projection: It consists of finding useful attributes by applying dimension reduction and transformation methods, and finding invariant representation of the data. 5. Choosing the Data Mining Task: It matches the goals defined in step 1 with a particular DM method, such as classification, regression, clustering, etc. 6. Choosing the Data Mining Algorithm: It selects methods for searching patterns in the data, and decides which models and parameters may be appropriate. 7. Data Mining: It generates patterns in a particular representational form, such as classification rules, decision trees, regression models, trends, etc. 8. Interpreting Mined Patterns: It usually involves visualization of the extracted patterns and models, and visualization of the data. 9. Consolidating Discovered Knowledge: It consists of incorporating the discovered knowledge into the performance system, and documenting and reporting it to the end user. It may include checking and resolving potential conflicts with previously believed knowledge. In Nine- Step Model: The process is iterative. The model details technical description with respect to data analysis but lacks description of business aspects.

18 10 Major applications: A commercial Knowledge Discovery system called MineSet. Was used to facilitate projects in a number of domains including engineering, medicine, production, e-business, and software development CRISP-DM (Cross-Industry Standard Process for Data Mining) Model The CRISP-DM Model consists of six steps, which are summarized below: 1. Business Understanding: a. Focus is on understanding objectives and requirements from a business perspective. It converts them into a DM problem definition, and designs a preliminary project plan to achieve the objectives. It is broken into several substeps: i. determination of business objectives ii. assessment of situation iii. determination of DM goals, and iv. Generation of project plan. 2. Data Understanding: a. Starts with an initial data collection and familiarization with the data. Includes identification of data quality problems, discovery of initial insights into the data and detection of interesting data subsets. It is broken down into: i. collection of initial data ii. description of data iii. exploration of data, and iv. Verification of data quality. 3. Data preparation: a. Covers all activities to construct the final dataset, which constitutes the data to be fed into DM tool(s) in the next step. It includes table, record, and attribute selection, data cleaning, construction of new attributes, and data transformation. This step is divided into: i. selection of data ii. cleansing of data iii. construction of data iv. integration of data, and v. Formatting of data sub-steps.

19 4. Modeling: a. Selects and applies various modeling tools. It involves using several methods for the same DM problem and calibration of their parameters to optimal values. Since some methods require a specific format for input data, often reiteration into the previous step is necessary. This step is subdivided into: i. selection of modeling technique(s) ii. generation of test design iii. creation of models, and iv. Assessment of generated models. 5. Evaluation: a. After building one or more high quality (from a data analysis perspective) models, they are valuated from business objective perspective and review of the steps executed to construct the models is performed. A key objective is to determine if there are important business issues that have not been considered. At the end, a decision on the use of Data Mining result is reached. The key sub-steps include: i. evaluation of the results ii. process review iii. Determination of the next step. 6. Deployment: a. Involves organization and presentation of the discovered knowledge in a userfriendly way. Depending on the requirements, this can be as simple as generating a report or as complex as implementing a repeatable KDP. This step is subdivided into: i. planning of the deployment ii. planning of the monitoring and maintenance iii. generation of final report, and iv. Review of the process sub-steps. Crisp-DM Model: uses easy to understand vocabulary and is well documented acknowledges the iterative nature of the process with loops between the steps extensively used model, mainly because of its grounding in industrial real-world experience major applications medicine, engineering, marketing, sales Turned into a commercial KD system called Clementine. 11

20 3.2.3 Six-Step Model by Cios et al. It was inspired by the CRISP-DM model and adopted for academic research. Figure 3.4 [2] shows Six-step model by Cios et al [1]. The main differences and extensions include: providing more general, research-oriented description of the steps has a Data Mining step instead of the Modeling step Introducing several new explicit feedback mechanisms. The CRISP-DM model has only three major feedbacks, while this model has detailed feedback mechanisms modification of the last step; the knowledge discovered for a particular domain may be applied in other domains A description of the six steps follows: 1. Understanding the Problem Domain: Involves working closely with domain experts to define the problem and determine the project goals, identifying key people, and learning about current solutions to the problem. It involves learning domain-specific terminology. A description of the problem and its restrictions is prepared. Project goals are translated into the DM goals and initial selection of DM tools to be used is performed. 2. Understanding of the Data: Includes collection of sample data and deciding which data, including its format and size, will be needed. Background knowledge is used to guide these efforts. Data is checked for completeness, redundancy, missing values, plausibility of attribute values, etc. Includes verification of the usefulness of the data in respect to the DM goals. 3. Preparation of the Data: Concerns deciding what data will be used as input to DM tools in the next step. Involves sampling, running correlation and significance tests, data cleaning and checking completeness of data records, removing or correcting for noise and for missing values, etc. The cleaned data is further processed by feature selection and extraction algorithms (to reduce dimensionality), by derivation of new attributes (say by discretization), and by summarization of data.the results are data meeting specific input requirements of DM tools. 4. Data Mining: It involves using various DM methods to derive new knowledge or information from the preprocessed data. 5. Evaluation of the Discovered Knowledge: Includes understanding results, checking whether the discovered knowledge is novel and interesting, interpreting results by domain experts, and checking possible impact of the discovered knowledge. Only the approved models are retained and the entire process is revisited to identify which alternative actions could have been taken to improve the results. A list of errors made in the process is prepared. 12

21 13 Understanding of the Problem Domain Understanding of the Data input data (Database, images, video, semi-structured data, etc.) Preparation of the Data Data Mining Evaluation of the Discovered Knowledge knowledge (Patterns, rules, clusters, classifications, (Database, images, video, semi-structured data, etc.) associations, etc.) Use of the Discovered Knowledge Extend knowledge to other domains Figure 3.4. The six-step KDP model. Source: N. R. Pal and L. Jain, eds. Advanced Techniques in Data Mining and Knowledge Discovery. Springer, London, UK, Use of the Discovered Knowledge: It consists of planning where and how the discovered knowledge will be used. The application in the current domain may be extended to other domains. A plan to monitor the implementation of the discovered knowledge is created and the entire project is documented. Finally, the discovered knowledge is deployed.

22 14 CHAPTER 4 BUSINESS INTELLIGENCE IMPLEMENTATION, CREATING DATA MART AND DASHBOARD DESIGN I have used Qlikview Business Intelligence (BI) software for doing data analysis and creating dashboards and reports. QlikView can be used for all types of reporting, forecasting, and general data analysis of virtually any type of information (e.g., GA, AR, AP, sales, inventory, estimates, trends, etc.). And because it allows end users to interact with the data, QlikView can also be used in any field where real-time data analysis is needed (e.g., science, engineering, academic research, art, etc.). I am using a personal edition of QlikView which is free and we can download it from the QlikView website [3]. I have taken a sample sales data from the TM1 Tutorials website [4]. This data I found online and I am using this data for my analysis. This data contains: Data Source1: Figure 4.1 and Figure 4.2 shows the data source1. This data source contains CustomerID,Customer Name, Country, ProductID, Sales Channe, Date Sales, this data source has almost 1000 records. Data Source2: Figure 4.3 shows the data source2.this data source contains Product Information like Product ID, Product Name, Standard Cost of Product and its Standard Price. Date Source3: Figure 4.4 shows the data source 3.This data source contains the Country data and it s Continent. Figure 4.5 is the Screen Shot Showing Data Marts and how table are linked. Figure 4.6 is the Screen Shot Showing Qlikview Scripts which is like SQL Statement. Figure 4.7 is the Screen Shot Showing Total Sales by Year, by country, by continent, through different Sales Channel and the total profit. If we select Sales Channel as Direct (which turns green after selection), the dashborad will look like which will give us information aout Total Sales by Year, by country, by continent, the total profit through direct sales is shown in Figure 4.8. This dashboard also has a drill down functionality, suppose we want to see total sales in different countries in Asia Pacific, we can select Asia and the dashboard will look like Figure 4.9. Dashboard showing total Sales

23 15 Figure 4.1. Data source 1 (contains product ID, customer ID, customer name, sales channel, unit sold and date sold). Figure 4.2. Data source 1. and total profit country wise in Asia pacific trough different sales channel is shown in Figure 4.10.

24 16 Figure 4.3. Data source 2 (contains, product ID, product name, STD cost and STD price). Figure 4.4. Data source 3.

25 17 Figure 4.5. Figure shows the created data mart using data source. Figure 4.6. Shows SQL script.

26 18 Figure 4.7. Dashboard showing total sales by year, by country, by continent, through different Sales Channel and the total profit. Figure 4.8. Dashboard showing total sales by year, by country, by continent, the total profit through direct sales.

27 19 Figure 4.9. Dashboard showing total sales in different countries in Asia Pacific. Figure Dashboard showing total sales and total profit in different countries in Asia Pacific.

28 20 CHAPTER 5 CONCLUSION From Above report we see that how we can transform raw data into meaningful and useful information using Business Intelligence tool. Business intelligence can be great tool for reporting, benchmarking and doing data analysis for making sound business decisions. Business intelligence is used by decision makers throughout the firm. At senior levels it is used for making strategies and at lower managerial levels, it helps individuals to do their day-to-day job. According to Gartner, It is predicted that worldwide business intelligence (BI) software revenue will reach $13.8 billion in 2013 and is forecast to reach $17.1 billion by So we can see that Analytics and business intelligence is the top technology priority for CIOs and demand for such Data Mining tool will continue to rise in future.

29 21 REFERENCES [1] K. J. Cios, W. Pedrycz, R. W. Swiniarski, and L. A. Kurgan. Data Mining: A Knowledge Discovery Approach. Springer, New York, NY, [2] N. R. Pal and L. Jain, eds. Advanced Techniques in Data Mining and Knowledge Discovery. Springer, London, UK, [3] QlikView. Free Download, n.d. accessed Mar [4] TM1 Tutorials. Sample Sales Data, n.d. accessed Mar [5] Wikipedia. Analytics, accessed Mar

Database Marketing, Business Intelligence and Knowledge Discovery

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

More information

Course 803401 DSS. Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization

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

More information

Chapter 5. Warehousing, Data Acquisition, Data. Visualization

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

More information

Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization

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

More information

IMPROVING DATA INTEGRATION FOR DATA WAREHOUSE: A DATA MINING APPROACH

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

More information

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 Introduction to Data Mining and Business Intelligence Lecture 1/DMBI/IKI83403T/MTI/UI Yudho Giri Sucahyo, Ph.D, CISA (yudho@cs.ui.ac.id) Faculty of Computer Science, University of Indonesia Objectives

More information

DATA MINING AND WAREHOUSING CONCEPTS

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

More information

Digging for Gold: Business Usage for Data Mining Kim Foster, CoreTech Consulting Group, Inc., King of Prussia, PA

Digging for Gold: Business Usage for Data Mining Kim Foster, CoreTech Consulting Group, Inc., King of Prussia, PA Digging for Gold: Business Usage for Data Mining Kim Foster, CoreTech Consulting Group, Inc., King of Prussia, PA ABSTRACT Current trends in data mining allow the business community to take advantage of

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014

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

More information

Data Warehousing and Data Mining in Business Applications

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

More information

An Introduction to Data Warehousing. An organization manages information in two dominant forms: operational systems of

An Introduction to Data Warehousing. An organization manages information in two dominant forms: operational systems of An Introduction to Data Warehousing An organization manages information in two dominant forms: operational systems of record and data warehouses. Operational systems are designed to support online transaction

More information

CRISP - DM. Data Mining Process. Process Standardization. Why Should There be a Standard Process? Cross-Industry Standard Process for Data Mining

CRISP - DM. Data Mining Process. Process Standardization. Why Should There be a Standard Process? Cross-Industry Standard Process for Data Mining Mining Process CRISP - DM Cross-Industry Standard Process for Mining (CRISP-DM) European Community funded effort to develop framework for data mining tasks Goals: Cross-Industry Standard Process for Mining

More information

A Review of Data Mining Techniques

A Review of Data Mining Techniques Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,

More information

The Knowledge Discovery Process

The Knowledge Discovery Process 2 The Discovery Process In this Chapter, we describe the knowledge discovery process, present some models, and explain why and how these could be used for a successful data mining project. 1. Introduction

More information

Healthcare Measurement Analysis Using Data mining Techniques

Healthcare Measurement Analysis Using Data mining Techniques www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 03 Issue 07 July, 2014 Page No. 7058-7064 Healthcare Measurement Analysis Using Data mining Techniques 1 Dr.A.Shaik

More information

SPATIAL DATA CLASSIFICATION AND DATA MINING

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

More information

Data Mining Solutions for the Business Environment

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 ruxandra_stefania.petre@yahoo.com Over

More information

not possible or was possible at a high cost for collecting the data.

not possible or was possible at a high cost for collecting the data. Data Mining and Knowledge Discovery Generating knowledge from data Knowledge Discovery Data Mining White Paper Organizations collect a vast amount of data in the process of carrying out their day-to-day

More information

A Knowledge Management Framework Using Business Intelligence Solutions

A Knowledge Management Framework Using Business Intelligence Solutions www.ijcsi.org 102 A Knowledge Management Framework Using Business Intelligence Solutions Marwa Gadu 1 and Prof. Dr. Nashaat El-Khameesy 2 1 Computer and Information Systems Department, Sadat Academy For

More information

A STUDY OF DATA MINING ACTIVITIES FOR MARKET RESEARCH

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

More information

Design of Electricity & Energy Review Dashboard Using Business Intelligence and Data Warehouse

Design of Electricity & Energy Review Dashboard Using Business Intelligence and Data Warehouse Design of Electricity & Energy Review Dashboard Using Business Intelligence and Data Warehouse Atharva Girish Puranik, Abhijit Gohokar, Ravi Batheja, Nirman Rathod, Ojasvini Bali Abstract The advances

More information

Data Mining for Everyone

Data Mining for Everyone Page 1 Data Mining for Everyone Christoph Sieb Senior Software Engineer, Data Mining Development Dr. Andreas Zekl Manager, Data Mining Development Page 2 Executive Summary Contents 2 Data mining in the

More information

Foundations of Business Intelligence: Databases and Information Management

Foundations of Business Intelligence: Databases and Information Management Chapter 5 Foundations of Business Intelligence: Databases and Information Management 5.1 Copyright 2011 Pearson Education, Inc. Student Learning Objectives How does a relational database organize data,

More information

Data Warehousing and Data Mining

Data Warehousing and Data Mining Data Warehousing and Data Mining Part I: Data Warehousing Gao Cong gaocong@cs.aau.dk Slides adapted from Man Lung Yiu and Torben Bach Pedersen Course Structure Business intelligence: Extract knowledge

More information

An Overview of Knowledge Discovery Database and Data mining Techniques

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,

More information

Hexaware E-book on Predictive Analytics

Hexaware E-book on Predictive Analytics Hexaware E-book on Predictive Analytics Business Intelligence & Analytics Actionable Intelligence Enabled Published on : Feb 7, 2012 Hexaware E-book on Predictive Analytics What is Data mining? Data mining,

More information

Data Mining: An Introduction

Data Mining: An Introduction Data Mining: An Introduction Michael J. A. Berry and Gordon A. Linoff. Data Mining Techniques for Marketing, Sales and Customer Support, 2nd Edition, 2004 Data mining What promotions should be targeted

More information

Business Intelligence Solutions. Cognos BI 8. by Adis Terzić

Business Intelligence Solutions. Cognos BI 8. by Adis Terzić Business Intelligence Solutions Cognos BI 8 by Adis Terzić Fairfax, Virginia August, 2008 Table of Content Table of Content... 2 Introduction... 3 Cognos BI 8 Solutions... 3 Cognos 8 Components... 3 Cognos

More information

Decision Support Optimization through Predictive Analytics - Leuven Statistical Day 2010

Decision Support Optimization through Predictive Analytics - Leuven Statistical Day 2010 Decision Support Optimization through Predictive Analytics - Leuven Statistical Day 2010 Ernst van Waning Senior Sales Engineer May 28, 2010 Agenda SPSS, an IBM Company SPSS Statistics User-driven product

More information

Data Mining System, Functionalities and Applications: A Radical Review

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

More information

Master of Science in Healthcare Informatics and Analytics Program Overview

Master of Science in Healthcare Informatics and Analytics Program Overview Master of Science in Healthcare Informatics and Analytics Program Overview The program is a 60 credit, 100 week course of study that is designed to graduate students who: Understand and can apply the appropriate

More information

Importance or the Role of Data Warehousing and Data Mining in Business Applications

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

More information

Nagarjuna College Of

Nagarjuna College Of Nagarjuna College Of Information Technology (Bachelor in Information Management) TRIBHUVAN UNIVERSITY Project Report on World s successful data mining and data warehousing projects Submitted By: Submitted

More information

A Conceptual Business Intelligence Framework for the Identification, Analysis and Visualization of Container Data Changes and its Impact on Yard

A Conceptual Business Intelligence Framework for the Identification, Analysis and Visualization of Container Data Changes and its Impact on Yard A Conceptual Business Intelligence Framework for the Identification, Analysis and Visualization of Container Data Changes and its Impact on Yard Movement Author Martijn Westbroek Student Number 850289357

More information

Performing a data mining tool evaluation

Performing a data mining tool evaluation Performing a data mining tool evaluation Start with a framework for your evaluation Data mining helps you make better decisions that lead to significant and concrete results, such as increased revenue

More information

Dynamic Data in terms of Data Mining Streams

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

More information

Foundations of Business Intelligence: Databases and Information Management

Foundations of Business Intelligence: Databases and Information Management Chapter 5 Foundations of Business Intelligence: Databases and Information Management 5.1 See Markers-ORDER-DB Logically Related Tables Relational Approach: Physically Related Tables: The Relationship Screen

More information

DMDSS: Data Mining Based Decision Support System to Integrate Data Mining and Decision Support

DMDSS: Data Mining Based Decision Support System to Integrate Data Mining and Decision Support DMDSS: Data Mining Based Decision Support System to Integrate Data Mining and Decision Support Rok Rupnik, Matjaž Kukar, Marko Bajec, Marjan Krisper University of Ljubljana, Faculty of Computer and Information

More information

Data Mining is sometimes referred to as KDD and DM and KDD tend to be used as synonyms

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

More information

Technology-Driven Demand and e- Customer Relationship Management e-crm

Technology-Driven Demand and e- Customer Relationship Management e-crm E-Banking and Payment System Technology-Driven Demand and e- Customer Relationship Management e-crm Sittikorn Direksoonthorn Assumption University 1/2004 E-Banking and Payment System Quick Win Agenda Data

More information

Introduction to Data Mining

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

More information

The Role of Data Warehousing Concept for Improved Organizations Performance and Decision Making

The Role of Data Warehousing Concept for Improved Organizations Performance and Decision Making Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 10, October 2014,

More information

ECLT 5810 E-Commerce Data Mining Techniques - Introduction. Prof. Wai Lam

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

More information

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 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

More information

5.5 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall. Figure 5-2

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

More information

Enterprise Solutions. Data Warehouse & Business Intelligence Chapter-8

Enterprise Solutions. Data Warehouse & Business Intelligence Chapter-8 Enterprise Solutions Data Warehouse & Business Intelligence Chapter-8 Learning Objectives Concepts of Data Warehouse Business Intelligence, Analytics & Big Data Tools for DWH & BI Concepts of Data Warehouse

More information

Business Intelligence: Effective Decision Making

Business Intelligence: Effective Decision Making Business Intelligence: Effective Decision Making Bellevue College Linda Rumans IT Instructor, Business Division Bellevue College lrumans@bellevuecollege.edu Current Status What do I do??? How do I increase

More information

Business Intelligence: Using Data for More Than Analytics

Business Intelligence: Using Data for More Than Analytics Business Intelligence: Using Data for More Than Analytics Session 672 Session Overview Business Intelligence: Using Data for More Than Analytics What is Business Intelligence? Business Intelligence Solution

More information

BUSINESS INTELLIGENCE. Keywords: business intelligence, architecture, concepts, dashboards, ETL, data mining

BUSINESS INTELLIGENCE. Keywords: business intelligence, architecture, concepts, dashboards, ETL, data mining BUSINESS INTELLIGENCE Bogdan Mohor Dumitrita 1 Abstract A Business Intelligence (BI)-driven approach can be very effective in implementing business transformation programs within an enterprise framework.

More information

Customer Analysis - Customer analysis is done by analyzing the customer's buying preferences, buying time, budget cycles, etc.

Customer Analysis - Customer analysis is done by analyzing the customer's buying preferences, buying time, budget cycles, etc. Data Warehouses Data warehousing is the process of constructing and using a data warehouse. A data warehouse is constructed by integrating data from multiple heterogeneous sources that support analytical

More information

Index Contents Page No. Introduction . Data Mining & Knowledge Discovery

Index Contents Page No. Introduction . Data Mining & Knowledge Discovery Index Contents Page No. 1. Introduction 1 1.1 Related Research 2 1.2 Objective of Research Work 3 1.3 Why Data Mining is Important 3 1.4 Research Methodology 4 1.5 Research Hypothesis 4 1.6 Scope 5 2.

More information

Data Mining for Successful Healthcare Organizations

Data Mining for Successful Healthcare Organizations Data Mining for Successful Healthcare Organizations For successful healthcare organizations, it is important to empower the management and staff with data warehousing-based critical thinking and knowledge

More information

University of Gaziantep, Department of Business Administration

University of Gaziantep, Department of Business Administration University of Gaziantep, Department of Business Administration The extensive use of information technology enables organizations to collect huge amounts of data about almost every aspect of their businesses.

More information

Data Mining Applications in Higher Education

Data Mining Applications in Higher Education Executive report Data Mining Applications in Higher Education Jing Luan, PhD Chief Planning and Research Officer, Cabrillo College Founder, Knowledge Discovery Laboratories Table of contents Introduction..............................................................2

More information

Data Warehousing: A Technology Review and Update Vernon Hoffner, Ph.D., CCP EntreSoft Resouces, Inc.

Data Warehousing: A Technology Review and Update Vernon Hoffner, Ph.D., CCP EntreSoft Resouces, Inc. Warehousing: A Technology Review and Update Vernon Hoffner, Ph.D., CCP EntreSoft Resouces, Inc. Introduction Abstract warehousing has been around for over a decade. Therefore, when you read the articles

More information

TDWI Best Practice BI & DW Predictive Analytics & Data Mining

TDWI Best Practice BI & DW Predictive Analytics & Data Mining TDWI Best Practice BI & DW Predictive Analytics & Data Mining Course Length : 9am to 5pm, 2 consecutive days 2012 Dates : Sydney: July 30 & 31 Melbourne: August 2 & 3 Canberra: August 6 & 7 Venue & Cost

More information

CS590D: Data Mining Chris Clifton

CS590D: Data Mining Chris Clifton CS590D: Data Mining Chris Clifton March 10, 2004 Data Mining Process Reminder: Midterm tonight, 19:00-20:30, CS G066. Open book/notes. Thanks to Laura Squier, SPSS for some of the material used How to

More information

Data Warehouse Overview. Srini Rengarajan

Data Warehouse Overview. Srini Rengarajan Data Warehouse Overview Srini Rengarajan Please mute Your cell! Agenda Data Warehouse Architecture Approaches to build a Data Warehouse Top Down Approach Bottom Up Approach Best Practices Case Example

More information

Mobile Phone APP Software Browsing Behavior using Clustering Analysis

Mobile Phone APP Software Browsing Behavior using Clustering Analysis Proceedings of the 2014 International Conference on Industrial Engineering and Operations Management Bali, Indonesia, January 7 9, 2014 Mobile Phone APP Software Browsing Behavior using Clustering Analysis

More information

TEACHING AN APPLIED BUSINESS INTELLIGENCE COURSE

TEACHING AN APPLIED BUSINESS INTELLIGENCE COURSE TEACHING AN APPLIED BUSINESS INTELLIGENCE COURSE Stevan Mrdalj (smrdalj@emich.edu) ABSTRACT This paper reports on the development of an applied Business Intelligence (BI) course for a graduate program.

More information

Animation. Intelligence. Business. Computer. Areas of Focus. Master of Science Degree Program

Animation. Intelligence. Business. Computer. Areas of Focus. Master of Science Degree Program Business Intelligence Computer Animation Master of Science Degree Program The Bachelor explosive of growth Science of Degree from the Program Internet, social networks, business networks, as well as the

More information

DATA WAREHOUSING AND OLAP TECHNOLOGY

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

More information

OLAP and Data Mining. Data Warehousing and End-User Access Tools. Introducing OLAP. Introducing OLAP

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

More information

BENEFITS OF AUTOMATING DATA WAREHOUSING

BENEFITS OF AUTOMATING DATA WAREHOUSING BENEFITS OF AUTOMATING DATA WAREHOUSING Introduction...2 The Process...2 The Problem...2 The Solution...2 Benefits...2 Background...3 Automating the Data Warehouse with UC4 Workload Automation Suite...3

More information

Data Mart/Warehouse: Progress and Vision

Data Mart/Warehouse: Progress and Vision Data Mart/Warehouse: Progress and Vision Institutional Research and Planning University Information Systems What is data warehousing? A data warehouse: is a single place that contains complete, accurate

More information

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 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

More information

Paper DM10 SAS & Clinical Data Repository Karthikeyan Chidambaram

Paper DM10 SAS & Clinical Data Repository Karthikeyan Chidambaram Paper DM10 SAS & Clinical Data Repository Karthikeyan Chidambaram Cognizant Technology Solutions, Newbury Park, CA Clinical Data Repository (CDR) Drug development lifecycle consumes a lot of time, money

More information

CHAPTER 4: BUSINESS ANALYTICS

CHAPTER 4: BUSINESS ANALYTICS Chapter 4: Business Analytics CHAPTER 4: BUSINESS ANALYTICS Objectives Introduction The objectives are: Describe Business Analytics Explain the terminology associated with Business Analytics Describe the

More information

Thesis instructor: M.sc (Tech.) Belle Selene Xia

Thesis instructor: M.sc (Tech.) Belle Selene Xia Peng Gong School of Electrical Engineering Thesis supervisor: Prof. Karlos Artto Thesis instructor: M.sc (Tech.) Belle Selene Xia A Aalto University School of Electrical Engineering AALTO UNIVERSITY SCHOOL

More information

Sizing Logical Data in a Data Warehouse A Consistent and Auditable Approach

Sizing Logical Data in a Data Warehouse A Consistent and Auditable Approach 2006 ISMA Conference 1 Sizing Logical Data in a Data Warehouse A Consistent and Auditable Approach Priya Lobo CFPS Satyam Computer Services Ltd. 69, Railway Parallel Road, Kumarapark West, Bangalore 560020,

More information

Three proven methods to achieve a higher ROI from data mining

Three proven methods to achieve a higher ROI from data mining IBM SPSS Modeler Three proven methods to achieve a higher ROI from data mining Take your business results to the next level Highlights: Incorporate additional types of data in your predictive models By

More information

SAP Solution Brief SAP HANA. Transform Your Future with Better Business Insight Using Predictive Analytics

SAP Solution Brief SAP HANA. Transform Your Future with Better Business Insight Using Predictive Analytics SAP Brief SAP HANA Objectives Transform Your Future with Better Business Insight Using Predictive Analytics Dealing with the new reality Dealing with the new reality Organizations like yours can identify

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com INDUSTRY DEVELOPMENTS AND MODELS Predictive Analytics and ROI: Lessons from IDC's Financial Impact

More information

<Insert Picture Here> Oracle Retail Data Model Overview

<Insert Picture Here> Oracle Retail Data Model Overview Oracle Retail Data Model Overview The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

More information

Qlik s Associative Model

Qlik s Associative Model White Paper Qlik s Associative Model See the Whole Story that Lives Within Your Data August, 2015 qlik.com Table of Contents Introduction 3 Qlik s associative model 3 Query-based visualization tools only

More information

Making Business Intelligence Easy. Whitepaper Measuring data quality for successful Master Data Management

Making Business Intelligence Easy. Whitepaper Measuring data quality for successful Master Data Management Making Business Intelligence Easy Whitepaper Measuring data quality for successful Master Data Management Contents Overview... 3 What is Master Data Management?... 3 Master Data Modeling Approaches...

More information

Moving Large Data at a Blinding Speed for Critical Business Intelligence. A competitive advantage

Moving Large Data at a Blinding Speed for Critical Business Intelligence. A competitive advantage Moving Large Data at a Blinding Speed for Critical Business Intelligence A competitive advantage Intelligent Data In Real Time How do you detect and stop a Money Laundering transaction just about to take

More information

Introduction. A. Bellaachia Page: 1

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.

More information

BUSINESSOBJECTS PREDICTIVE WORKBENCH XI 3.0

BUSINESSOBJECTS PREDICTIVE WORKBENCH XI 3.0 PRODUCTS BUSINESSOBJECTS PREDICTIVE WORKBENCH XI 3.0 Transform Your Future with Insight Today Key Features As part of the BusinessObjects XI platform, BusinessObjects Predictive Workbench: Provides robust

More information

CHAPTER SIX DATA. Business Intelligence. 2011 The McGraw-Hill Companies, All Rights Reserved

CHAPTER SIX DATA. Business Intelligence. 2011 The McGraw-Hill Companies, All Rights Reserved CHAPTER SIX DATA Business Intelligence 2011 The McGraw-Hill Companies, All Rights Reserved 2 CHAPTER OVERVIEW SECTION 6.1 Data, Information, Databases The Business Benefits of High-Quality Information

More information

Overview, Goals, & Introductions

Overview, Goals, & Introductions Improving the Retail Experience with Predictive Analytics www.spss.com/perspectives Overview, Goals, & Introductions Goal: To present the Retail Business Maturity Model Equip you with a plan of attack

More information

ORACLE TAX ANALYTICS. The Solution. Oracle Tax Data Model KEY FEATURES

ORACLE TAX ANALYTICS. The Solution. Oracle Tax Data Model KEY FEATURES ORACLE TAX ANALYTICS KEY FEATURES A set of comprehensive and compatible BI Applications. Advanced insight into tax performance Built on World Class Oracle s Database and BI Technology Design after the

More information

72. Ontology Driven Knowledge Discovery Process: a proposal to integrate Ontology Engineering and KDD

72. Ontology Driven Knowledge Discovery Process: a proposal to integrate Ontology Engineering and KDD 72. Ontology Driven Knowledge Discovery Process: a proposal to integrate Ontology Engineering and KDD Paulo Gottgtroy Auckland University of Technology Paulo.gottgtroy@aut.ac.nz Abstract This paper is

More information

[callout: no organization can afford to deny itself the power of business intelligence ]

[callout: no organization can afford to deny itself the power of business intelligence ] Publication: Telephony Author: Douglas Hackney Headline: Applied Business Intelligence [callout: no organization can afford to deny itself the power of business intelligence ] [begin copy] 1 Business Intelligence

More information

Data Mining with SAS. Mathias Lanner mathias.lanner@swe.sas.com. Copyright 2010 SAS Institute Inc. All rights reserved.

Data Mining with SAS. Mathias Lanner mathias.lanner@swe.sas.com. Copyright 2010 SAS Institute Inc. All rights reserved. Data Mining with SAS Mathias Lanner mathias.lanner@swe.sas.com Copyright 2010 SAS Institute Inc. All rights reserved. Agenda Data mining Introduction Data mining applications Data mining techniques SEMMA

More information

Big Data for Investment Research Management

Big Data for Investment Research Management IDT Partners www.idtpartners.com Big Data for Investment Research Management Discover how IDT Partners helps Financial Services, Market Research, and Investment Management firms turn big data into actionable

More information

Integrating SAP and non-sap data for comprehensive Business Intelligence

Integrating SAP and non-sap data for comprehensive Business Intelligence WHITE PAPER Integrating SAP and non-sap data for comprehensive Business Intelligence www.barc.de/en Business Application Research Center 2 Integrating SAP and non-sap data Authors Timm Grosser Senior Analyst

More information

HELSINKI UNIVERSITY OF TECHNOLOGY 26.1.2005 T-86.141 Enterprise Systems Integration, 2001. Data warehousing and Data mining: an Introduction

HELSINKI UNIVERSITY OF TECHNOLOGY 26.1.2005 T-86.141 Enterprise Systems Integration, 2001. Data warehousing and Data mining: an Introduction HELSINKI UNIVERSITY OF TECHNOLOGY 26.1.2005 T-86.141 Enterprise Systems Integration, 2001. Data warehousing and Data mining: an Introduction Federico Facca, Alessandro Gallo, federico@grafedi.it sciack@virgilio.it

More information

Ezgi Dinçerden. Marmara University, Istanbul, Turkey

Ezgi Dinçerden. Marmara University, Istanbul, Turkey Economics World, Mar.-Apr. 2016, Vol. 4, No. 2, 60-65 doi: 10.17265/2328-7144/2016.02.002 D DAVID PUBLISHING The Effects of Business Intelligence on Strategic Management of Enterprises Ezgi Dinçerden Marmara

More information

Foundations of Business Intelligence: Databases and Information Management

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

More information

Big Data. Introducción. Santiago González <sgonzalez@fi.upm.es>

Big Data. Introducción. Santiago González <sgonzalez@fi.upm.es> Big Data Introducción Santiago González Contenidos Por que BIG DATA? Características de Big Data Tecnologías y Herramientas Big Data Paradigmas fundamentales Big Data Data Mining

More information

Customer Classification And Prediction Based On Data Mining Technique

Customer Classification And Prediction Based On Data Mining Technique Customer Classification And Prediction Based On Data Mining Technique Ms. Neethu Baby 1, Mrs. Priyanka L.T 2 1 M.E CSE, Sri Shakthi Institute of Engineering and Technology, Coimbatore 2 Assistant Professor

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION 1. Introduction 1.1 Data Warehouse In the 1990's as organizations of scale began to need more timely data for their business, they found that traditional information systems technology

More information

BUSINESS INTELLIGENCE TOOLS FOR IMPROVE SALES AND PROFITABILITY

BUSINESS INTELLIGENCE TOOLS FOR IMPROVE SALES AND PROFITABILITY Revista Tinerilor Economişti (The Young Economists Journal) BUSINESS INTELLIGENCE TOOLS FOR IMPROVE SALES AND PROFITABILITY Assoc. Prof Luminiţa Şerbănescu Ph. D University of Piteşti Faculty of Economics,

More information

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 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,

More information

Subject Description Form

Subject Description Form Subject Description Form Subject Code Subject Title COMP417 Data Warehousing and Data Mining Techniques in Business and Commerce Credit Value 3 Level 4 Pre-requisite / Co-requisite/ Exclusion Objectives

More information

CRISP-DM, which stands for Cross-Industry Standard Process for Data Mining, is an industry-proven way to guide your data mining efforts.

CRISP-DM, which stands for Cross-Industry Standard Process for Data Mining, is an industry-proven way to guide your data mining efforts. CRISP-DM, which stands for Cross-Industry Standard Process for Data Mining, is an industry-proven way to guide your data mining efforts. As a methodology, it includes descriptions of the typical phases

More information

Course 103402 MIS. Foundations of Business Intelligence

Course 103402 MIS. Foundations of Business Intelligence Oman College of Management and Technology Course 103402 MIS Topic 5 Foundations of Business Intelligence CS/MIS Department Organizing Data in a Traditional File Environment File organization concepts Database:

More information

Outlines. Business Intelligence. What Is Business Intelligence? Data mining life cycle

Outlines. Business Intelligence. What Is Business Intelligence? Data mining life cycle Outlines Business Intelligence Lecture 15 Why integrate BI into your smart client application? Integrating Mining into your application Integrating into your application What Is Business Intelligence?

More information

Framework for Data warehouse architectural components

Framework for Data warehouse architectural components Framework for Data warehouse architectural components Author: Jim Wendt Organization: Evaltech, Inc. Evaltech Research Group, Data Warehousing Practice. Date: 04/08/11 Email: erg@evaltech.com Abstract:

More information