Predictive analytics [Page 105]

Size: px
Start display at page:

Download "Predictive analytics [Page 105]"

Transcription

1 Week 8, Lecture 17 and Lecture 18 Predictive analytics [Page 105] Predictive analytics is a highly computational data-mining technology that uses information and business intelligence to build a predictive model for a given business application. So, predictive analytics is all about using historical information to predict future events and outcomes. Predictive analytics has application in a wide variety of industries including insurance, retail, healthcare, travel, and financial services. Within each of those, the business applications will obviously vary but include applications like customer relationship management, supply chain management, and credit scoring (a very popular predictive analytics application within financial services for determining the likelihood a credit applicant will be able to make future payments). Predictive analytics includes a prediction goal and many prediction indicators. A prediction goal is the question you want to address by the predictive analytics model. Predictive goals might include: o Which suppliers are most likely to deliver raw materials in the next six months with a defective rate higher than 0.001%? o What customers are mostly likely to respond to a social-media campaign within 30 days by purchasing at least two products in the advertised product line? Defining the right prediction goal is key. If you build a predictive analytics model for a prediction goal that is in some way wrong, you can expect your subsequent activities to be erroneous (i.e., a failure) as well. A predictive indicator is a specific measureable value based on an attribute of the entity under consideration. The best way to understand prediction goals and prediction indicators is to give example about them. Let us focus on the second prediction goal listed above (i.e. what customers are mostly likely ). This is a CRM application which will use customer profile information, customer history information, and campaign history information (see Figure 4.6). Dr. Anas Aloudat Page 1 of 7

2 The predictive analytics engine will use many pieces of information from which it will develop a set of prediction indicators that produce the best model for predicting the customer behavior you seek. Figure 4.6: Analytics Process of Customer Prediction In the end, the predictive analytics engine produces a predictive model as a formula for each customer that provides a single predictive value by which customers can be ranked from most to least likely to respond to a social-media campaign within 30 days by purchasing at least two products in the advertised product line. As we said earlier, a prediction indicator is a measureable value based on an attribute of the entity under consideration. Regarding the entity customer, the predictive analytics engine may determine that the following attributes are important for making the right prediction: o Frequency of purchases o Proximity of data of last purchase (called recency) o Presence of Facebook (Yes = 1; No = 0) o Presence of Twitter (Yes = 1; No = 0) o Number of purchases with multiple products Then, the predictive analytics engine will assign weights to each prediction indicator that represent the relative significance of each indicator a compared to the other indicators. This is the highly computational aspect of predictive analytics and something certainly beyond the scope of this book. Dr. Anas Aloudat Page 2 of 7

3 Computational models and algorithms used here by the predictive analytics engine include things like linear programming, regression, association rules, market basket analysis, cluster analysis, etc. The predictive model final formula might look like this: Customer# = (Frequency of Purchases in the last 30 days)*.2 + (Recency)*.1 + (Presence on Facebook)*.3 + (Presence on Twitter)*.1 + (Number of Multiple Product Purchases)*.3 As you can see, the predictive analytics engine determined that the indicators of Presence on Facebook and Number of Multiple Purchases were most important, with each receiving a weight of 0.3 (Note that all of the weights sum = 1). Once the formula is applied to all customers, each customer receives an overall predictive indicator score, allowing you to rank order them. Then, it is up to you to determine where to draw the line (i.e. the cutoff point in the list) and identify the subset of customers on whom you will focus your social-media campaign. Text Analytics [Page 108] Text analytics is the process of using statistical, artificial intelligence, and linguistics techniques to convert information content in textual sources like surveys, s, blogs, and social-media into structured information. Text analytics most definitely falls within the categories of analytics in general and more specifically decision support systems because it works primarily with nonstructured elements, that is, natural languages. Let us consider an example: Gaylord Hotels is using text analytics to better understand the thousands of customer satisfaction surveys it receives every day. The surveys are digitized and fed into a text analytics engine. The engine can identify negative and positive comments, which are then quickly correlated to structured information such as the specific hotel, facilities, amenity services, the room, and employee shifts. With that correlation, employees of Gaylord Hotels can follow up with customers by phone or letter to acknowledge the problem and to offer and apology and even discounts for a return stay. Text analytics is even more complicated and technical than predictive analytics. While predictive analytics relies mainly on statistical models to build predictive models, text analytics makes use of statistical models and also linguistic models. Some of these include: o Lexical analysis the study of word frequency distributions. o Named entity recognition the identification of names for people, places, and things. Dr. Anas Aloudat Page 3 of 7

4 o Disambiguation the process of determining the specific meaning of a named entity recognition. For example, Ford may refer to a previous U.S. president, and Ford Motor Company, or perhaps a notable person like Harrison Ford. o Coreference the handling of differing noun phrases that refer to the same object. o Sentiment analysis discerning subjective business intelligence such as mood, opinion, and emotion. All of the above fall within the category of linguistic processing of what is often referred to as natural language processing. Professionals in the field of natural language processing have expertise in both linguistics and computer science. Endless Analytics [Page 109] Beyond specialized analytics like predictive analytics and text analytics, you will come across many other analytics applications focused on specific areas of business. While these may use sophisticated data-mining and statistical tools, they are considered broadly within the field of analytics because they focus on fact-based decision making. Analytics here include: o Web analytics the analysis of data related to the Internet, often focusing on optimizing Web page usage. An important subset of Web analytics is search engine optimization (SEO), improving the visibility of a Web site through the use of tags and key terms found by search engines. o HR analytics the analysis of human resource or talent management data for such purposes as work-force capacity planning, training and development, and performance appraisal. o Marketing analytics the analysis of marketing related data to improve the efficiency and effectiveness of marketing efforts including product placement, marketing mix, and customer identification and classification. o CRM analytics the analysis of CRM data to improve functions such as sales force automation and customer service and support. o Social media analytics the analysis of data related to social media use, mainly by customers or competitors, to help an organization better understand the interaction dynamics of itself with its customers and also to help an organization scan social media for competitive intelligence. o Mobile analytics the analysis of data related to the use of mobile devices by customers and employees. Mobile computing and mobile e-commerce are exploding. We will read more about it in Chapter 5. Dr. Anas Aloudat Page 4 of 7

