Big Data and Predictive Analytics: Fiserv Data Mining Case Study [CON8631] Data Warehouse and Big Data

Size: px
Start display at page:

Download "Big Data and Predictive Analytics: Fiserv Data Mining Case Study [CON8631] Data Warehouse and Big Data"

Transcription

1 Big Data and Predictive Analytics: Fiserv Data Mining Case Study [CON8631] Data Warehouse and Big Data Miguel Barrera - Director, Risk Analytics, Fiserv, Inc. Julia Minkowski - Risk Manager, Fiserv, Inc. Charlie Berger, MS Eng, MBA, Sr. Director Product Management, Data Mining and Advanced Analytics charlie.berger@oracle.com

2 Agenda R Big Data and Predictive Analytics: Fiserv Data Mining Case Study [CON8631] 1. Oracle Advanced Analytics Overview Charlie Berger, Sr. Director Product Management, Data Mining and Advanced Analytics, Oracle Corporation 2. Fiserv Data Mining Case Study Miguel Barrera - Director, Risk Analytics, Fiserv, Inc. Julia Minkowski - Risk Manager, Fiserv, Inc. Copyright 2014 Oracle and/or its affiliates. All rights reserved. 2

3 Planning for Future Growth of Data Exponentially Greater than Growth of Data Analysts! Conclusion Data Analysis platforms need to be Extremely Easy to Learn, yet.. Extremely Powerful and Automated as much as possible! Copyright 2014 Oracle and/or its affiliates. All rights reserved. Oracle Confidential Internal/Restricted/Highly Restricted 3

4 Oracle Advanced Analytics Database Evolution 7 Data Mining Partners Analytical SQL in the Database Oracle acquires Thinking Machine Corp s dev. team + Darwin data mining software Oracle Data Mining 9.2i launched 2 algorithms (NB and AR) via Java API Oracle Data Mining 10g & 10gR2 introduces SQL dm functions, 7 new SQL dm algorithms and new Oracle Data Miner Classic wizards driven GUI ODM 11g & 11gR2 adds AutoDataPrep (ADP), text New algorithms (EM, PCA, SVD) Predictive Queries SQLDEV/Oracle Data Miner 4.1 SQL script generation, JSON Query node & SQL Query node (R integration) mining, perf. improvements SQLDEV/Oracle Data Miner OAA/ORE work flow GUI adds NN, Stepwise, launched scalable R algorithms Integration with R and Oracle Adv. Analytics introduction/addition of for Hadoop Connector Oracle R Enterprise launched with parallel implementations of R Product renamed Oracle algorithms (NN, LM, NMF) Advanced Analytics (ODM + ORE) Copyright 2014 Oracle and/or its affiliates. All rights reserved.

5 Oracle Advanced Analytics Database Option History & High Level Architecture Development has spend 15 years stem-celling analytics and workhorse machine learning algorithms into Oracle Database 1999: Thinking Machines acquisition of Darwin data mining software Darwin killed Instead developed new within the SQL kernel, in-database implementations of popular & cutting edge data mining algorithms that leverage the strengths of the database counting, conditional probabilities, sort, rank, partition, group-by, collections, etc. Today, in 12c, the Database has become an Analytical Database Nearly 20 cutting edge machine learning algorithms and 50+ statistical functions implemented as true SQL functions When building models, leverage existing scalable technology (e.g., parallel execution, bitmap indexes, aggregation techniques) and add new core database technology (e.g., recursion within the parallel infrastructure, IEEE float, etc.) A data mining model is a schema object in the database, built via a PL/SQL API and scored via built-in SQL functions. True power is evident when scoring models using built-in SQL functions e.g. Exadata smart scan scoring Also expose data mining functions via OAA/Oracle R Enterprise integration. OAA/ORE also extends OAA with ability to run and call R packages. R Copyright 2014 Oracle and/or its affiliates. All rights reserved.

6 Oracle Advanced Analytics Performance and Scalability with Low Total Cost of Ownership Traditional Analytics Data Import Data Mining Model Scoring Data Prep. & Transformation Data Mining Model Building Data Prep & Transformation Data Extraction Hours, Days or Weeks Oracle Advanced Analytics avings Model Scoring Embedded Data Prep Model Building Data Preparation Secs, Mins or Hours Data remains in the Database Scalable, parallel Data Mining algorithms in SQL kernel Fast parallelized native SQL data mining functions, SQL data preparation and efficient execution of R open-source packages High-performance parallel scoring of SQL data mining functions and R open-source models Fastest way to deliver enterprise-wide predictive analytics Integrated GUI for Predictive Analytics Database scoring engine Lowest TCO Eliminate data duplication Eliminate separate analytical servers Leverage investment in Oracle IT Copyright 2014 Oracle and/or its affiliates. All rights reserved.

7 Oracle Advanced Analytics Database Architecture Component of Oracle Database SQL Functions SQL Developer R Client OBIEE Applications Oracle Database Enterprise Edition Oracle Advanced Analytics Native SQL Data Mining/Analytic Functions + High-performance R Integration for Scalable, Distributed, Parallel Execution Copyright 2014 Oracle and/or its affiliates. All rights reserved.

8 Oracle Advanced Analytics Database Option Fastest Way to Deliver Scalable Enterprise-wide Predictive Analytics Key Features In-database data mining algorithms and open source R algorithms SQL, PL/SQL, R languages Scalable, parallel in-database execution Workflow GUI and IDEs Integrated component of Database Enables enterprise analytical applications Copyright 2014 Oracle and/or its affiliates. All rights reserved.

9 Be Specific in Problem Statement Poorly Defined Better Data Mining Technique Predict employees that leave Based on past employees that voluntarily left: Create New Attribute EmplTurnover O/1 Predict customers that churn Target best customers How can I make more $$? Which customers are likely to buy? Who are my best customers? How can I combat fraud? Based on past customers that have churned: Create New Attribute Churn YES/NO Recency, Frequency Monetary (RFM) Analysis Specific Dollar Amount over Time Window: Who has spent $500+ in most recent 18 months What helps me sell soft drinks & coffee? How much is each customer likely to spend? What descriptive rules describe best customers? Which transactions are the most anomalous? Then roll-up to physician, claimant, employee, etc. Copyright 2014 Oracle and/or its affiliates. All rights reserved.

10 Responders More Data Variety Better Predictive Models Increasing sources of relevant data can boost model accuracy 100% 100% Model with Big Data and hundreds -- thousands of input variables including: Demographic data Purchase POS transactional data Unstructured data, text & comments Spatial location data Long term vs. recent historical behavior Web visits Sensor data etc. 0% Population Size Naïve Guess or Random Model with 20 variables Model with 75 variables Model with 250 variables Copyright 2014 Oracle and/or its affiliates. All rights reserved.

