Deploying Analytics with a Rules-Based Infrastructure. James Taylor, CEO

Size: px
Start display at page:

Download "Deploying Analytics with a Rules-Based Infrastructure. James Taylor, CEO"

Transcription

1 Deploying Analytics with a Rules-Based Infrastructure James Taylor, CEO

2 2011 Decision Management Solutions 2 Your presenter CEO of Decision Management Solutions Decision Management Solutions works with clients to improve their business by applying analytics and analytic technology to automate and improve decisions Spent the last 8 years developing the concept of Decision Management 20 years experience in all aspects of software including time in FICO, PeopleSoft R&D, Ernst & Young

3 AGENDA Zero value analytics are easy Operational analytics are hard(er) Introducing business rules Deploying analytics with business rules Decision Management Wrap Up

4 2011 Decision Management Solutions 4 The one slide you need It is easy to have analytic success without creating business value It is especially easy to fail to deliver business value when focused on operational analytics Business rules and a business rules management system provide an ideal platform for analytics Decision Management ties analytics and business rules together in an effective framework

5 Zero value analytics are easy 2011 Decision Management Solutions 5

6 2011 Decision Management Solutions 6 The operation was a success But the patient died

7 2011 Decision Management Solutions 7 Making information more readily available is important, but making better decisions based on information is what pays the bills.

8 2011 Decision Management Solutions 8 What is a decision? Data is gathered, considered, analyzed A choice or selection is made That results in a commitment to action

9 Operational analytics are hard(er)

10 2011 Decision Management Solutions 10 Different kinds of decisions Type Strategy Tactics Operations Low Economic impact High

11 2011 Decision Management Solutions 11 Analytic power in operational decisions How do I prevent this customer from churning? convert this visitor? acquire this prospect? make this offer compelling to this person? identify this claim as fraudulent? correctly estimate the risk of this loan? It s not about aha moments It s about making better operational decisions

12 After Smart (Enough) Systems, Prentice Hall Decision Management Solutions 12 Operational decisions are different High Volume Low Latency High Variability Ensure Compliance Personalize Manage Risk Unattended Operation Self-Service Straight Through Processing

13 2011 Decision Management Solutions 13 Insights must drive action * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *?

14 Time to deploy models matters 2011 Decision Management Solutions 14

15 2011 Decision Management Solutions 15 The three legged stool Business

16 2011 Decision Management Solutions 16 Case: Varolii Personalized, automated consumer communication SaaS Challenge: apply advanced analytics Analyze past behavior of consumers Drive recommendations to their clients Actionable and automatic Solution Identify key decisions Analytically derive new rules based on past success Integrate client rules with analytic rules

17 Introducing business rules

18 2011 Decision Management Solutions 18 What are business rules? statements of the actions you should take when certain business conditions are true.

19 Business rules drive decisions Policy Decision Regulations History Legacy Applications Experience 2011 Decision Management Solutions 19