5 Artificial intelligence [Page 110] Artificial Intelligence (AI) is the science of making machines imitating human thinking and behavior. o Financial analysts use AI systems to manage assets, invest in the stock market, etc. o Hospitals use AI to schedule staff, assign beds to patients, diagnose and treat illness. o Many government agencies including IRS and the armed forces use AI. o Credit card companies use AI to detect credit card fraud. o Insurance companies use AI to spot fraudulent claims. AI lends itself into diverse areas, such as ticket pricing, food preparation, oil exploration, child protection, meteorology, engineering, and aerospace industries. AI is an important tool in the field of analytics. AI can be independent, stand-alone decision making systems, or they can be embedded into larger analytics systems, carrying out and executing specific functions. AI are usually classified into one of the following four main categories: 1. Expert systems 2. Neural networks and fuzzy logic 3. Genetic algorithms 4. Agent-based technologies Expert Systems [Page110] Expert system (also called knowledge-based system) is an AI system that applies reasoning capabilities to reach a conclusion. Expert systems are excellent for diagnostic and prescriptive problems. Diagnostic problems (تشخيصية) are those requiring an answer to the question: What is wrong? and correspond to the intelligence phase (Phase 1) of decision making. Prescriptive problems (وصف) are those that require an answer to the question: What to do?, and correspond to the choice phase of decision making..(نطاق) An expert system is usually built for a specific applications area called a domain Examples of domains and their expert systems: o Accounting: for auditing, tax planning, management consulting, and training. Dr. Anas Aloudat Page 5 of 7

6 o Medicine: to prescribe antibiotics where many considerations must be taken into account first (such as the patient s medical history, age, the source of infection, the price of available drugs). o Human resource management: to help personnel managers determine whether they are in compliance with national employment laws. o Forestry management to help with harvesting timber on forest lands. A simple example of an expert system is to tell a driver what to do when approaching a traffic light. See Figure 4.6. In the example above, there is a recurring problem and to solve it you need a well-defined set of steps. An expert system is well-suited for such kinds of problems. You ve probably gone through the question-and-answer set hundreds of times if you are a driver without even realizing it. Expert systems use rules, very similar to the association of rule or dependency modeling concept we discussed earlier. An expert system can be a stand-alone application like the one a doctor would use to aid in the diagnosis of a problem, or it may be embedded into an analytics system. Dr. Anas Aloudat Page 6 of 7