11 Predicting Behavior Identify Likely Behavior and their Profiles Consider: Demographics Past purchases Recent purchases Customer comments & tweets Copyright 2014 Oracle and/or its affiliates. All rights reserved.

12 SOURCES Oracle Big Data Management System Oracle Big Data SQL Oracle Database Cloudera Hadoop Oracle NoSQL Database Oracle R Advanced Analytics for Hadoop Oracle R Distribution Big Data Appliance B Oracle Big Data Connectors Oracle Data Integrator Oracle Oracle Industry Database Models Oracle Advanced Oracle Advanced Security Analytics Oracle Advanced Oracle Analytics Spatial & Graph Oracle Spatial & Graph Oracle Exadata select cust_id from customers where region = US and prediction_probability(churnmod, Y using *) > 0.8; Copyright 2014 Oracle and/or its affiliates. All rights reserved.

13 R Widely Popular R is a statistics language similar to Base SAS or SPSS statistics R environment Strengths Powerful & Extensible Graphical & Extensive statistics Free open source Challenges Memory constrained Single threaded Outer loop slows down process Not industrial strength Copyright 2014 Oracle and/or its affiliates. All rights reserved.

14 Oracle Advanced Analytics Oracle R Enterprise Compute Engines 1 R Engine Other R packages Oracle R Enterprise packages SQL Results 2 3 Oracle Database R Open Source User tables?x R Results R Engine Other R packages Oracle R Enterprise packages User R Engine on desktop Database Compute Engine R Engine(s) spawned by Oracle DB R-SQL Transparency Framework intercepts R functions for scalable in-database execution Function intercept for data transforms, statistical functions and advanced analytics Interactive display of graphical results and flow control as in standard R Submit entire R scripts for execution by database Scale to large datasets Access tables, views, and external tables, as well as data through DB LINKS Leverage database SQL parallelism Leverage new and existing in-database statistical and data mining capabilities Database can spawn multiple R engines for database-managed parallelism Efficient data transfer to spawned R engines Emulate map-reduce style algorithms and applications Enables lights-out execution of R scripts Copyright 2014 Oracle and/or its affiliates. All rights reserved.

15 Integrated Business Intelligence Enhance Dashboards with Predictions and Data Mining Insights In-database predictive models mine customer data and predict their behavior OBIEE s integrated spatial mapping shows location All OAA results and predictions available in Database via OBIEE Admin to enhance dashboards Oracle BI EE defines results for end user presentation Oracle Advanced Analytics data mining results available to Oracle BI EE Copyright 2014 Oracle and/or its affiliates. All rights reserved.

16 Oracle Communications Industry Data Model Predictive Analytics Applications Pre-Built Predictive Models Fastest Way to Deliver Scalable Enterprise-wide Predictive Analytics OAA s clustering and predictions available in-db for OBIEE Automatic Customer Segmentation, Churn Predictions, and Sentiment Analysis Copyright 2014 Oracle and/or its affiliates. All rights reserved.

17 Fusion HCM Predictive Workforce Predictive Analytics Applications Fusion Human Capital Management Powered by OAA Oracle Advanced Analytics factoryinstalled predictive analytics Employees likely to leave and predicted performance Top reasons, expected behavior Real-time "What if?" analysis Copyright 2014 Oracle and/or its affiliates. All rights reserved.

18 Oracle Advanced Analytics Database Option Oracle Data Miner 4.0 Summary New Features Oracle Data Miner/SQLDEV 4.1 (for Oracle Database 11g and 12c) New Graph node (box, scatter, bar, histograms) SQL Query node + integration of R scripts Automatic SQL script generation for deployment JSON Query node (added in 4.1) Oracle Advanced Analytics 12c features exposed in Oracle Data Miner New SQL data mining algorithms/enhancements Expectation Maximization clustering algorithm PCA & Singular Vector Decomposition algorithms Improved/automated Text Mining, Prediction Details and other algorithm improvements) Predictive SQL Queries automatic build, apply within SQL query Copyright 2014 Oracle and/or its affiliates. All rights reserved.

19 12c New Features New Server Functionality Predictive Queries Immediate build/apply of ODM models in SQL query Classification & regression Multi-target (nested) problems Clustering query Anomaly query Feature extraction query Results/Predictions! R OAA automatically creates multiple anomaly detection models Grouped_By and scores by partition via powerful SQL query Copyright 2014 Oracle and/or its affiliates. All rights reserved.

20 Oracle Advanced Analytics OAA/ORACLE DATA MINER QUICK 2 MINUTE DEMO Copyright 2014 Oracle and/or its affiliates. All rights reserved.

21 Take a Test Drive! Vlamis Software, Oracle Partner Offers FREE Test Drives on the Amazon Cloud Step 1 Fill out request Go to Step 2 Connect Connect with Remote Desktop Step 3 Start Test Drive! Oracle Database + Oracle Advanced Analytics Option SQL Developer/Oracle Data Miner GUI Demo data for learning Follow Tutorials Copyright 2014 Oracle and/or its affiliates. All rights reserved. Oracle Confidential Internal/Restricted/Highly Restricted 21

22 New book on Oracle Advanced Analytics available Book available on Amazon Predictive Analytics Using Oracle Data Miner: Develop for ODM in SQL & PL/SQL Copyright 2014 Oracle and/or its affiliates. All rights reserved. Oracle Confidential Internal/Restricted/Highly Restricted 22

23 OAA Links and Resources Oracle Advanced Analytics Overview: Link to presentation Big Data Analytics using Oracle Advanced Analytics In-Database Option OAA data sheet on OTN Oracle Internal OAA Product Management Wiki and Workspace YouTube recorded OAA Presentations and Demos: Oracle Advanced Analytics and Data Mining at the YouTube Movies (6 + OAA live Demos on ODM r 4.0 New Features, Retail, Fraud, Loyalty, Overview, etc.) Getting Started: Link to Getting Started w/ ODM blog entry Link to New OAA/Oracle Data Mining 2-Day Instructor Led Oracle University course. Link to OAA/Oracle Data Mining 4.0 Oracle by Examples (free) Tutorials on OTN Take a Free Test Drive of Oracle Advanced Analytics (Oracle Data Miner GUI) on the Amazon Cloud Link to SQL Developer Days Virtual Event w/ downloadable VM of Oracle Database + ODM/ODMr and e-training for Hands on Labs Link to OAA/Oracle R Enterprise (free) Tutorial Series on OTN Additional Resources: Oracle Advanced Analytics Option on OTN page OAA/Oracle Data Mining on OTN page, ODM Documentation & ODM Blog OAA/Oracle R Enterprise page on OTN page, ORE Documentation & ORE Blog Oracle SQL based Basic Statistical functions on OTN Business Intelligence, Warehousing & Analytics BIWA Summit 15, Jan 27-29, 2015 at Oracle HQ Conference Center Copyright 2014 Oracle and/or its affiliates. All rights reserved.