20 2011 Decision Management Solutions 20 Unmanageable business rules public class Application { private Customer customers[]; private Customer goldcustomers[];... public void checkorder() { for (int i = 0; i < numcustomers; i++) { Customer acustomer = customers[i]; if (acustomer.checkifgold()) { numgoldcustomers++; goldcustomers[numgoldcustomers] = acustomer; if (acustomer.getcurrentorder().getamount() > ) acustomer.setspecialdiscount (0.05); } } }

21 2011 Decision Management Solutions 21 Manageable business rules If customer is GoldCustomer and Home_Equity_Loan_Value is more than $100,000 then college_loan_discount = 0.5% If member has greater than 3 prescriptions and prescription s renewal_date is less than 30 days in the future then set reminder= If patient s age is less than 18 and member s coverage is standard and member s number_of_claims does not exceed 4 then set patient s coverage to standard Smart (Enough) Systems, Prentice Hall June Fig 4.3

22 2011 Decision Management Solutions 22 A Business Rules Management System Validation and Verification Testing Rule Repository Deployment Decision Service Rule Engine Production Application Design Tools Rule Management Applications Operational Database After Smart (Enough) Systems, Prentice Hall June Fig 6.6

23 2011 Decision Management Solutions 23 Case: Health Management Personalized health recommendations Challenge: multiple sources of tailoring Medical research Data mining of participant and outcome information Best practices in personal health Solution Replace Java code with JBoss Drools Implement best practices as decision tables Decision trees from analytic results, medical research Implement as additional decision tables

24 Deploying analytics with business rules

25 2011 Decision Management Solutions 25 Business rules and analytics Broader set of data for business rules to act on Association rules as business rules Decision trees as business rules Predictive (risk) scorecards as business rules

26 2011 Decision Management Solutions 26 Integrate operational and analytic Operational Systems Business Rules Analytic Systems Predictive Analytics

27 Association rules speak for themselves If basket contains Hats AND basket contains Socks THEN offer category is Active Accessories Screenshots courtesy of KXEN 2011 Decision Management Solutions 27

28 Deploying a decision tree Screenshots courtesy of IBM 2011 Decision Management Solutions 28

29 Scorecards are a powerful tool Years Under Contract More than 2 10 Number of Contract Changes More than 1 10 Value Rating of Current Plan Poor 0 Good 10 Excellent 20 Score 30 Reason Codes Explaining results Transparency It is really clear how a score card got its result Compliance Easy to enforce rules about use of specific attributes Simplicity Easy to use and explain Easy to implement Although not necessarily easy to build 2011 Decision Management Solutions 29

30 Deploying a scorecard Screenshots courtesy of FICO 2011 Decision Management Solutions 30

31 2011 Decision Management Solutions 31 The power of business rules Visible, business friendly analytic implementation Avoiding the mistrust of a black box Platform for all three groups to share All three legs can participate and collaborate Time to deploy A BRMS handles much of the complexity Support for defining actions Wrap into decisions

32 Integration options Native model execution Generate code or SQL Let the rules call the models when they need them Models as rules Manual or automatic import of models Create rules and rule artifacts that are executable Database scoring Traditional Separate services Let the rules call scoring services 2011 Decision Management Solutions 32

33 2011 Decision Management Solutions 33 Cautions PMML variations still exist Make sure you understand limitations and issues Variable creation and PMML PMML 4.0 supports variable creation Most tools do not export variable definitions Matching data Operational and analytic data are not always the same From a flat analytic data set to object models Once a model is in rules it can be edited.

34 2011 Decision Management Solutions 34 Case: Major medical insurer Dental Claims Processing Challenge: operationalize fraud models Legacy claims system uses fixed business logic Analytics models predict provider fraud Only currently applied after the fact pay and chase Solution Add a rules-based decision service to review claims Add rules to define new variables Make analytics visible and reviewable by experts Easily add judgment as well as analytics

35 From analytics to decision management

36 2011 Decision Management Solutions 36 Don t start by focusing on the data Analytic insight Better decision Derived information Available data

37 2011 Decision Management Solutions 37 Start by focusing on the decision Better decision Available data Derived information Analytic insight

38 2011 Decision Management Solutions 38 Business Process Legacy System Website Enterprise Application Cloud Mobile Decision Discovery Ask for a decision Get an action Decision Services Decision Service Policy Regulation Best Practices Know-how Business Rules Predictive Analytics Segmentation Clustering Risk Propensity Decision Analysis New approaches Refinements Data External Data

39 2011 Decision Management Solutions 39 Case: Fiserv Core banking systems for mid-sized banks Challenge: create value-add analytic offering Core functionality perceived as commodity Analytics delivers unique value Customers value (but don t understand) analytics Solution Identify key decisions Build rules-based, cross-channel decision services Automate analytic model creation and deployment Empower customers to own these decisions

40 Wrap Up

41 2011 Decision Management Solutions 41 The one slide you need It is easy to have analytic success without creating business value It is especially easy to fail to deliver business value when focused on operational analytics Business rules and a business rules management system provide an ideal platform for analytics Decision Management ties analytics and business rules together in an effective framework

42 2011 Decision Management Solutions 42 Action Plan Identify your decisions before analytics Adopt business rules to implement analytics Bring business, analytic and IT people together

43 Thank you! James Taylor, CEO

Building flexible, easy to change and rock-solid applications with BRFplus decision services. Carsten Ziegler, James Taylor

Building flexible, easy to change and rock-solid applications with BRFplus decision services. Carsten Ziegler, James Taylor [ Building flexible, easy to change and rock-solid applications with BRFplus decision services Carsten Ziegler, James Taylor [ Learning Points Learn how the empowerment of business experts is built into

More information

Predictive Analytics at the Speed of Business

Predictive Analytics at the Speed of Business Predictive Analytics at the Speed of Business How decision management and a real-time infrastructure get predictive analytics where and when you need them 2012 Decision Management Solutions 1 Your presenters

More information

Maximizing the ROI Of Visual Rules

Maximizing the ROI Of Visual Rules Table of Contents Introduction... 3 Decision Management... 3 Decision Discovery... 4 Decision Services... 6 Decision Analysis... 11 Conclusion... 12 About Decision Management Solutions... 12 Acknowledgements

More information

Oracle Real Time Decisions

Oracle Real Time Decisions A Product Review James Taylor CEO CONTENTS Introducing Decision Management Systems Oracle Real Time Decisions Product Architecture Key Features Availability Conclusion Oracle Real Time Decisions (RTD)

More information

Compliance. Technology. Process. Using Automated Decisioning and Business Rules to Improve Real-time Risk Management

Compliance. Technology. Process. Using Automated Decisioning and Business Rules to Improve Real-time Risk Management Technology Process Compliance Using Automated Decisioning and Business Rules to Improve Real-time Risk Management Sandeep Gupta, Equifax James Taylor, Smart (enough) Systems August 2008 Equifax is a registered

More information

Delivering Customer Value Faster With Big Data Analytics

Delivering Customer Value Faster With Big Data Analytics Delivering Customer Value Faster With Big Data Analytics Tackle the challenges of Big Data and real-time analytics with a cloud-based Decision Management Ecosystem James Taylor CEO Customer data is more

More information

Managing the Next Best Activity Decision

Managing the Next Best Activity Decision Managing the Next Best Activity Decision James Taylor CEO, Decision Management Solutions Treating customers right, every time More information at: www.decisionmanagementsolutions.com No matter what the

More information

Advanced analytics key component for decision management systems

Advanced analytics key component for decision management systems decision management In the last 20 to 30 years, companies have faced significant changes in how they perform their day-to-day operations, and so have the analytics used to make decisions. In this Q&A Tip

More information

The case for Centralized Customer Decisioning

The case for Centralized Customer Decisioning IBM Software Thought Leadership White Paper July 2011 The case for Centralized Customer Decisioning A white paper written by James Taylor, Decision Management Solutions. This paper was produced in part

More information

From Business Intelligence to Predictive Analytics. James Taylor CEO, Decision Management Solutions

From Business Intelligence to Predictive Analytics. James Taylor CEO, Decision Management Solutions From Business Intelligence to Predictive Analytics James Taylor CEO, Decision Management Solutions Your presenter James Taylor CEO of Decision Management Solutions Works with clients to improve their business

More information

Enhancing BPM with Business Rules Increase your business agility by separating management of decision logic from mechanics of business process

Enhancing BPM with Business Rules Increase your business agility by separating management of decision logic from mechanics of business process white paper Enhancing BPM with Business Rules Increase your business agility by separating management of decision logic from mechanics of business process February 2010»» Summary Organizations in many

More information

SAP Predictive Analytics: An Overview and Roadmap. Charles Gadalla, SAP @cgadalla SESSION CODE: 603

SAP Predictive Analytics: An Overview and Roadmap. Charles Gadalla, SAP @cgadalla SESSION CODE: 603 SAP Predictive Analytics: An Overview and Roadmap Charles Gadalla, SAP @cgadalla SESSION CODE: 603 Advanced Analytics SAP Vision Embed Smart Agile Analytics into Decision Processes to Deliver Business

More information

Three steps to put Predictive Analytics to Work

Three steps to put Predictive Analytics to Work Three steps to put Predictive Analytics to Work The most powerful examples of analytic success use Decision Management to deploy analytic insight in day to day operations helping organizations make more

More information

KnowledgeSTUDIO HIGH-PERFORMANCE PREDICTIVE ANALYTICS USING ADVANCED MODELING TECHNIQUES

KnowledgeSTUDIO HIGH-PERFORMANCE PREDICTIVE ANALYTICS USING ADVANCED MODELING TECHNIQUES HIGH-PERFORMANCE PREDICTIVE ANALYTICS USING ADVANCED MODELING TECHNIQUES Translating data into business value requires the right data mining and modeling techniques which uncover important patterns within

More information

WELCOME TO TECH IMMERSION

WELCOME TO TECH IMMERSION WELCOME TO TECH IMMERSION Track: Performance Point Services 2010 Presenter: Kathrine Lord Agenda o Microsoft Business Intelligence Offering o Overview of SharePoint Services o Dashboards, Scorecards, and

More information

KNIME UGM 2014 Partner Session

KNIME UGM 2014 Partner Session KNIME UGM 2014 Partner Session DYMATRIX Stefan Weingaertner DYMATRIX CONSULTING GROUP 1 Agenda 1 Company Introduction 2 DYMATRIX Customer Intelligence Offering 3 PMML2SQL / PMML2SAS Converter 4 Uplift

More information

Framing Requirements for Predictive Analytic Projects with Decision Modeling

Framing Requirements for Predictive Analytic Projects with Decision Modeling Research Brief Framing Requirements for Predictive Analytic Projects with Decision Modeling August 2015 Written by: James Taylor Key Takeaways 1. Organizations are struggling to create a scalable, sustainable

More information

The Decision Management Manifesto

The Decision Management Manifesto An Introduction Decision Management is a powerful approach, increasingly used to adopt business rules and advanced analytic technology. The Manifesto lays out key principles of the approach. James Taylor

More information

A Near Real-Time Personalization for ecommerce Platform Amit Rustagi arustagi@ebay.com

A Near Real-Time Personalization for ecommerce Platform Amit Rustagi arustagi@ebay.com A Near Real-Time Personalization for ecommerce Platform Amit Rustagi arustagi@ebay.com Abstract. In today's competitive environment, you only have a few seconds to help site visitors understand that you

More information

BUTLER A N A L Y T I C S DECISION ORIENTED BUSINESS PROCESS MANAGEMENT

BUTLER A N A L Y T I C S DECISION ORIENTED BUSINESS PROCESS MANAGEMENT DECISION ORIENTED BUSINESS PROCESS MANAGEMENT January 2015 Contents Business Process Management Meets Decision Management 3 Adding Intelligence to BPM 4 Intelligent Business Process Methods 5 Applying

More information

Understanding Your Customer Journey by Extending Adobe Analytics with Big Data

Understanding Your Customer Journey by Extending Adobe Analytics with Big Data SOLUTION BRIEF Understanding Your Customer Journey by Extending Adobe Analytics with Big Data Business Challenge Today s digital marketing teams are overwhelmed by the volume and variety of customer interaction

More information

SAS Fraud Framework for Banking

SAS Fraud Framework for Banking SAS Fraud Framework for Banking Including Social Network Analysis John C. Brocklebank, Ph.D. Vice President, SAS Solutions OnDemand Advanced Analytics Lab SAS Fraud Framework for Banking Agenda Introduction

More information

Grow Revenues and Reduce Risk with Powerful Analytics Software

Grow Revenues and Reduce Risk with Powerful Analytics Software Grow Revenues and Reduce Risk with Powerful Analytics Software Overview Gaining knowledge through data selection, data exploration, model creation and predictive action is the key to increasing revenues,

More information

A LEADER IN BEHAVIORAL ANALYTICS AND PIONEER IN PERSONALITY-BASED SOFTWARE APPLICATIONS

A LEADER IN BEHAVIORAL ANALYTICS AND PIONEER IN PERSONALITY-BASED SOFTWARE APPLICATIONS A LEADER IN BEHAVIORAL ANALYTICS AND PIONEER IN PERSONALITY-BASED SOFTWARE APPLICATIONS The Chemistry of Conversation Updated June 2015 www. mattersight.com Driving Significant Business Value Every time

More information

Elevate Customer Experience and Engagement in the New Digital World

Elevate Customer Experience and Engagement in the New Digital World Elevate Customer Experience and Engagement in the New Digital World John Chan CRM Solutions Lead, Microsoft Business Solutions Microsoft Asia Customer buying behavior has fundamentally changed therefore,

More information

Agenda. How Process & Decision Management Help to Increase Business Value? WebSphere Business Process Management

Agenda. How Process & Decision Management Help to Increase Business Value? WebSphere Business Process Management 提 升 企 業 營 運 價 值 即 時 行 銷 及 時 調 校 企 業 體 質 高 效 優 化 Katrina Li WebSphere Client Technical Professional yili@tw.ibm.com Agenda How Process & Decision Management Help to Increase Business Value? WebSphere Business

More information

Fast and Easy Delivery of Data Mining Insights to Reporting Systems

Fast and Easy Delivery of Data Mining Insights to Reporting Systems Fast and Easy Delivery of Data Mining Insights to Reporting Systems Ruben Pulido, Christoph Sieb rpulido@de.ibm.com, christoph.sieb@de.ibm.com Abstract: During the last decade data mining and predictive

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

Predictive Customer Interaction Management for Insurance Companies

Predictive Customer Interaction Management for Insurance Companies Predictive Customer Interaction Management for Insurance Companies An architecture that enables insurance carriers to leverage realtime events to accurately target products and services 2 TABLE OF CONTENTS

More information

Data Mining + Business Intelligence. Integration, Design and Implementation

Data Mining + Business Intelligence. Integration, Design and Implementation Data Mining + Business Intelligence Integration, Design and Implementation ABOUT ME Vijay Kotu Data, Business, Technology, Statistics BUSINESS INTELLIGENCE - Result Making data accessible Wider distribution

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

Data Mining from A to Z: Better Insights, New Opportunities WHITE PAPER

Data Mining from A to Z: Better Insights, New Opportunities WHITE PAPER Data Mining from A to Z: Better Insights, New Opportunities WHITE PAPER SAS White Paper Table of Contents Introduction.... 1 How Do Predictive Analytics and Data Mining Work?.... 2 The Data Mining Process....

More information

April 2016 JPoint Moscow, Russia. How to Apply Big Data Analytics and Machine Learning to Real Time Processing. Kai Wähner. kwaehner@tibco.

April 2016 JPoint Moscow, Russia. How to Apply Big Data Analytics and Machine Learning to Real Time Processing. Kai Wähner. kwaehner@tibco. April 2016 JPoint Moscow, Russia How to Apply Big Data Analytics and Machine Learning to Real Time Processing Kai Wähner kwaehner@tibco.com @KaiWaehner www.kai-waehner.de LinkedIn / Xing Please connect!

More information

Private Cloud: Regain Control of IT

Private Cloud: Regain Control of IT Platform Private Cloud: Regain Control of IT Computing Songnian Zhou TORONTO 10/21/2010 Copyright 2009 Platform Computing Corporation. All Rights Reserved. The Evolving Data Center (1970-2008) From managing

More information

Mike Maxey. Senior Director Product Marketing Greenplum A Division of EMC. Copyright 2011 EMC Corporation. All rights reserved.

Mike Maxey. Senior Director Product Marketing Greenplum A Division of EMC. Copyright 2011 EMC Corporation. All rights reserved. Mike Maxey Senior Director Product Marketing Greenplum A Division of EMC 1 Greenplum Becomes the Foundation of EMC s Big Data Analytics (July 2010) E M C A C Q U I R E S G R E E N P L U M For three years,

More information

Optimize data management for. smarter banking and financial markets

Optimize data management for. smarter banking and financial markets Optimize data management for smarter banking and financial markets 2 Flexibility, transparency, quick response times: Are you ready for the new financial environment? 1 2 and profitability Meeting customer

More information

App Development Strategies Top 6 Trends

App Development Strategies Top 6 Trends App Development Strategies Top 6 Trends November 27, 2012 Yankee Group Jason Armitage, Principal Analyst Chris Marsh, Principal Analyst Page 1 Copyright 2012 Poll Question In 2013, will your company/organization

More information

Deploying Insights from Online Banking Analytics in Incremental Innovation

Deploying Insights from Online Banking Analytics in Incremental Innovation Universal Banking Solution System Integration Consulting Business Process Outsourcing The relevance of online analytics to banking In its 2010 report on the state of online banking in the United States,

More information

Mastering Big Data. Steve Hoskin, VP and Chief Architect INFORMATICA MDM. October 2015

Mastering Big Data. Steve Hoskin, VP and Chief Architect INFORMATICA MDM. October 2015 Mastering Big Data Steve Hoskin, VP and Chief Architect INFORMATICA MDM October 2015 Agenda About Big Data MDM and Big Data The Importance of Relationships Big Data Use Cases About Big Data Big Data is

More information

KnowledgeSEEKER Marketing Edition

KnowledgeSEEKER Marketing Edition KnowledgeSEEKER Marketing Edition Predictive Analytics for Marketing The Easiest to Use Marketing Analytics Tool KnowledgeSEEKER Marketing Edition is a predictive analytics tool designed for marketers

More information

Fulfilling your data obsession

Fulfilling your data obsession www.ovum.com Fulfilling your data obsession Tim Jennings, Chief Research Officer tim.jennings@ovum.com 23 rd Nov 2015 @tjennings Copyright Ovum 2014. All rights reserved. 2 Agenda Why obsess about data?

More information

Predictive Analytics in the Cloud. James Taylor, CEO

Predictive Analytics in the Cloud. James Taylor, CEO Predictive Analytics in the Cloud James Taylor, CEO 2012 Decision Management Solutions 2 Your presenter James Taylor! CEO of Decision Management Solutions! Leading expert on Decision Management Systems!

More information

Repository-Centric Enterprise Architecture

Repository-Centric Enterprise Architecture Repository-Centric Enterprise Architecture Copyright 2005, Enterprise Elements, Inc. Abstract - Enterprise Architecture modeling tools are used to capture complex knowledge about organizations and technology.

More information

III JORNADAS DE DATA MINING

III JORNADAS DE DATA MINING III JORNADAS DE DATA MINING EN EL MARCO DE LA MAESTRÍA EN DATA MINING DE LA UNIVERSIDAD AUSTRAL PRESENTACIÓN TECNOLÓGICA IBM Alan Schcolnik, Cognos Technical Sales Team Leader, IBM Software Group. IAE

More information

EMDEON PAYMENT INTEGRITY SERVICES

EMDEON PAYMENT INTEGRITY SERVICES EMDEON PAYMENT INTEGRITY SERVICES Emdeon Fraud Prevention Services Emdeon Fraud Investigative Services Emdeon Clinical Integrity for Claims Emdeon Third-Party Liability Analysis Simplifying the Business

More information

Technology and Trends for Smarter Business Analytics

Technology and Trends for Smarter Business Analytics Don Campbell Chief Technology Officer, Business Analytics, IBM Technology and Trends for Smarter Business Analytics Business Analytics software Where organizations are focusing Business Analytics Enhance

More information

Working with telecommunications

Working with telecommunications Working with telecommunications Minimizing churn in the telecommunications industry Contents: 1 Churn analysis using data mining 2 Customer churn analysis with IBM SPSS Modeler 3 Types of analysis 3 Feature

More information

Automated Predictive Analysis. Tomer Steinberg

Automated Predictive Analysis. Tomer Steinberg Automated Predictive Analysis Tomer Steinberg Analytics solutions from SAP SAP Analytics Portfolio Cloud Mobile Agile Visualization Advanced Analytics Big Data Enterprise Business Intelligence Collaboration

More information

An Introduction to Decision Management. James Taylor CEO

An Introduction to Decision Management. James Taylor CEO An Introduction to Decision Management James Taylor CEO 2014 Decision Management Solutions Your Presenters James Taylor I m a passionate believer in the power of Decision Management to deliver simpler,

More information

Digital content is emerging as the newest strategic

Digital content is emerging as the newest strategic For Building the B2B Sales Pipeline One of the biggest challenges facing B2B organizations is how to efficiently scale digital content production to reach and engage prospective new buyers. Savvy marketing

More information

OPTIMIZING ROUTING AND REPORTING ON WHY CUSTOMERS CALL

OPTIMIZING ROUTING AND REPORTING ON WHY CUSTOMERS CALL tech line / may 2014 OPTIMIZING ROUTING AND REPORTING ON WHY CUSTOMERS CALL Take a broader view to do what s best for the center and the customer. By Brian Hinton, Strategic Contact Inc. Pipeline Articles

More information

Next Generation Data Mining. Data Mining Automation & Realtime-Scoring "on-the-cloud.

Next Generation Data Mining. Data Mining Automation & Realtime-Scoring on-the-cloud. Next Generation Data Mining. Data Mining Automation & Realtime-Scoring "on-the-cloud. Outline DYMATRIX & Zementis Overview Consulting & Product Expertise DynaMine & ADAPA Solution Framework Case Study:

More information

Hadoop s Advantages for! Machine! Learning and. Predictive! Analytics. Webinar will begin shortly. Presented by Hortonworks & Zementis

Hadoop s Advantages for! Machine! Learning and. Predictive! Analytics. Webinar will begin shortly. Presented by Hortonworks & Zementis Webinar will begin shortly Hadoop s Advantages for Machine Learning and Predictive Analytics Presented by Hortonworks & Zementis September 10, 2014 Copyright 2014 Zementis, Inc. All rights reserved. 2

More information

The Convergence of Data and Analytics in the Corporate World

The Convergence of Data and Analytics in the Corporate World The Convergence of Data and Analytics in the Corporate World Is it possible to draw parallels between commercial experience and tax applications? Jack Noonan President & Chief Executive Officer SPSS Inc.

More information

In this presentation, you will be introduced to data mining and the relationship with meaningful use.

In this presentation, you will be introduced to data mining and the relationship with meaningful use. In this presentation, you will be introduced to data mining and the relationship with meaningful use. Data mining refers to the art and science of intelligent data analysis. It is the application of machine

More information

Data Analysis with Various Oracle Business Intelligence and Analytic Tools

Data Analysis with Various Oracle Business Intelligence and Analytic Tools Data Analysis with Various Oracle Business Intelligence and Analytic Tools Session ID: 108680 Prepared by: Tim and Dan Vlamis Vlamis Software Solutions www.vlamis.com @TimVlamis Agenda What we will talk

More information

Universal PMML Plug-in for EMC Greenplum Database

Universal PMML Plug-in for EMC Greenplum Database Universal PMML Plug-in for EMC Greenplum Database Delivering Massively Parallel Predictions Zementis, Inc. info@zementis.com USA: 6125 Cornerstone Court East, Suite #250, San Diego, CA 92121 T +1(619)

More information

How To Get An Advantage From Analytics

How To Get An Advantage From Analytics Business Analytics Gaining the Advantage Clients Collective Intelligence is one of 100 partners Nationally Surfacing Previously Siloed Data Allow Users Direct Access to Data Streamline Business Practices

More information

Predictive Analytics Software Suite

Predictive Analytics Software Suite Predictive Analytics Software Suite Predict What Will Happen Next In the face of a complex business environment, the key to success for organizations today is their ability to effectively leverage their

More information

2011 Decision Management Solutions - Next Generation Fraud Detection

2011 Decision Management Solutions - Next Generation Fraud Detection Decision Management Solutions, 2011 1 Your presenter James Taylor! CEO of Decision Management Solutions! Works with clients to improve their business by applying analytic technology to automate & improve

More information

hybris Solution Brief Hybris Marketing Market to an Audience of One

hybris Solution Brief Hybris Marketing Market to an Audience of One hybris Solution Brief Hybris Marketing Market to an Audience of One People are intuitive. A shop owner can meet a customer and immediately pick up on explicit and implicit cues that signal intent: What

More information

PassGuide.C4070-623.36Questions

PassGuide.C4070-623.36Questions PassGuide.C4070-623.36Questions Number: C4070-623 Passing Score: 800 Time Limit: 120 min File Version: 4.7 http://www.gratisexam.com/ C4070-623 System z Cloud and Linux Solution Selling I 'm feeling proud

More information

Easy Execution of Data Mining Models through PMML

Easy Execution of Data Mining Models through PMML Easy Execution of Data Mining Models through PMML Zementis, Inc. UseR! 2009 Zementis Development, Deployment, and Execution of Predictive Models Development R allows for reliable data manipulation and

More information

Business analytics for insurance

Business analytics for insurance IBM Software Group White Paper Business Analytics Business analytics for insurance Four ways insurers are winning with analytics 2 Business analytics for insurance Abstract Insurance companies need smarter

More information

Predictive Analytics. Noam Zeigerson, CTO

Predictive Analytics. Noam Zeigerson, CTO Predictive Analytics Noam Zeigerson, CTO Agenda The Predictive Analytics Need Innovative Technologies Business Solutions The problem: Inconsistent stream of revenue Available Data Sources ERP data Web

More information

In-Database Analytics

In-Database Analytics Embedding Analytics in Decision Management Systems In-database analytics offer a powerful tool for embedding advanced analytics in a critical component of IT infrastructure. James Taylor CEO CONTENTS Introducing

More information

Vehicle Manufacturer Propels Customer Engagement with Digital Marketing Solutions Insights

Vehicle Manufacturer Propels Customer Engagement with Digital Marketing Solutions Insights Customer Solution Case Study Vehicle Manufacturer Propels Customer Engagement with Digital Marketing Solutions Insights Overview Country or Region: United States Industry: Manufacturing Farm and recreational

More information

Making Leaders Successful Every Day

Making Leaders Successful Every Day Making Leaders Successful Every Day Why & How Enterprises Are Adopting the Cloud James Staten, VP, Principal Analyst The bottom line 1. Public cloud adoption is driven by the business, not IT Empowered

More information

Product recommendations and promotions (couponing and discounts) Cross-sell and Upsell strategies

Product recommendations and promotions (couponing and discounts) Cross-sell and Upsell strategies WHITEPAPER Today, leading companies are looking to improve business performance via faster, better decision making by applying advanced predictive modeling to their vast and growing volumes of data. Business

More information

EMEA CRM Analytics Suite Magic Quadrant Criteria 3Q02

EMEA CRM Analytics Suite Magic Quadrant Criteria 3Q02 Decision Framework, J. Radcliffe Research Note 26 September 2002 EMEA CRM Analytics Suite Magic Quadrant Criteria 3Q02 Europe, the Middle East and Africa Customer Relationship Management Analytics Suite

More information

Delivering a Smarter Shopping Experience with Predictive Analytics:

Delivering a Smarter Shopping Experience with Predictive Analytics: IBM Software Business Analytics Retail Delivering a Smarter Shopping Experience with Predictive Analytics: Innovative Retail Strategies Delivering a Smarter Shopping Experience with Predictive Analytics:

More information

Customer Centric Banking. June 2014, IBU Banking, SAP

Customer Centric Banking. June 2014, IBU Banking, SAP Customer Centric Banking June 2014, IBU Banking, SAP EMPOWERED CUSTOMERS ARE 79% 53% 59% Digitally Connected of customers spend at least 50% of total shopping time researching brands online. Socially Networked

More information

OPTIMIZE SALES, SERVICE AND SATISFACTION WITH ORACLE DEALER MANAGEMENT

OPTIMIZE SALES, SERVICE AND SATISFACTION WITH ORACLE DEALER MANAGEMENT OPTIMIZE SALES, SERVICE AND SATISFACTION WITH ORACLE DEALER MANAGEMENT KEY FEATURES Manage leads, configure vehicles, prepare quotes, submit invoice and process orders Capture customer, vehicle and service

More information

hybris Solution Brief HYBRIS MARKETING Market to an Audience of One

hybris Solution Brief HYBRIS MARKETING Market to an Audience of One hybris Solution Brief HYBRIS MARKETING Market to an Audience of One People are intuitive. A shop owner can meet a customer and immediately observe both explicit and implicit cues that signal that person

More information

ElegantJ BI. White Paper. Operational Business Intelligence (BI)

ElegantJ BI. White Paper. Operational Business Intelligence (BI) ElegantJ BI Simple. Smart. Strategic. ElegantJ BI White Paper Operational Business Intelligence (BI) Integrated Business Intelligence and Reporting for Performance Management, Operational Business Intelligence

More information

How to Choose the Best Web Content Management System for Customer Experience Management:

How to Choose the Best Web Content Management System for Customer Experience Management: white paper How to Choose the Best Web Content Management System for Customer Experience Management: A Guide for Both Marketers and Developers Table of Contents Choosing a Web CMS is about more than Content

More information

White Paper. Thirsting for Insight? Quench It With 5 Data Management for Analytics Best Practices.

White Paper. Thirsting for Insight? Quench It With 5 Data Management for Analytics Best Practices. White Paper Thirsting for Insight? Quench It With 5 Data Management for Analytics Best Practices. Contents Data Management: Why It s So Essential... 1 The Basics of Data Preparation... 1 1: Simplify Access

More information

Strategic Decisions Supported by SAP Big Data Solutions. Angélica Bedoya / Strategic Solutions GTM Mar /2014

Strategic Decisions Supported by SAP Big Data Solutions. Angélica Bedoya / Strategic Solutions GTM Mar /2014 Strategic Decisions Supported by SAP Big Data Solutions Angélica Bedoya / Strategic Solutions GTM Mar /2014 What critical new signals Might you be missing? Use Analytics Today 10% 75% Need Analytics by

More information

Summit 2015 Orlando London Frankfurt Madrid Mexico City

Summit 2015 Orlando London Frankfurt Madrid Mexico City The New Landscape of Business Intelligence & Analytics New Opportunities, Roles and Outcomes David Small Sr. Vice President International Summit 2015 Orlando London Frankfurt Madrid Mexico City Consumer

More information

Independent process platform

Independent process platform Independent process platform Megatrend in infrastructure software Dr. Wolfram Jost CTO February 22, 2012 2 Agenda Positioning BPE Strategy Cloud Strategy Data Management Strategy ETS goes Mobile Each layer

More information

After the Call: reachlocal.com/reach-edge 866-978-9312. 2013 ReachLocal. All Rights Reserved. No reproduction without permission.

After the Call: reachlocal.com/reach-edge 866-978-9312. 2013 ReachLocal. All Rights Reserved. No reproduction without permission. After the Call: 5 Tips for Successful Lead Management with ReachEdge Attracting consumers to your website is just one step in a successful online marketing plan. That s because you don t just want visitors

More information

IBM Analytical Decision Management

IBM Analytical Decision Management IBM Analytical Decision Management Deliver better outcomes in real time, every time Highlights Organizations of all types can maximize outcomes with IBM Analytical Decision Management, which enables you

More information

The Next Wave in BPM from Red Hat

The Next Wave in BPM from Red Hat The Next Wave in BPM from Red Hat Phil Simpson Principal Product Marketing Manager, Red Hat Prakash Aradhya Director, Product Management, Red Hat New Products for 2014 Process Business Rules Management

More information

CRM On Demand now hosted locally in Europe. An Oracle White Paper 2011

CRM On Demand now hosted locally in Europe. An Oracle White Paper 2011 CRM On Demand now hosted locally in Europe An Oracle White Paper 2011 Innovation, fuelled by the rapid development of new technologies, continues to drive competitive advantage in the area of customer

More information

Enhancing BPM with Business Rules

Enhancing BPM with Business Rules Enhancing BPM with Business Rules Increase your business agility by separating management of decision logic from mechanics of business process Number 36 May 2010 Organizations that complement their business

More information

White Paper Converting Lotus Notes Applications to the Cloud Using the CIMtrek converter Product

White Paper Converting Lotus Notes Applications to the Cloud Using the CIMtrek converter Product White Paper Converting Lotus Notes Applications to the Cloud Using the CIMtrek converter Product CIMtrek Ltd Introduction: CIMTrek has been created to help organizations modernise their legacy applications

More information

Digital Experience Cloud. Overview

Digital Experience Cloud. Overview Digital Experience Cloud Overview Agenda Market Overview Product Overview Future Plans Digital Marketing Technology Opportunity IDC's Worldwide Marketing Technology 2014-2018 Forecast: $20 Billion and

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

Predictive Analytics: Turn Information into Insights

Predictive Analytics: Turn Information into Insights Predictive Analytics: Turn Information into Insights Pallav Nuwal Business Manager; Predictive Analytics, India-South Asia pallav.nuwal@in.ibm.com +91.9820330224 Agenda IBM Predictive Analytics portfolio

More information

Enabling Big Data with Cloud. Go faster Reduce risk Scale as you grow Avoid mistakes

Enabling Big Data with Cloud. Go faster Reduce risk Scale as you grow Avoid mistakes Enabling Big Data with Cloud Go faster Reduce risk Scale as you grow Avoid mistakes Dr. Phil Shelley Why Cloud and Big Data? Complexity Speed Cost Skills Support Technology Analytics 2.0 Industry Trends

More information

Finding insight through data collection and linkage. Develop a better understanding of the consumer through consolidated and accurate data

Finding insight through data collection and linkage. Develop a better understanding of the consumer through consolidated and accurate data Finding insight through data collection and linkage Develop a better understanding of the consumer through consolidated and accurate data An Experian Data Quality White Paper August 2014 Introduction...1

More information

Discovering, Not Finding. Practical Data Mining for Practitioners: Level II. Advanced Data Mining for Researchers : Level III

Discovering, Not Finding. Practical Data Mining for Practitioners: Level II. Advanced Data Mining for Researchers : Level III www.cognitro.com/training Predicitve DATA EMPOWERING DECISIONS Data Mining & Predicitve Training (DMPA) is a set of multi-level intensive courses and workshops developed by Cognitro team. it is designed

More information

Improving Business Insight

Improving Business Insight Improving Business Insight A GUIDE FOR SMALL AND MID-SIZED BUSINESSES Why Does Understanding Business Data Matter for Your Company? You know your business better than anyone else, and making decisions

More information

How to Optimize Your Data Mining Environment

How to Optimize Your Data Mining Environment WHITEPAPER How to Optimize Your Data Mining Environment For Better Business Intelligence Data mining is the process of applying business intelligence software tools to business data in order to create

More information

Make the right decisions with Distribution Intelligence

Make the right decisions with Distribution Intelligence Make the right decisions with Distribution Intelligence Bengt Jensfelt, Business Product Manager, Distribution Intelligence, April 2010 Introduction It is not so very long ago that most companies made

More information

Compensation accounts for nearly 70 percent

Compensation accounts for nearly 70 percent THE BUSINESS CASE FOR COMPENSATION TECHNOLOGY Compensation accounts for nearly 70 percent of operating expenses for most organizations, 1 and is one of the main reasons employees join and leave organizations.

More information

Why consider Marketing Automation?

Why consider Marketing Automation? What is inbox25? Why consider Marketing Automation? Marketing Automation software takes email marketing to the next level by automating the process of lead generation. In effect Marketing Automation accelerates

More information

TRANSFORM BIG DATA INTO ACTIONABLE INFORMATION

TRANSFORM BIG DATA INTO ACTIONABLE INFORMATION TRANSFORM BIG DATA INTO ACTIONABLE INFORMATION Make Big Available for Everyone Syed Rasheed Solution Marketing Manager January 29 th, 2014 Agenda Demystifying Big Challenges Getting Bigger Red Hat Big

More information

Predictive analytics project challenge: Keeping the faith in findings

Predictive analytics project challenge: Keeping the faith in findings Tip Guide Predictive analytics project challenge: Keeping the faith in findings According to industry analysts, the greatest impediment to a successful predictive analytics project is creating a culture

More information