7 Neural Networks and Fuzzy Logic [Page 111] A Neural network (NN) (called also an artificial neural network or ANN) is an AI system that is capable of finding and differentiating patterns: o An ANN can learn by example and can adapt to new concepts and knowledge. NNs are widely used for visual pattern and speech recognition systems: o Example: Smartphones and PDA that decipher your handwriting are probably a NN that analyzed the characters you wrote. NNs are also used in a variety of situations. For examples: o Bomb detection: in U.S. airports NNs are used to sense trace elements in the air that may indicate the presence of explosives. o Chicago Police Department use NNs to detect corruption (فساد) within its ranks. مخططات o In medicine, NNs are used to check 50 million electrocardiograms (ECG per year, checking for drug interactions and detect anomalies in tissue (القلب samples that may signify the onset of cancer and other diseases. NNs can detect heart attacks and even differentiate between the subtly different symptoms of heart attacks in men and women. o In business, NNs are used for securities trading, fraud detection, evaluating loan.(تقييم ( appraisal applications, target marketing, and real estate o NNs are used to adjust temperature settings, control machinery, and detect malfunctioning machinery. NNs are most useful for identification, classification, and prediction when a vast amount of information is available. By examining hundreds or even thousands of examples, a NN detects important relationships and patterns in the information: o For example, if a NN is provided with the details with numerous credit card transactions and was told which ones are fraudulent, eventually it will learn to identify suspicious transaction patterns. Dr. Anas Aloudat Page 7 of 7

CONNECTING THE DOTS FOR BETTER INSIGHT.

CONNECTING THE DOTS FOR BETTER INSIGHT. CONNECTING THE DOTS FOR BETTER INSIGHT www.bigdatadimension.com ABOUT BIGDATA DIMENSION BigData Dimension is a leading provider of cloud and on-premise solutions for Data Management, Data Integration,

More information

GIVING ANALYTICS MEANING AGAIN

GIVING ANALYTICS MEANING AGAIN GIVING ANALYTICS MEANING AGAIN GIVING ANALYTICS MEANING AGAIN When you hear the word analytics what do you think? If it conjures up a litany of buzzwords and software vendors, this is for good reason.

More information

Management Information Systems, Sixth Edition. Chapter 10: Decision Support and Expert Systems

Management Information Systems, Sixth Edition. Chapter 10: Decision Support and Expert Systems Management Information Systems, Sixth Edition Chapter 10: Decision Support and Expert Systems Objectives List and explain the phases in decision making Articulate the difference between structured and

More information

EHR AND ERP INTEGRATION. January 25, 2018

EHR AND ERP INTEGRATION. January 25, 2018 EHR AND ERP INTEGRATION January 25, 2018 Your Instructor Agenda Introduction to EHR and ERP EHR and ERP integration opportunities Evaluating the potential impact of EHR and ERP integration to your organization

More information

Chapter 5. Executive Information Systems Information System in Organizations, Computer Information System Program of RMUTT-KKC

Chapter 5. Executive Information Systems Information System in Organizations, Computer Information System Program of RMUTT-KKC Chapter 5 Executive Information Systems Executive Information Systems (EIS) An executive information system (EIS), also known as an executive support system (ESS), is a technology designed in response

More information

The usage of Big Data mechanisms and Artificial Intelligence Methods in modern Omnichannel marketing and sales

The usage of Big Data mechanisms and Artificial Intelligence Methods in modern Omnichannel marketing and sales The usage of Big Data mechanisms and Artificial Intelligence Methods in modern Omnichannel marketing and sales Today's IT service providers offer a large set of tools supporting sales and marketing activities

More information

Analytic Alphabet Soup: IoT, AI & ESP Big Data Analytics is a game changer in our Connected World

Analytic Alphabet Soup: IoT, AI & ESP Big Data Analytics is a game changer in our Connected World Analytic Alphabet Soup: IoT, AI & ESP Big Data Analytics is a game changer in our Connected World Eric Hunley Director Enterprise Solutions SAS Great leaders are almost always great simplifiers, who can

More information

Artificial Intelligence in Canada Mira V Perry

Artificial Intelligence in Canada Mira V Perry Artificial Intelligence in Canada Mira V Perry mperry@idc.com #IDCDirections Like Cloud, AI is a pervasive transformation of technology 2 3 algorithm 4 Raw data Retailers Data Telcos Logistics firms Original

More information

The Evolution of Data and the Impact of New Technologies on Agency Finance & Procurement

The Evolution of Data and the Impact of New Technologies on Agency Finance & Procurement The Evolution of Data and the Impact of New Technologies on Agency Finance & Procurement ROHIT CHAUHAN, EXECUTIVE VICE PRESIDENT OF ADVANCED ANALYTICS, MASTERCARD New technologies are converging to positively

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION This thesis is aimed to develop a computer based aid for physicians. Physicians are prone to making decision errors, because of high complexity of medical problems and due to cognitive

More information

Big Data and IoT Utilization in Japan

Big Data and IoT Utilization in Japan Big Data and IoT Utilization in Japan 2017.2.7 IoT Big Data Dr.Masahiro Ide Who am I? (Profile) Dr. Masahiro IDE Business Experience Engaged in analytics/big data, IoT utilization of consulting Management

More information

Success of an organization largely depends on the quality of decisions made by employees. Computer-based systems can help when:

Success of an organization largely depends on the quality of decisions made by employees. Computer-based systems can help when: 1 of 10 List and explain the phases in decision making Articulate the difference between structured and unstructured decision making Describe the typical software components that decision support systems

More information

US state auditor deploys machine learning to tackle healthcare fraud at scale

US state auditor deploys machine learning to tackle healthcare fraud at scale US state auditor deploys machine learning to tackle healthcare fraud at scale This e-book focuses on how a US state auditor leveraged machine learning to detect and prevent fraud in healthcare. The biggest

More information

Machine learning mechanisms in modern Omnichannel marketing and sales.

Machine learning mechanisms in modern Omnichannel marketing and sales. Machine learning mechanisms in modern Omnichannel marketing and sales. Currently, companies operating in retail must face a very competitive market. They very often set their goal at gaining a high number

More information

Ask the Expert SAS Text Miner: Getting Started. Presenter: Twanda Baker Senior Associate Systems Engineer SAS Customer Loyalty Team

Ask the Expert SAS Text Miner: Getting Started. Presenter: Twanda Baker Senior Associate Systems Engineer SAS Customer Loyalty Team Ask the Expert SAS Text Miner: Getting Started Ask the Expert SAS Text Miner: Getting Started Presenter: Twanda Baker Senior Associate Systems Engineer SAS Customer Loyalty Team Q&A: Melodie Rush Senior

More information

Text Analytics for Executives Title

Text Analytics for Executives Title WHITE PAPER Text Analytics for Executives Title What Can Text Analytics Do for Your Organization? ii Contents Introduction... 1 Getting Started with Text Analytics... 2 Text Analytics in Government...

More information

From Information to Insight: The Big Value of Big Data. Faire Ann Co Marketing Manager, Information Management Software, ASEAN

From Information to Insight: The Big Value of Big Data. Faire Ann Co Marketing Manager, Information Management Software, ASEAN From Information to Insight: The Big Value of Big Data Faire Ann Co Marketing Manager, Information Management Software, ASEAN The World is Changing and Becoming More INSTRUMENTED INTERCONNECTED INTELLIGENT

More information

AI Strategies in Retail

AI Strategies in Retail AI TRANSFORMATION AI Strategies in Retail Executive Brief Executive Summary The retail industry is evolving rapidly with large volumes of data and increasing challenges from new technologies. Early adopters

More information

LendIt Financial AI Workshop

LendIt Financial AI Workshop April 11, 2018 LendIt Financial AI Workshop Vikram Mahidhar Genpact 2018 Copyright Genpact. All Rights Reserved. Genpact is on a significant digital transformation journey Industry Leadership in BPO Pioneer

More information

Connected Banking Through Enhanced B2B

Connected Banking Through Enhanced B2B White Paper Connected Banking Through Enhanced B2B Sponsored by: IBM Jerry Silva October 2017 IN THIS WHITE PAPER Digital transformation is the driving force behind new initiatives in financial services

More information

SAP Leonardo. Artur Gornik Cloud and Platform Technology SAP Middle & Eastern Europe

SAP Leonardo. Artur Gornik Cloud and Platform Technology SAP Middle & Eastern Europe SAP Leonardo Artur Gornik Cloud and Platform Technology SAP Middle & Eastern Europe Digitization Every company strives to become a connected business Connected Data Integration Collaboration Mobile Big

More information

CI Information Hub. Incorporating Text Analysis into Business and Competitive Intelligence

CI Information Hub. Incorporating Text Analysis into Business and Competitive Intelligence CI Information Hub Incorporating Text Analysis into Business and Competitive Intelligence March 12, 2008 Iknow LLC 100 Overlook Center, 2nd Floor Princeton, New Jersey 08540-7814 T: (609) 419-0500 F: (609)

More information

Precision Medicine. Presented by:

Precision Medicine. Presented by: Precision Medicine Presented by: Prepared Brendan FitzGerald For: Enabling better health through information technology. Healthcare Information and Management Systems Society (HIMSS) HIMSS is a global,

More information

NVIDIA AND SAP INDUSTRY CHALLENGES INTEGRATED SOLUTION

NVIDIA AND SAP INDUSTRY CHALLENGES INTEGRATED SOLUTION NVIDIA AND SAP ACCELERATING ENTERPRISE INTELLIGENCE Deep learning is a collection of statistical machine learning techniques that is transforming every digital business. Applications using deep learning

More information

Areas of Computer Applications

Areas of Computer Applications Areas of Computer Applications Commercial data processing Large companies like banks, insurance companies, phone, gas and electricity suppliers and mail order companies, often have over a million customers.

More information

Smarter Analytics for Big Data

Smarter Analytics for Big Data Smarter Analytics for Big Data Anjul Bhambhri IBM Vice President, Big Data February 27, 2011 The World is Changing and Becoming More INSTRUMENTED INTERCONNECTED INTELLIGENT The resulting explosion of information

More information

Chapter 11. Managing Knowledge

Chapter 11. Managing Knowledge Chapter 11 Managing Knowledge Learning Objectives What is the role of knowledge management and knowledge management programs in business? What types of systems are used for enterprise-wide knowledge management

More information

Digital Marketing PRECISION EXAMS

Digital Marketing PRECISION EXAMS PRECISION EXAMS Digital Marketing EXAM INFORMATION Items 36 Points 41 Prerequisites NONE Grade Level 11-12 Course Length ONE SEMESTER Career Cluster MARKETING ARTS, A/V TECHNOLOGY AND COMMUNICATION Performance

More information

Digital Marketing PRECISION EXAMS

Digital Marketing PRECISION EXAMS PRECISION EXAMS Digital Marketing EXAM INFORMATION Items 36 Points 41 Prerequisites NONE Grade Level 11-12 Course Length ONE SEMESTER Career Cluster MARKETING ARTS, A/V TECHNOLOGY AND COMMUNICATION Performance

More information

Analytics for Banks. September 19, 2017

Analytics for Banks. September 19, 2017 Analytics for Banks September 19, 2017 Outline About AlgoAnalytics Problems we can solve for banks Our experience Technology Page 2 About AlgoAnalytics Analytics Consultancy Work at the intersection of

More information

Can drones & AI-enabled document analysis support audits in the future?

Can drones & AI-enabled document analysis support audits in the future? Can drones & AI-enabled document analysis support audits in the future? Showcases on new internal audit methodologies IAS 2018 Conference Brussels, 6 November 2018 The better the question. The better the

More information

Using Artificial Intelligence to Automate Expense Report Audit, Fraud Detection, and Risk Compliance

Using Artificial Intelligence to Automate Expense Report Audit, Fraud Detection, and Risk Compliance Using Artificial Intelligence to Automate Expense Report Audit, Fraud Detection, and Risk Compliance August 2016 Artificial Intelligence for Business Manual expense audit leaves companies vulnerable to

More information

TECHNOLOGY BRIEF Intapp and Applied AI. THE INTAPP PROFESSIONAL SERVICES PLATFORM Unified Client Life Cycle

TECHNOLOGY BRIEF Intapp and Applied AI. THE INTAPP PROFESSIONAL SERVICES PLATFORM Unified Client Life Cycle TECHNOLOGY BRIEF Intapp and Applied AI Technology assisted decision-making for professional services firms Professional services firms are struggling to extract valuable insights from their data, hindered

More information

Artificial intelligence A CORNERSTONE OF MONTRÉAL S ECONOMIC DEVELOPMENT

Artificial intelligence A CORNERSTONE OF MONTRÉAL S ECONOMIC DEVELOPMENT Artificial intelligence A CORNERSTONE OF MONTRÉAL S ECONOMIC DEVELOPMENT What is artificial intelligence and what are its applications? Artificial intelligence (AI) is booming in Montréal. In fact, intelligent

More information

Chapter 13 Knowledge Discovery Systems: Systems That Create Knowledge

Chapter 13 Knowledge Discovery Systems: Systems That Create Knowledge Chapter 13 Knowledge Discovery Systems: Systems That Create Knowledge Becerra-Fernandez, et al. -- Knowledge Management 1/e -- 2007 Prentice Hall Chapter Objectives To explain how knowledge is discovered

More information

Survival of the Fastest

Survival of the Fastest Survival of the Fastest Causing a [R]Evolution in Marketing @JeremyWaite Chief Strategy Officer 2 How many digital transformation projects fail? DIGITAL TRANSFORMATION PROJECTS FAIL. 13% PROBABILITY OF

More information

WHITE PAPER Funding Speech Analytics 101: A Guide to Funding Speech Analytics and Leveraging Insights Gained to Improve ROI

WHITE PAPER Funding Speech Analytics 101: A Guide to Funding Speech Analytics and Leveraging Insights Gained to Improve ROI s WHITE PAPER Funding Speech Analytics 101: A Guide to Funding Speech Analytics and Leveraging Insights Gained to Improve ROI 1-800-639-1700 mycallfinder.com A Guide to Funding Speech Analytics and Leveraging

More information

AI vs. Automation. The newest technologies for automatic tagging. semantic STAFFING

AI vs. Automation. The newest technologies for automatic tagging. semantic STAFFING October 18, 2017 Copyright 2017 Taxonomy Strategies LLC and Semantic Staffing. All rights reserved. Taxonomy Strategies semantic STAFFING AI vs. Automation The newest technologies for automatic tagging

More information

White Paper. Five industries where big data is making a difference

White Paper. Five industries where big data is making a difference Five industries where big data is making a difference To understand how Big Data can transform businesses, we have to understand its nature. Although there are numerous definitions of Big Data, many will

More information

Analytical Report. June

Analytical Report. June Analytical Report June 15 2005 Analytical Report 1 Introduction Businesses operate in a fiercely competitive and dynamic environment where the keys to survival are agility and speed. Businesses that are

More information

WHITE PAPER. Results Delivers Value

WHITE PAPER. Results Delivers Value WHITE PAPER SAS Title Results Delivers Value ii Contents Building on a foundation of analytics... 1 SAS Results: The right tools for the job... 1 Fill the analytical skills gap...2 Address limited IT support...2

More information

Advanced Recognition

Advanced Recognition HARVEY SPENCER ASSOCIATES Advanced Recognition Expanding the Capabilities of Capture 2017 HSA Inc. Page 1 of 10 Introduction Advanced Recognition consists of a series of technologies including pattern

More information

BOOK EXTRACT. Data to Diamonds Delivering valuable business insights

BOOK EXTRACT. Data to Diamonds Delivering valuable business insights BOOK EXTRACT Data to Diamonds Delivering valuable business insights 1 DATA TO DIAMONDS - Delivering valuable business insights - BOOK EXTRACT 2 CGI invites you to preview our new Data to Diamonds book.

More information

Chapter 9 Marketing Research

Chapter 9 Marketing Research MKTG Principles Of Marketing Twelfth Edition Chapter 9 Marketing Research Learning Outcomes (1 of 2) 9-1 Define marketing research and explain its importance to marketing decision making 9-2 Describe the

More information

Technology Consulting Analytics solutions for manufacturing and industrial products

Technology Consulting Analytics solutions for manufacturing and industrial products www.pwc.in Technology Consulting Analytics solutions for manufacturing and industrial products Overview Technological and digital innovations are transforming the manufacturing and industrial products

More information

It s a NEW Day! A Framework for Digital Operations with an Analytics Foundation

It s a NEW Day! A Framework for Digital Operations with an Analytics Foundation It s a NEW Day! A Framework for Digital Operations with an Analytics Foundation It s a NEW DAY! Companies that will thrive today and tomorrow are transforming how they operate. An explosion of technology

More information

Advanced Analytics for Fraud, Waste and Abuse Detection

Advanced Analytics for Fraud, Waste and Abuse Detection Advanced Analytics for Fraud, Waste and Abuse Detection ADVANCED ANALYTICS FOR FRAUD, WASTE, AND ABUSE DETECTION 2 Challenges Healthcare fraud, waste, and abuse costs exceed hundreds of billions of dollars

More information

The Essential Eight technologies Artificial intelligence

The Essential Eight technologies Artificial intelligence Governance Insights Center The Essential Eight technologies Artificial intelligence Artificial intelligence is changing how companies do business. What should boards know? Companies across industries are

More information

An Introduction to Multi-Channel Marketing

An Introduction to Multi-Channel Marketing An Introduction to Multi-Channel Marketing Table of Contents 3 Chapter 1: What is Multi-Channel Marketing? 5 Chapter 2: Implementing a Multi-Channel Program and Best Practices 9 Chapter 3: The Benefits

More information

Ed Turkel HPC Strategist

Ed Turkel HPC Strategist Dell EMC @ HPC on Wall St Ed Turkel HPC Strategist ed_turkel@dellteam.com Transforming the business Digital Transformation IT Transformation Workforce Transformation Security Transformation 2 Domain Experience

More information

Enterprise Artificial Intelligence

Enterprise Artificial Intelligence Ron Bodkin VP and GM, Artificial Intelligence Enterprise Artificial Intelligence Applications and Approaches 1 2015 Teradata 2016 Teradata Evolution of Analytics Prescriptive Predictive Descriptive REPORTING

More information

Primer on Cognitive Computing

Primer on Cognitive Computing Primer on Cognitive Computing Analyst: Jeff Kelly Date: January 21, 2015 Modern analytics technologies are quite adept at analyzing and visualizing historical, structured data. Want to know how many widgets

More information

WHITEPAPER. Text Analytics - Sentiment Extraction. Measuring the Emotional Tone of Content

WHITEPAPER. Text Analytics - Sentiment Extraction. Measuring the Emotional Tone of Content WHITEPAPER Text Analytics - Sentiment Extraction Measuring the Emotional Tone of Content What is Sentiment Scoring and why do you care? Sentiment scoring allows a computer to consistently rate the positive

More information

How to do SEO for Swiss companies?

How to do SEO for Swiss companies? How to do SEO for Swiss companies? This article aims to help small and big companies and organizations in Switzerland which are aware of Search Engine Optimization (SEO) and are about to take advantage

More information

The. Revolution. Automation is helping companies across industries do more with

The. Revolution. Automation is helping companies across industries do more with The AI Revolution Artificial intelligence is set to disrupt and transform businesses across industries, and there will be clear winners and losers. Rashed Haq Automation is helping companies across industries

More information

Value of. Clinical and Business Data Analytics for. Healthcare Payers NOUS INFOSYSTEMS LEVERAGING INTELLECT

Value of. Clinical and Business Data Analytics for. Healthcare Payers NOUS INFOSYSTEMS LEVERAGING INTELLECT Value of Clinical and Business Data Analytics for Healthcare Payers NOUS INFOSYSTEMS LEVERAGING INTELLECT Abstract As there is a growing need for analysis, be it for meeting complex regulatory requirements,

More information

Using People Analytics to Help Prevent Absences Due to Mental Health Issues

Using People Analytics to Help Prevent Absences Due to Mental Health Issues Hitachi Solutions for New Work Styles Using People Analytics to Help Prevent Absences Due to Mental Health Issues With AI, especially deep learning, experiencing a third boom driven by such factors as

More information

HOW TO USE AI IN BUSINESS

HOW TO USE AI IN BUSINESS HOW TO USE AI IN BUSINESS How to use AI in business 3 FOREWORDS 20 6 EXAMPLES OF USE CASES 4 INTRODUCTION TO AI 33 SUMMARY 10 MACHINE LEARNING IN PRACTICE 35 USEFUL LINKS 14 BEST PRACTISES FOREWORDS Artificial

More information

Business Strategy

Business Strategy Business Strategy 2018-21 NHSBSA Business Strategy 2018-21 (V2) 05.2018 Contents Foreword... 3 Introduction... 4 Our structure and our services... 6 Our strategic goals... 7 NHS Business Services Authority

More information

Maximize uptime with Metso Metrics. Data and expertise to directly improve your bottom line

Maximize uptime with Metso Metrics. Data and expertise to directly improve your bottom line Maximize uptime with Metso Metrics Data and expertise to directly improve your bottom line 1 More than the sum of its parts Technology is valuable, but when you combine it with hard-working equipment,

More information

Conversation as a Platform: Smart Bots

Conversation as a Platform: Smart Bots Conversation as a Platform: Smart Bots 2 ENGAGE YOUR CUSTOMERS EMPOWER YOUR EMPLOYEES OPTIMIZE YOUR OPERATIONS TRANSFORM YOUR PRODUCTS with compelling experiences across all channels to drive customer

More information

Transforming Healthcare with Automated Machine Learning HEALTHCARE OVERVIEW

Transforming Healthcare with Automated Machine Learning HEALTHCARE OVERVIEW Transforming Healthcare with Automated Machine Learning HEALTHCARE OVERVIEW Executive Summary The future of healthcare is data-driven, and machine learning is key to enabling the artificial intelligence

More information

STATISTICS Cheat Sheet

STATISTICS Cheat Sheet STATISTICS Cheat Sheet Social Media Statistics There are more than 2 billion active social media users 74% of internet users are using social media, with women (76%) having a slight edge over men (72%).

More information

The Analytical Revolution

The Analytical Revolution The Analytical Revolution Colin Shearer Global Executive, Advanced Analytic Solutions IBM Our world is becoming smarter Instrumented Interconnected Intelligent enabling organizations to make faster, better-informed

More information

Lessons Competencies Grammar SCANS

Lessons Competencies Grammar SCANS Lessons Competencies Grammar SCANS Chapter 1 Nice To Meet You New Friends and Neighbors Page 4 New Schools Page 8 A New Job Page 12 A Difficult Decision Page17 Ask and answer questions about life history

More information

The Process of Data Mining In data mining, data is acquired and prepared for what is known as a data warehouse through the following steps:

The Process of Data Mining In data mining, data is acquired and prepared for what is known as a data warehouse through the following steps: Data Mining A personal database, such as the address list of friends you have on your microcomputer, is generally small. But some databases are almost unimaginably vast, involving records for millions

More information

Business Analytics Live Online Webinar with Multisoft Virtual Academy!!!

Business Analytics Live Online Webinar with Multisoft Virtual Academy!!! Business Analytics Live Online Webinar with Multisoft Virtual Academy!!! Website: www.multisoftvirtualacademy.com Email: info@multisoftvirtualacademy.com Contact No: +918130666206/209 Contents Introduction

More information

Successful Selling: Acing Advanced Analytics to Drive Commercial Growth

Successful Selling: Acing Advanced Analytics to Drive Commercial Growth Successful Selling: Acing Advanced Analytics to Drive Commercial Growth By Bhargav Mantha and Maria Kliatchko March 2018 This article has been republished with the permission of Medtech Insight, a medical

More information

SAS Business Knowledge Series

SAS Business Knowledge Series 2014 SAS Business Knowledge Series A unique collaboration between SAS and a global network of industry experts who deliver the most current information on business practices, concepts, methodology and

More information

THE EVOLUTION OF SUPPORT SYSTEMS

THE EVOLUTION OF SUPPORT SYSTEMS ONLINE FILE W2.1 THE EVOLUTION OF SUPPORT SYSTEMS The first computers were designed to compute formulas for scientific and military applications during World War II. The first business applications began

More information

How Tech Has Changed HR and What Can We Expect In the Future

How Tech Has Changed HR and What Can We Expect In the Future How Tech Has Changed HR and What Can We Expect In the Future A quick guide to adapting to the changing HR technology landscape, how HR technology can revolutionize your employee management strategies,

More information

Business Analytics. enherent. Leveraging Analytic Applications. May Connecting the Dots.

Business Analytics. enherent. Leveraging Analytic Applications. May Connecting the Dots. Connecting the Dots Business Analytics Leveraging Analytic Applications May 2010 2010 Corp. All rights reserved. www..com Data Explosion There is no bigger problem facing individuals and organizations

More information

ONLINE EVALUATION FOR: Name

ONLINE EVALUATION FOR: Name ONLINE EVALUATION FOR: Name Address URL Phone This product is fulfilled by Platypus - Media, Advertising & Design. Platypus has been working with local BBB s for over 20 years. We specialize in providing

More information

Data Mining in CRM THE CRM STRATEGY

Data Mining in CRM THE CRM STRATEGY CHAPTER ONE Data Mining in CRM THE CRM STRATEGY Customers are the most important asset of an organization. There cannot be any business prospects without satisfied customers who remain loyal and develop

More information

Connecting The Cord Between AI & Payments Security QPS WHITEPAPER

Connecting The Cord Between AI & Payments Security QPS WHITEPAPER Connecting The Cord Between AI & Payments Security QPS WHITEPAPER 2 TABLE OF CONTENTS Introduction 3 How AI Is Different From Machine Learning 3 Paving the Future of Financial Fraud Detection 4 Machine

More information

Unit 6 Day 5 Notes Population and Sampling

Unit 6 Day 5 Notes Population and Sampling AFM Unit 6 Day 5 Notes Population and Sampling Name Date Population and Sampling The entire set of individuals or objects in which we are interested in is the population. Subset of population is a sample

More information

Unit 6 Day 5 Notes Population and Sampling

Unit 6 Day 5 Notes Population and Sampling AFM Unit 6 Day 5 Notes Population and Sampling Name Date Population and Sampling The entire set of individuals or objects in which we are interested in is the population. Subset of population is a sample

More information

Reaching Retail Customers with Individualized Insights. A brief how-to guide EB-8858 GUIDEBOOK

Reaching Retail Customers with Individualized Insights. A brief how-to guide EB-8858 GUIDEBOOK Reaching Retail Customers with Individualized Insights A brief how-to guide EB-8858 GUIDEBOOK TM Table of Contents 1 Using Individual Insights to Power Marketing 2 Implementing Your Individualized Marketing

More information

Monetizing Data. Creating Wealth through Analytics Powered Digital Culture. Narayanan Ramanathan (NR) Chief Digital Officer & Global Head

Monetizing Data. Creating Wealth through Analytics Powered Digital Culture. Narayanan Ramanathan (NR) Chief Digital Officer & Global Head Monetizing Data Creating Wealth through Analytics Powered Digital Culture Narayanan Ramanathan (NR) Chief Digital Officer & Global Head Restricted Circulation L&T Technology Services 2018 Exciting Facts

More information

Fraud in an open, digital payments landscape

Fraud in an open, digital payments landscape Fraud Management Fraud in an open, digital payments landscape More than 20 trillion a year is being spent via payment cards since 2014. With consumers increasingly relying on electronic payments, like

More information

PRACTICE SOLUTION. 7 Steps to Boost Your Online Reputation.

PRACTICE SOLUTION. 7 Steps to Boost Your Online Reputation. PRACTICE SOLUTION 7 Steps to Boost Your Online Reputation www.patientpop.com 7 Steps to Boost Your Online Reputation How to build your digital brand and reputation to win more referrals, increase patient

More information

1. Search, for finding individual or sets of documents and files

1. Search, for finding individual or sets of documents and files WHITE PAPER TURNING UNSTRUCTURED TEXT INTO INSIGHT Extending Business Intelligence With Text Analysis and Search EXECUTIVE SUMMARY While traditional business intelligence (BI) has transformed business

More information

RESEARCH REPORT. Published 3Q ADITYA KAUL Research Director. CLINT WHEELOCK Managing Director

RESEARCH REPORT. Published 3Q ADITYA KAUL Research Director. CLINT WHEELOCK Managing Director RESEARCH REPORT NOTE: This document is a free excerpt of a larger research report. If you are interested in purchasing the full report, please contact Tractica at sales@tractica.com. EXECUTIVE SUMMARY

More information

Point of View on AI & Cognitive. Deloitte Cognitive Lab

Point of View on AI & Cognitive. Deloitte Cognitive Lab Point of View on AI & Cognitive Deloitte Cognitive Lab Cognitive technologies capabilities The art of creating machines that perform functions that require intelligence when performed by people (Kurzweil,

More information

Your Guide to Building an Effective Analytics Strategy

Your Guide to Building an Effective Analytics Strategy ANALYTICS Your Guide to Building an Effective Analytics Strategy Turn your insights into results From large banks and credit unions to community financial institutions (FIs), the idea of putting analytics

More information

Predictive Analytics Using Support Vector Machine

Predictive Analytics Using Support Vector Machine International Journal for Modern Trends in Science and Technology Volume: 03, Special Issue No: 02, March 2017 ISSN: 2455-3778 http://www.ijmtst.com Predictive Analytics Using Support Vector Machine Ch.Sai

More information

Social Media Analytics

Social Media Analytics Social Media Analytics Outline Case Study : Twitter Analytics and Text Analytics Role of Social Media Analytics in Business Intelligence About AlgoAnalytics Page 2 Case Study : Twitter and Text Analytics

More information

Drive Collective, Innovative Decision Making within Your Enterprise, a simple approach

Drive Collective, Innovative Decision Making within Your Enterprise, a simple approach TM EzDataMunch A New Way To Discover Your Data Drive Collective, Innovative Decision Making within Your Enterprise, a simple approach Tell me and I will forget. Show me and I may remember. Involve me and

More information

Fundamentals of Information Systems, Seventh Edition

Fundamentals of Information Systems, Seventh Edition Chapter 1 An Introduction to Information Systems in Organizations 1 Principles and Learning Objectives The value of information is directly linked to how it helps decision makers achieve the organization

More information

https://youtu.be/p8di1km6v0i is there something Artificial about Intelligence? the dangers of climbing a ladder André De Locht Sr Business Value Consultant, Europe Unified Governance and Integration andre.de.locht@be.ibm.com

More information

Cognitive Business Operations:

Cognitive Business Operations: Cognitive Business Operations White Paper IGW12348USEN-00 Cognitive Business Operations: Processes and decisions that sense, respond, and learn Cognitive Business Operations Contents 2 Welcome to the Cognitive

More information

YASHAJIT SAHA & ABHISHEK SHARMA, SUBJECT MATTER EXPERTS, RESEARCH & ANALYTICS ADVANCED ANALYTICS: A REMEDY FOR COMMERCIAL SUCCESS IN PHARMA.

YASHAJIT SAHA & ABHISHEK SHARMA, SUBJECT MATTER EXPERTS, RESEARCH & ANALYTICS ADVANCED ANALYTICS: A REMEDY FOR COMMERCIAL SUCCESS IN PHARMA. YASHAJIT SAHA & ABHISHEK SHARMA, SUBJECT MATTER EXPERTS, RESEARCH & ANALYTICS ADVANCED ANALYTICS: A REMEDY FOR COMMERCIAL SUCCESS IN PHARMA wns wns ADVANCED ANALYTICS: A REMEDY FOR COMMERCIAL SUCCESS IN

More information

No digitalization without risks

No digitalization without risks No digitalization without risks How to equip your organization against the new fraud threads? Frédéric Hennequin Senior Solution Specialist Fraud & Compliance Agenda SAS Introduction Online Fraud in Belgium

More information

Chapter 8 Analytical Procedures

Chapter 8 Analytical Procedures Slide 8.1 Principles of Auditing: An Introduction to International Standards on Auditing Chapter 8 Analytical Procedures Rick Hayes, Hans Gortemaker and Philip Wallage Slide 8.2 Analytical procedures Analytical

More information

Impressions. Clicks. Leads. Conversions. Purchases. SecureAd Impressions Protect and defend ad spend against fraud for display, banner and video

Impressions. Clicks. Leads. Conversions. Purchases. SecureAd Impressions Protect and defend ad spend against fraud for display, banner and video Impressions Clicks Purchases SecureAd Impressions Protect and defend ad spend against fraud for display, banner and video SecureAd Clicks Protect and defend ad spend against fraud for search, social and

More information

Big Data Application in Indian Healthcare

Big Data Application in Indian Healthcare e-issn 2455 1392 Volume 3 Issue 5, May 2017 pp. 27 32 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Big Data Application in Indian Healthcare Miss. Sonali Vinaychandra Pandit BVIMIT, CBD,

More information

The Learning Pharmacovigilance System

The Learning Pharmacovigilance System The Learning Pharmacovigilance System From Concept to Reality In pharmacovigilance, intelligent should be able to identify new & previously unknown drug safety issues early enough to prevent significant

More information

IS Today: Managing in a Digital World 9/17/12

IS Today: Managing in a Digital World 9/17/12 IS Today: Managing in a Digital World Chapter 6 Enhancing Business Intelligence Using Information Systems Learning Objectives 6-2 With the help of their data warehouse and sophisticated business intelligence

More information

Data IBM. Education for our Data Scientists. Emily Plachy, Distinguished Engineer, IBM Global Chief Data Office May 1, 2017

Data IBM. Education for our Data Scientists. Emily Plachy, Distinguished Engineer, IBM Global Chief Data Office May 1, 2017 Data Science @ IBM Education for our Data Scientists Emily Plachy, Distinguished Engineer, IBM Global May 1, 2017 Global What is a Data Scientist? Data Scientists are Pioneers Work with business leaders

More information

Intelligent Remote Services for Connected Cars. Tom Fleischmann July 27, 2017

Intelligent Remote Services for Connected Cars. Tom Fleischmann July 27, 2017 Intelligent Remote Services for Connected Cars Tom Fleischmann July 27, 2017 Mobility industry needs insights Regarding vehicle attributes & the consumer Who is driving my cars? Male? Female? Age etc?

More information