24 BIWA Summit January 27-29, 2015 Oracle HQ Conference Center Copyright 2014 Oracle and/or its affiliates. All rights reserved.

25 Faster than a Mouse: Turn Data Mining Strategy into Action Miguel Barrera, Director of Risk Analytics, Fiserv Inc. Julia Minkowski, Risk Manager, Fiserv Inc.

26 Use Case : Fraud Prevention in Online Payments Agenda Best Practices : Turning Data Mining Strategy into Action Fiserv, Inc. or its affiliates.

27 27 Use Case : Fraud Prevention in Online Payments

28 Risk Fiserv Electronic Payments We prevent $200M in losses every year using data to monitor, understand and anticipate fraud We manage risk for $24BB in transfers, servicing 2,000+ US financial institutions, including the 5 of the top 10 banks A department of 5 people, we operated in start-up mode until we were acquired in 2011 by Fiserv We build our risk models, supervise their installation & develop the next-generation of strategies for risk mitigation 2014 Fiserv, Inc. or its affiliates.

29 What is special about Fraud Prevention? Fraud is performed by organized criminal groups using sophisticated technologies and logistics Hard to detect: target has low frequency (2 in 10,000) The cost of mistakes is very high $ Losses if you fail to detect fraud 60% increase in customer attrition if you miss-classify The environment changes fast, so you need to adapt quickly Fraud prevention is a great field for the application of predictive analytics 2014 Fiserv, Inc. or its affiliates.

30 Analytics for Fraud Prevention Explore & Understand Anticipate & Control Monitor 2014 Fiserv, Inc. or its affiliates.

31 Risk Management: Goals and Constraints Goals: Help the business to expand to more profitable markets (on-line booking, real time payments), while keeping loss rates constant, and customers happy Constraints: Build a flexible system that adapts to new fraud patterns Service the existing client base Minimize the time that the production systems will be off-line or reset Build the next-generation of strategies with very limited resources 2014 Fiserv, Inc. or its affiliates.

32 Data Miner Survey 2013 by Rexer Analytics While 6 out 10 data miners report the data is available for analysis within days of capture, the time to deploy the models takes substantially longer. For 60% of the respondents the deployment time will range between 3 weeks and 1year Fiserv, Inc. or its affiliates.

33 The problem we faced We had the Algorithms (SAS + Angoss) Decision Trees + Gradient Boosting GLM and Logistic Regression SVM Bayesian Estimates But implementation took too long 3 months turn-around to estimate + deploy Logistic Regression (2008) 1 month to estimate and deploy Trees and GLM (2010) 1 week to estimate, 1 week to install rules in online application (2012) 1 day to estimate and deploy Trees + GLM models (2014) 2014 Fiserv, Inc. or its affiliates.

34 In Fraud-Mitigation Speed is the Key How long can you wait to deploy a solution? 2014 Fiserv, Inc. or its affiliates.

35 Why we liked Oracle Advance Analytics? Accuracy Agility Scalability The algorithms fit are as good as more complex algorithms The loss reduction from timely deployment (hours) compensates for model fit No data transfer needed (in-database) New opportunities to combine structured data with unstructured data The integration with our DB replication makes re-fit inexpensive The same algorithm can scale-up for all other clients 2014 Fiserv, Inc. or its affiliates.

36 Oracle Advanced Analytics Time Value 2012, Oracle Corporation 2014 Fiserv, Inc. or its affiliates.

37 Accuracy + Agility vs. Cost to Deploy Pick the best combination of: Less days to deployment High model accuracy Lower Cost Application Deploy (Days) Accuracy Total Cost SAS Server x5 ODM SAS Ba s e % Angos s % 2014 Fiserv, Inc. or its affiliates.

38 ODM Oracle Data Miner GUI Built-In in Oracle SQL Developer Tool Downloadable free on OTN version 4.0 or latest Easy to use GUI; explore data; work-flows Powerful multiple algorithms and data transformations; 100% in-db; build, evaluate and apply data mining models Deployable Shared analytical workflows; Generates PMML and SQL scripts for automation 2012, Oracle Corporation 2014 Fiserv, Inc. or its affiliates.

39 ODM Oracle Data Miner GUI Oracle Data Miner Nodes 2012, Oracle Corporation 2012, Oracle Corporation 2014 Fiserv, Inc. or its affiliates.

40 Oracle Data Miner Algorithms Identify most important risk factors (Attribute Importance) Predict Fraudsters behavior (Classification) Find profiles of bad transfers (Decision Trees) Predict Fraud Risk Probability (Regression) Segment overall population (Clustering) Find fraudulent transactions (Anomaly detection) Determine co-occuring items in baskets (Associations) Reduce a large dataset into representative new attributes (Feature Extraction) 2012, Oracle Corporation 2014 Fiserv, Inc. or its affiliates.

41 Turning Data Mining Strategy into Action

42 Best Practices in Analytics 1. Identify Benefits & Constraints Involve Key Stakeholders 2. Develop the Strategy Collect & Process Data Run Descriptive Analytics Identify patterns 3.Turn Strategy into Action Select Best Option(s) Business Manager Data Scientist IT Manager Success Factors and Constraints Align your Team s Incentives Provide Actionable Insights Test Predictive Models Simulate scenarios (Monte Carlo) Score models on KPI Install into Production Run A/B testing Start Small and Increase Gradually Select the Appropriate Infrastructure DB Architecture Modeling techniques Estimate Impact for the Business ROI /Cost Profitability Operations Track Benefits and KPI 2014 Fiserv, Inc. or its affiliates.

43 Involve the Right Stakeholders Business Manager IT Manager Data Scientist Preserve Service Level Agreement Reduce Operational Risk Preserve Budget 2014 Fiserv, Inc. or its affiliates.

44 Conflict of Interests? Cannot agree on success factors? Wonder why? 2014 Fiserv, Inc. or its affiliates.

45 IT Manager s Strategy Preserve Service Level Agreements Stable systems Ease of roll-back Minimize Operational risk Control Costs 2014 Fiserv, Inc. or its affiliates.

46 Data Scientist s Mind Estimate the Best Model Possible Improve Detection Rates Better Algorithms, Faster Hardware Big(ger) Data! Explore New Algorithms Source: Ayasdi 2014 Put some power behind it!! 2014 Fiserv, Inc. or its affiliates.

47 Business Manager s Mind Maximize Productivity: Build for specific needs What is the cost? Why does it take so long? What is the impact on customer experience? And: Don t talk to me in Tech-Speak! First we ran a chi- square test, and then we converted the categorical data to ordinal, next we ran a logistic regression, and then we lagged the economic data by a year Source: Davenport, Tom (2013), Keep up with your quants", Harvard Business Review, Issue July-August Fiserv, Inc. or its affiliates.

48 Communication issue 2014 Fiserv, Inc. or its affiliates.

49 Managing the Quants Define clearly the objective and constraints Implement SMART* goal setting Get familiar with basic analytics concepts Establish a time-line for delivery then multiply x 2 Make sure you understand enough to explain to other executives you will champion this initiative and negotiate the budgets Source: Davenport, Tom (2013), Keep up with your quants", Harvard Business Review, Issue July-August Fiserv, Inc. or its affiliates.

50 Taking Care of Business (tips for Data Scientists) Communicate clearly business level information When and what is the expected result Present the key concept in 2 phrases Avoid technical language for communication If asked for more details, then present the How Provide a Business Dashboard Provide the $$ metrics profit/loss reduction Show the impact of algorithms deployed / provided Current vs. Historical Pick the right model - the model that maximizes the ROI Source: Davenport, Tom (2013), Keep up with your quants", Harvard Business Review, Issue July-August Fiserv, Inc. or its affiliates.

51 From Paper to Execution Bring that Escher guy here NOW!! 2014 Fiserv, Inc. or its affiliates.

52 Success Factors in Fraud Mitigation Accuracy: Low False Negative Rate (How much fraud $ you miss) Low False Positive Rates (How many people you bother with additional identity verification) Agility Minimize reaction-time to fraud attacks Make your updates easy to implement Scalability: Automate processes to keep variable cost down Invest in infrastructure and replicate across clients 2014 Fiserv, Inc. or its affiliates.

53 Selecting the Right Tools Easy to Use and Deploy Can combine structured data with unstructured data - new trend Tools that integrate in the DB Allow for Fast Model Fitting and Re-estimation Minimize data transport across systems In-House Algorithms Develop algorithms that can run directly in DB for fast estimation and execution 2014 Fiserv, Inc. or its affiliates.

54 Tracking Performance: Dashboard Our dashboards tracked the key performance metrics: Historical Trends for Fraud Rates and Losses (Business KPI) Percentage of Transfers affected by Risk Mitigation (Business KPI) % of population affected by policy and % of fraud prevented (KPI for Analytics) Fraud detection rates for rules installed (KPI for Analytics) 2014 Fiserv, Inc. or its affiliates.

55 Key Takeaways On Fraud Modeling When dealing with fraud, the speed to implement a new model is the most important factor Improvements in accuracy may be lost due to delays in deployment; systems with fast turnaround have better ROI than complex algorithms with long implementation times. Select the right tools that will enable fast analysis and deployment. Turning Strategy into Action Involving the key stakeholders early in the process maximizes your chance for success. Once you have aligned the incentives for the team, selecting the appropriate techniques, tools and infrastructure becomes much simpler It is crucial for business managers to correctly define the problems and objectives, asking the right questions and learning the basic analytical concepts For data scientists it is important to select their models and projects based on the expected business impact and to translate their findings into the relevant metrics 2014 Fiserv, Inc. or its affiliates.

56 If you have further questions or comments, please contact: Julia Minkowski Lead Risk Analyst, Fiserv Inc Source: Kdnuggets, Fiserv, Inc. or its affiliates.

57 Copyright 2014 Oracle and/or its affiliates. All rights reserved.

58

Oracle Advanced Analytics 12c & SQLDEV/Oracle Data Miner 4.0 New Features

Oracle Advanced Analytics 12c & SQLDEV/Oracle Data Miner 4.0 New Features Oracle Advanced Analytics 12c & SQLDEV/Oracle Data Miner 4.0 New Features Charlie Berger, MS Eng, MBA Sr. Director Product Management, Data Mining and Advanced Analytics charlie.berger@oracle.com www.twitter.com/charliedatamine

More information

Anomaly and Fraud Detection with Oracle Data Mining 11g Release 2

Anomaly and Fraud Detection with Oracle Data Mining 11g Release 2 Oracle 11g DB Data Warehousing ETL OLAP Statistics Anomaly and Fraud Detection with Oracle Data Mining 11g Release 2 Data Mining Charlie Berger Sr. Director Product Management, Data

More information

Fraud and Anomaly Detection Using Oracle Advanced Analytic Option 12c

Fraud and Anomaly Detection Using Oracle Advanced Analytic Option 12c Fraud and Anomaly Detection Using Oracle Advanced Analytic Option 12c Charlie Berger Sr. Director Product Management, Data Mining and Advanced Analytics charlie.berger@oracle.com www.twitter.com/charliedatamine

More information

Oracle Advanced Analytics Oracle R Enterprise & Oracle Data Mining

Oracle Advanced Analytics Oracle R Enterprise & Oracle Data Mining Oracle Advanced Analytics Oracle R Enterprise & Oracle Data Mining R The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Starting Smart with Oracle Advanced Analytics

Starting Smart with Oracle Advanced Analytics Starting Smart with Oracle Advanced Analytics Great Lakes Oracle Conference Tim Vlamis Thursday, May 19, 2016 Vlamis Software Solutions Vlamis Software founded in 1992 in Kansas City, Missouri Developed

More information

Exadata V2 + Oracle Data Mining 11g Release 2 Importing 3 rd Party (SAS) dm models

Exadata V2 + Oracle Data Mining 11g Release 2 Importing 3 rd Party (SAS) dm models Exadata V2 + Oracle Data Mining 11g Release 2 Importing 3 rd Party (SAS) dm models Charlie Berger Sr. Director Product Management, Data Mining Technologies Oracle Corporation charlie.berger@oracle.com

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

Tax Fraud in Increasing

Tax Fraud in Increasing Preventing Fraud with Through Analytics Satya Bhamidipati Data Scientist Business Analytics Product Group Copyright 2014 Oracle and/or its affiliates. All rights reserved. 2 Tax Fraud in Increasing 27%

More information

Getting Started with Oracle Data Miner 11g R2. Brendan Tierney

Getting Started with Oracle Data Miner 11g R2. Brendan Tierney Getting Started with Oracle Data Miner 11g R2 Brendan Tierney Scene Setting This is not about DB log mining This is an introduction to ODM And how ODM can be included in OBIEE (next presentation) Domain

More information

The Data Mining Process

The Data Mining Process Sequence for Determining Necessary Data. Wrong: Catalog everything you have, and decide what data is important. Right: Work backward from the solution, define the problem explicitly, and map out the data

More information

Big Data Analytics with Oracle Advanced Analytics

Big Data Analytics with Oracle Advanced Analytics Big Data Analytics with Oracle Advanced Analytics Making Big Data and Analytics Simple O R A C L E W H I T E P A P E R J U L Y 2 0 1 5 Disclaimer The following is intended to outline our general product

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

ORACLE BUSINESS INTELLIGENCE, ORACLE DATABASE, AND EXADATA INTEGRATION

ORACLE BUSINESS INTELLIGENCE, ORACLE DATABASE, AND EXADATA INTEGRATION ORACLE BUSINESS INTELLIGENCE, ORACLE DATABASE, AND EXADATA INTEGRATION EXECUTIVE SUMMARY Oracle business intelligence solutions are complete, open, and integrated. Key components of Oracle business intelligence

More information

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

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

More information

Big Data Analytics with Oracle Advanced Analytics In-Database Option

Big Data Analytics with Oracle Advanced Analytics In-Database Option Big Data Analytics with Oracle Advanced Analytics In-Database Option Charlie Berger Sr. Director Product Management, Data Mining and Advanced Analytics charlie.berger@oracle.com www.twitter.com/charliedatamine

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

Data Mining with Oracle Database 11g Release 2

Data Mining with Oracle Database 11g Release 2 An Oracle White Paper September 2009 Data Mining with Oracle Database 11g Release 2 Competing on In-Database Analytics Executive Overview... 1 In-Database Data Mining... 1 Key Benefits of Oracle Data Mining...

More information

Advanced In-Database Analytics

Advanced In-Database Analytics Advanced In-Database Analytics Tallinn, Sept. 25th, 2012 Mikko-Pekka Bertling, BDM Greenplum EMEA 1 That sounds complicated? 2 Who can tell me how best to solve this 3 What are the main mathematical functions??

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. FPO In-Database Analytics: Predictive Analytics, Data Mining, Exadata & Business Intelligence Charlie Berger Sr. Director Product Management, Data Mining

More information

This presentation is for informational purposes only and may not be incorporated into a contract or agreement.

This presentation is for informational purposes only and may not be incorporated into a contract or agreement. This presentation is for informational purposes only and may not be incorporated into a contract or agreement. The following is intended to outline our general product direction. It is intended for information

More information

<Insert Picture Here> Oracle Retail Data Model Overview

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

More information

Introducing Oracle Exalytics In-Memory Machine

Introducing Oracle Exalytics In-Memory Machine Introducing Oracle Exalytics In-Memory Machine Jon Ainsworth Director of Business Development Oracle EMEA Business Analytics 1 Copyright 2011, Oracle and/or its affiliates. All rights Agenda Topics Oracle

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

Up Your R Game. James Taylor, Decision Management Solutions Bill Franks, Teradata

Up Your R Game. James Taylor, Decision Management Solutions Bill Franks, Teradata Up Your R Game James Taylor, Decision Management Solutions Bill Franks, Teradata Today s Speakers James Taylor Bill Franks CEO Chief Analytics Officer Decision Management Solutions Teradata 7/28/14 3 Polling

More information

Oracle Data Mining 11g Release 2

Oracle Data Mining 11g Release 2 An Oracle White Paper February 2012 Oracle Data Mining 11g Release 2 Competing on In-Database Analytics Disclaimer The following is intended to outline our general product direction. It is intended for

More information

Big Data Are You Ready? Thomas Kyte http://asktom.oracle.com

Big Data Are You Ready? Thomas Kyte http://asktom.oracle.com Big Data Are You Ready? Thomas Kyte http://asktom.oracle.com The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

EMC Greenplum Driving the Future of Data Warehousing and Analytics. Tools and Technologies for Big Data

EMC Greenplum Driving the Future of Data Warehousing and Analytics. Tools and Technologies for Big Data EMC Greenplum Driving the Future of Data Warehousing and Analytics Tools and Technologies for Big Data Steven Hillion V.P. Analytics EMC Data Computing Division 1 Big Data Size: The Volume Of Data Continues

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

Overview, Goals, & Introductions

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

More information

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

KnowledgeSEEKER POWERFUL SEGMENTATION, STRATEGY DESIGN AND VISUALIZATION SOFTWARE

KnowledgeSEEKER POWERFUL SEGMENTATION, STRATEGY DESIGN AND VISUALIZATION SOFTWARE POWERFUL SEGMENTATION, STRATEGY DESIGN AND VISUALIZATION SOFTWARE Most Effective Modeling Application Designed to Address Business Challenges Applying a predictive strategy to reach a desired business

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

Harnessing the power of advanced analytics with IBM Netezza

Harnessing the power of advanced analytics with IBM Netezza IBM Software Information Management White Paper Harnessing the power of advanced analytics with IBM Netezza How an appliance approach simplifies the use of advanced analytics Harnessing the power of advanced

More information

Oracle s Big Data solutions. Roger Wullschleger. <Insert Picture Here>

Oracle s Big Data solutions. Roger Wullschleger. <Insert Picture Here> s Big Data solutions Roger Wullschleger DBTA Workshop on Big Data, Cloud Data Management and NoSQL 10. October 2012, Stade de Suisse, Berne 1 The following is intended to outline

More information

ORACLE OLAP. Oracle OLAP is embedded in the Oracle Database kernel and runs in the same database process

ORACLE OLAP. Oracle OLAP is embedded in the Oracle Database kernel and runs in the same database process ORACLE OLAP KEY FEATURES AND BENEFITS FAST ANSWERS TO TOUGH QUESTIONS EASILY KEY FEATURES & BENEFITS World class analytic engine Superior query performance Simple SQL access to advanced analytics Enhanced

More information

EVERYTHING THAT MATTERS IN ADVANCED ANALYTICS

EVERYTHING THAT MATTERS IN ADVANCED ANALYTICS EVERYTHING THAT MATTERS IN ADVANCED ANALYTICS Marcia Kaufman, Principal Analyst, Hurwitz & Associates Dan Kirsch, Senior Analyst, Hurwitz & Associates Steve Stover, Sr. Director, Product Management, Predixion

More information

How To Handle Big Data With A Data Scientist

How To Handle Big Data With A Data Scientist III Big Data Technologies Today, new technologies make it possible to realize value from Big Data. Big data technologies can replace highly customized, expensive legacy systems with a standard solution

More information

Extend your analytic capabilities with SAP Predictive Analysis

Extend your analytic capabilities with SAP Predictive Analysis September 9 11, 2013 Anaheim, California Extend your analytic capabilities with SAP Predictive Analysis Charles Gadalla Learning Points Advanced analytics strategy at SAP Simplifying predictive analytics

More information

Building In-Database Predictive Scoring Model: Check Fraud Detection Case Study

Building In-Database Predictive Scoring Model: Check Fraud Detection Case Study Building In-Database Predictive Scoring Model: Check Fraud Detection Case Study Jay Zhou, Ph.D. Business Data Miners, LLC 978-726-3182 jzhou@businessdataminers.com Web Site: www.businessdataminers.com

More information

Oracle Big Data Essentials

Oracle Big Data Essentials Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 40291196 Oracle Big Data Essentials Duration: 3 Days What you will learn This Oracle Big Data Essentials training deep dives into using the

More information

Oracle9i Data Warehouse Review. Robert F. Edwards Dulcian, Inc.

Oracle9i Data Warehouse Review. Robert F. Edwards Dulcian, Inc. Oracle9i Data Warehouse Review Robert F. Edwards Dulcian, Inc. Agenda Oracle9i Server OLAP Server Analytical SQL Data Mining ETL Warehouse Builder 3i Oracle 9i Server Overview 9i Server = Data Warehouse

More information

Some vendors have a big presence in a particular industry; some are geared toward data scientists, others toward business users.

Some vendors have a big presence in a particular industry; some are geared toward data scientists, others toward business users. Bonus Chapter Ten Major Predictive Analytics Vendors In This Chapter Angoss FICO IBM RapidMiner Revolution Analytics Salford Systems SAP SAS StatSoft, Inc. TIBCO This chapter highlights ten of the major

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

High-Performance Business Analytics: SAS and IBM Netezza Data Warehouse Appliances

High-Performance Business Analytics: SAS and IBM Netezza Data Warehouse Appliances High-Performance Business Analytics: SAS and IBM Netezza Data Warehouse Appliances Highlights IBM Netezza and SAS together provide appliances and analytic software solutions that help organizations improve

More information

Executive Summary... 2 Introduction... 3. Defining Big Data... 3. The Importance of Big Data... 4 Building a Big Data Platform...

Executive Summary... 2 Introduction... 3. Defining Big Data... 3. The Importance of Big Data... 4 Building a Big Data Platform... Executive Summary... 2 Introduction... 3 Defining Big Data... 3 The Importance of Big Data... 4 Building a Big Data Platform... 5 Infrastructure Requirements... 5 Solution Spectrum... 6 Oracle s Big Data

More information

Big Data and Data Science: Behind the Buzz Words

Big Data and Data Science: Behind the Buzz Words Big Data and Data Science: Behind the Buzz Words Peggy Brinkmann, FCAS, MAAA Actuary Milliman, Inc. April 1, 2014 Contents Big data: from hype to value Deconstructing data science Managing big data Analyzing

More information

Oracle Database 12c Plug In. Switch On. Get SMART.

Oracle Database 12c Plug In. Switch On. Get SMART. Oracle Database 12c Plug In. Switch On. Get SMART. Duncan Harvey Head of Core Technology, Oracle EMEA March 2015 Safe Harbor Statement The following is intended to outline our general product direction.

More information

Oracle Big Data SQL Technical Update

Oracle Big Data SQL Technical Update Oracle Big Data SQL Technical Update Jean-Pierre Dijcks Oracle Redwood City, CA, USA Keywords: Big Data, Hadoop, NoSQL Databases, Relational Databases, SQL, Security, Performance Introduction This technical

More information

Name: Srinivasan Govindaraj Title: Big Data Predictive Analytics

Name: Srinivasan Govindaraj Title: Big Data Predictive Analytics Name: Srinivasan Govindaraj Title: Big Data Predictive Analytics Please note the following IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice

More information

Big Data Are You Ready? Jorge Plascencia Solution Architect Manager

Big Data Are You Ready? Jorge Plascencia Solution Architect Manager Big Data Are You Ready? Jorge Plascencia Solution Architect Manager Big Data: The Datafication Of Everything Thoughts Devices Processes Thoughts Things Processes Run the Business Organize data to do something

More information

Cisco Data Preparation

Cisco Data Preparation Data Sheet Cisco Data Preparation Unleash your business analysts to develop the insights that drive better business outcomes, sooner, from all your data. As self-service business intelligence (BI) and

More information

Make Better Decisions Through Predictive Intelligence

Make Better Decisions Through Predictive Intelligence IBM SPSS Modeler Professional Make Better Decisions Through Predictive Intelligence Highlights Easily access, prepare and model structured data with this intuitive, visual data mining workbench Rapidly

More information

Oracle Data Mining Hands On Lab

Oracle Data Mining Hands On Lab Oracle Data Mining Hands On Lab Material provided by Oracle Corporation Vlamis Software Solutions is one of the most respected training organizations in the Oracle Business Intelligence community because

More information

High Performance Data Management Use of Standards in Commercial Product Development

High Performance Data Management Use of Standards in Commercial Product Development v2 High Performance Data Management Use of Standards in Commercial Product Development Jay Hollingsworth: Director Oil & Gas Business Unit Standards Leadership Council Forum 28 June 2012 1 The following

More information

Building and Deploying Customer Behavior Models

Building and Deploying Customer Behavior Models Building and Deploying Customer Behavior Models February 20, 2014 David Smith, VP Marketing and Community, Revolution Analytics Paul Maiste, President and CEO, Lityx In Today s Webinar About Revolution

More information

Solve your toughest challenges with data mining

Solve your toughest challenges with data mining IBM Software IBM SPSS Modeler Solve your toughest challenges with data mining Use predictive intelligence to make good decisions faster Solve your toughest challenges with data mining Imagine if you could

More information

IBM SPSS Modeler Professional

IBM SPSS Modeler Professional IBM SPSS Modeler Professional Make better decisions through predictive intelligence Highlights Create more effective strategies by evaluating trends and likely outcomes. Easily access, prepare and model

More information

Using OBIEE for Location-Aware Predictive Analytics

Using OBIEE for Location-Aware Predictive Analytics Using OBIEE for Location-Aware Predictive Analytics Jean Ihm, Principal Product Manager, Oracle Spatial and Graph Jayant Sharma, Director, Product Management, Oracle Spatial and Graph, MapViewer Oracle

More information

Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies

Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies Big Data: Global Digital Data Growth Growing leaps and bounds by 40+% Year over Year! 2009 =.8 Zetabytes =.08

More information

Predictive Analytics Powered by SAP HANA. Cary Bourgeois Principal Solution Advisor Platform and Analytics

Predictive Analytics Powered by SAP HANA. Cary Bourgeois Principal Solution Advisor Platform and Analytics Predictive Analytics Powered by SAP HANA Cary Bourgeois Principal Solution Advisor Platform and Analytics Agenda Introduction to Predictive Analytics Key capabilities of SAP HANA for in-memory predictive

More information

Big Data: Are You Ready? Kevin Lancaster

Big Data: Are You Ready? Kevin Lancaster Big Data: Are You Ready? Kevin Lancaster Director, Engineered Systems Oracle Europe, Middle East & Africa 1 A Data Explosion... Traditional Data Sources Billing engines Custom developed New, Non-Traditional

More information

Oracle Data Mining In-Database Data Mining Made Easy!

Oracle Data Mining In-Database Data Mining Made Easy! Oracle Data Mining In-Database Data Mining Made Easy! Charlie Berger Sr. Director Product Management, Data Mining and Advanced Analytics Oracle Corporation charlie.berger@oracle.com www.twitter.com/charliedatamine

More information

Oracle Big Data Building A Big Data Management System

Oracle Big Data Building A Big Data Management System Oracle Big Building A Big Management System Copyright 2015, Oracle and/or its affiliates. All rights reserved. Effi Psychogiou ECEMEA Big Product Director May, 2015 Safe Harbor Statement The following

More information

The Oracle Data Mining Machine Bundle: Zero to Predictive Analytics in Two Weeks Collaborate 15 IOUG

The Oracle Data Mining Machine Bundle: Zero to Predictive Analytics in Two Weeks Collaborate 15 IOUG The Oracle Data Mining Machine Bundle: Zero to Predictive Analytics in Two Weeks Collaborate 15 IOUG Presentation #730 Tim Vlamis and Dan Vlamis Vlamis Software Solutions 816-781-2880 www.vlamis.com Presentation

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

How To Use Hp Vertica Ondemand

How To Use Hp Vertica Ondemand Data sheet HP Vertica OnDemand Enterprise-class Big Data analytics in the cloud Enterprise-class Big Data analytics for any size organization Vertica OnDemand Organizations today are experiencing a greater

More information

News and trends in Data Warehouse Automation, Big Data and BI. Johan Hendrickx & Dirk Vermeiren

News and trends in Data Warehouse Automation, Big Data and BI. Johan Hendrickx & Dirk Vermeiren News and trends in Data Warehouse Automation, Big Data and BI Johan Hendrickx & Dirk Vermeiren Extreme Agility from Source to Analysis DWH Appliances & DWH Automation Typical Architecture 3 What Business

More information

How To Create A Business Intelligence (Bi)

How To Create A Business Intelligence (Bi) Oracle Business Analytics Overview Markus Päivinen Business Analytics Country Leader, Finland May 2014 1 Presentation content What are the requirements for modern BI Trend in Business Analytics Big Data

More information

An Oracle White Paper June 2013. Oracle: Big Data for the Enterprise

An Oracle White Paper June 2013. Oracle: Big Data for the Enterprise An Oracle White Paper June 2013 Oracle: Big Data for the Enterprise Executive Summary... 2 Introduction... 3 Defining Big Data... 3 The Importance of Big Data... 4 Building a Big Data Platform... 5 Infrastructure

More information

Understanding Data Warehouse Needs Session #1568 Trends, Issues and Capabilities

Understanding Data Warehouse Needs Session #1568 Trends, Issues and Capabilities Understanding Data Warehouse Needs Session #1568 Trends, Issues and Capabilities Dr. Frank Capobianco Advanced Analytics Consultant Teradata Corporation Tracy Spadola CPCU, CIDM, FIDM Practice Lead - Insurance

More information

ADVANCED ANALYTICS AND FRAUD DETECTION THE RIGHT TECHNOLOGY FOR NOW AND THE FUTURE

ADVANCED ANALYTICS AND FRAUD DETECTION THE RIGHT TECHNOLOGY FOR NOW AND THE FUTURE ADVANCED ANALYTICS AND FRAUD DETECTION THE RIGHT TECHNOLOGY FOR NOW AND THE FUTURE Big Data Big Data What tax agencies are or will be seeing! Big Data Large and increased data volumes New and emerging

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

Anomaly and Fraud Detection with Oracle Data Mining 11g Release 2

Anomaly and Fraud Detection with Oracle Data Mining 11g Release 2 Oracle 11g DB Data Warehousing ETL OLAP Statistics Data Mining Anomaly and Fraud Detection with Oracle Data Mining 11g Release 2 Charlie Berger Sr. Director Product Management, Data

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

New Features in Oracle Application Express 4.1. Oracle Application Express Websheets. Oracle Database Cloud Service

New Features in Oracle Application Express 4.1. Oracle Application Express Websheets. Oracle Database Cloud Service Date and Time- Europe/Middle East/Africa Tuesday June 12, 2012 09:00 13:00 BST 10:00 14:00 CEST 12:00 16:00 GST Corresponding UTC (GMT) 08:00:00 Agenda Time Track and Keynote/Session Title 9:00 AM Keynote

More information

Oracle Big Data Strategy Simplified Infrastrcuture

Oracle Big Data Strategy Simplified Infrastrcuture Big Data Oracle Big Data Strategy Simplified Infrastrcuture Selim Burduroğlu Global Innovation Evangelist & Architect Education & Research Industry Business Unit Oracle Confidential Internal/Restricted/Highly

More information

WHITE PAPER. Harnessing the Power of Advanced Analytics How an appliance approach simplifies the use of advanced analytics

WHITE PAPER. Harnessing the Power of Advanced Analytics How an appliance approach simplifies the use of advanced analytics WHITE PAPER Harnessing the Power of Advanced How an appliance approach simplifies the use of advanced analytics Introduction The Netezza TwinFin i-class advanced analytics appliance pushes the limits of

More information

Ganzheitliches Datenmanagement

Ganzheitliches Datenmanagement Ganzheitliches Datenmanagement für Hadoop Michael Kohs, Senior Sales Consultant @mikchaos The Problem with Big Data Projects in 2016 Relational, Mainframe Documents and Emails Data Modeler Data Scientist

More information

Make Better Decisions Through Predictive Intelligence

Make Better Decisions Through Predictive Intelligence IBM SPSS Modeler Professional Make Better Decisions Through Predictive Intelligence Highlights Easily access, prepare and model structured data with this intuitive, visual data mining workbench Expand

More information

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

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

More information

2015 Workshops for Professors

2015 Workshops for Professors SAS Education Grow with us Offered by the SAS Global Academic Program Supporting teaching, learning and research in higher education 2015 Workshops for Professors 1 Workshops for Professors As the market

More information

Well packaged sets of preinstalled, integrated, and optimized software on select hardware in the form of engineered systems and appliances

Well packaged sets of preinstalled, integrated, and optimized software on select hardware in the form of engineered systems and appliances INSIGHT Oracle's All- Out Assault on the Big Data Market: Offering Hadoop, R, Cubes, and Scalable IMDB in Familiar Packages Carl W. Olofson IDC OPINION Global Headquarters: 5 Speen Street Framingham, MA

More information

Budgeting and Planning with Microsoft Excel and Oracle OLAP

Budgeting and Planning with Microsoft Excel and Oracle OLAP Copyright 2009, Vlamis Software Solutions, Inc. Budgeting and Planning with Microsoft Excel and Oracle OLAP Dan Vlamis and Cathye Pendley dvlamis@vlamis.com cpendley@vlamis.com Vlamis Software Solutions,

More information

Advanced Analytics. The Way Forward for Businesses. Dr. Sujatha R Upadhyaya

Advanced Analytics. The Way Forward for Businesses. Dr. Sujatha R Upadhyaya Advanced Analytics The Way Forward for Businesses Dr. Sujatha R Upadhyaya Nov 2009 Advanced Analytics Adding Value to Every Business In this tough and competitive market, businesses are fighting to gain

More information

Customer Insight Appliance. Enabling retailers to understand and serve their customer

Customer Insight Appliance. Enabling retailers to understand and serve their customer Customer Insight Appliance Enabling retailers to understand and serve their customer Customer Insight Appliance Enabling retailers to understand and serve their customer. Technology has empowered today

More information

SQL Server 2005 Features Comparison

SQL Server 2005 Features Comparison Page 1 of 10 Quick Links Home Worldwide Search Microsoft.com for: Go : Home Product Information How to Buy Editions Learning Downloads Support Partners Technologies Solutions Community Previous Versions

More information

Greenplum Database. Getting Started with Big Data Analytics. Ofir Manor Pre Sales Technical Architect, EMC Greenplum

Greenplum Database. Getting Started with Big Data Analytics. Ofir Manor Pre Sales Technical Architect, EMC Greenplum Greenplum Database Getting Started with Big Data Analytics Ofir Manor Pre Sales Technical Architect, EMC Greenplum 1 Agenda Introduction to Greenplum Greenplum Database Architecture Flexible Database Configuration

More information

Practical Data Science with Azure Machine Learning, SQL Data Mining, and R

Practical Data Science with Azure Machine Learning, SQL Data Mining, and R Practical Data Science with Azure Machine Learning, SQL Data Mining, and R Overview This 4-day class is the first of the two data science courses taught by Rafal Lukawiecki. Some of the topics will be

More information

Azure Machine Learning, SQL Data Mining and R

Azure Machine Learning, SQL Data Mining and R Azure Machine Learning, SQL Data Mining and R Day-by-day Agenda Prerequisites No formal prerequisites. Basic knowledge of SQL Server Data Tools, Excel and any analytical experience helps. Best of all:

More information

Hurwitz ValuePoint: Predixion

Hurwitz ValuePoint: Predixion Predixion VICTORY INDEX CHALLENGER Marcia Kaufman COO and Principal Analyst Daniel Kirsch Principal Analyst The Hurwitz Victory Index Report Predixion is one of 10 advanced analytics vendors included in

More information

IBM SPSS Modeler 15 In-Database Mining Guide

IBM SPSS Modeler 15 In-Database Mining Guide IBM SPSS Modeler 15 In-Database Mining Guide Note: Before using this information and the product it supports, read the general information under Notices on p. 217. This edition applies to IBM SPSS Modeler

More information

Predictive Analytics

Predictive Analytics Predictive Analytics How many of you used predictive today? 2015 SAP SE. All rights reserved. 2 2015 SAP SE. All rights reserved. 3 How can you apply predictive to your business? Predictive Analytics is

More information

SEIZE THE DATA. 2015 SEIZE THE DATA. 2015

SEIZE THE DATA. 2015 SEIZE THE DATA. 2015 1 Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. BIG DATA CONFERENCE 2015 Boston August 10-13 Predicting and reducing deforestation

More information

Hadoop & SAS Data Loader for Hadoop

Hadoop & SAS Data Loader for Hadoop Turning Data into Value Hadoop & SAS Data Loader for Hadoop Sebastiaan Schaap Frederik Vandenberghe Agenda What s Hadoop SAS Data management: Traditional In-Database In-Memory The Hadoop analytics lifecycle

More information

Solve Your Toughest Challenges with Data Mining

Solve Your Toughest Challenges with Data Mining IBM Software Business Analytics IBM SPSS Modeler Solve Your Toughest Challenges with Data Mining Use predictive intelligence to make good decisions faster Solve Your Toughest Challenges with Data Mining

More information

IBM SPSS Modeler Premium

IBM SPSS Modeler Premium IBM SPSS Modeler Premium Improve model accuracy with structured and unstructured data, entity analytics and social network analysis Highlights Solve business problems faster with analytical techniques

More information

www.pwc.com/oracle Next presentation starting soon Business Analytics using Big Data to gain competitive advantage

www.pwc.com/oracle Next presentation starting soon Business Analytics using Big Data to gain competitive advantage www.pwc.com/oracle Next presentation starting soon Business Analytics using Big Data to gain competitive advantage If every image made and every word written from the earliest stirring of civilization

More information

UNIFY YOUR (BIG) DATA

UNIFY YOUR (BIG) DATA UNIFY YOUR (BIG) DATA ANALYTIC STRATEGY GIVE ANY USER ANY ANALYTIC ON ANY DATA Scott Gnau President, Teradata Labs scott.gnau@teradata.com t Unify Your (Big) Data Analytic Strategy Technology excitement:

More information

UNLEASHING THE VALUE OF THE TERADATA UNIFIED DATA ARCHITECTURE WITH ALTERYX

UNLEASHING THE VALUE OF THE TERADATA UNIFIED DATA ARCHITECTURE WITH ALTERYX UNLEASHING THE VALUE OF THE TERADATA UNIFIED DATA ARCHITECTURE WITH ALTERYX 1 Successful companies know that analytics are key to winning customer loyalty, optimizing business processes and beating their

More information