Unleash SAP Hana Predictive Power. Alexis Fouquier BI & Data Warehousing, SAP EMEA November 2012

Size: px
Start display at page:

Download "Unleash SAP Hana Predictive Power. Alexis Fouquier BI & Data Warehousing, SAP EMEA November 2012"

Transcription

1 Unleash SAP Hana Predictive Power Alexis Fouquier BI & Data Warehousing, SAP EMEA November 2012

2 Agenda The Business Case for Advanced Analytics SAP s Predictive Analytics Strategy Predictive Analytics with SAP HANA Customers Benefit from Predictive Analytics with SAP HANA Predictive Applications for SAP HANA Summary

3 Agenda The Business Case for Advanced Analytics SAP s Predictive Analytics Strategy Predictive Analytics with SAP HANA Customers Benefit from Predictive Analytics with SAP HANA Predictive Applications for SAP HANA Summary

4 What if... You could identify hidden revenue opportunities within your customer base through predictive analytics?... You could retain your high-value customers/employees/vendors/partners with the right retention offers?... Your call centre agents could delight customers with the best next-step recommendations?... You could increase cross-sell and up-sell effectiveness through cross-channel coordination?... You could build long-term customer/employee/vendor/partner relationships with intelligent interactions?

5 Competing in today s demanding marketplace means going beyond what happened MANUFACTURING l RETAIL l HEALTHCARE l BANKING l UTILITIES l TELCO PUBLIC SECTOR FINANCIAL SERVICES OPERATIONS l HR l FINANCE IT SALES l MARKETING What happened? How and why did it happen? What is happening now? What is the risk if it does/doesn t happen? What will happen? How do you prevent / ensure it happens again? Tom Davenport International Institute for Analytics

6 Today s analytics reality Specialization Predictive Modeling Data Mining Generic Predictive Analytics EIM Raw/Clean Data BI Reporting, Discovery, Analysis, Dashboards Standard Reports Sophistication/Skill Set There is a disconnect between the BI and Advanced Analytics world

7 Extend Your Analytics Capabilities Sense & Respond Predict & Act COMPETIVE ADVANTAGE Raw Data Cleaned Data Standard Reports Ad Hoc Reports & OLAP Generic Predictive Analytics What happened? Predictive Modeling Optimization Why did it happen? What will happen? What is the best that could happen? ANALYTICS MATURITY The key is unlocking data to move decision making from sense & respond to predict & act

8 Fresh Direct Our Food is Fresh. Our Customers Are Spoiled

9 From 91% to 99% on time

10 Coinstar Inventory Optimization Real time Offers Servicing

11 How Predictive Analytics is Used in Industry Business and Industry Use Cases where SAP has helped Healthcare Predict likelihood of disease to begin early treatment; identify clinical trial outcomes. CRM Sales Identify revenue forecast based on customer opportunities and pipeline execution. Banking Identify key behaviors of customers likely to leave the bank; improve credit risk analysis. Utilities Forecast demand and usage for seasonal operations; provide anticipated resources. CRM Marketing Identify potential leads among existing customers and intelligently market to them based on individual preferences and histories Government Predict community movement and trends that affect taxing districts; anticipate revenue. Retail Intelligent selection of store locations based on demographics; inventory planning. Telco Forecast demand on system load for capacity planning and customer scale.

12 Changing Landscapes and New Opportunities Data mining and predictive have been around for decades. But new market forces are changing the landscape and offering new opportunities Increased business interest Now that BI users know what happened, they are asking why and what s likely to happen next Explosive demand from sales, marketing, and call center analyses fraud, and government intelligence/security agencies Increased data value (e.g., Big Data) Exploding data volume Expanding data varieties Increasing technology performance Parallel processing, faster CPUs, and in memory technologies reduce time and cost of data processing

13 Agenda The Business Case for Advanced Analytics SAP s Predictive Analytics Strategy Predictive Analytics with SAP HANA Customers Benefit from Predictive Analytics with SAP HANA Predictive Applications for SAP HANA Summary

14 SAP s Predictive Analytics Strategy Empower the Business In time Actionable Insights In Context Extend the Business Intelligence competency to Advanced Analytics Embed Predictive into Apps and BI environments Lend expertise In-memory processing No data latencies Big Data ready Relevant to your business Within the context of your Industry and LOB scenario Custom applications Real time in memory predictive and next generation visualization and modeling

15 Agenda The Business Case for Advanced Analytics SAP s Predictive Analytics Strategy Predictive Analytics with SAP HANA Customers Benefit from Predictive Analytics with SAP HANA Predictive Applications for SAP HANA Summary

16 Predictive Analytics with SAP HANA Transforming the Future with Insight Today Unleash the value of Big Data through the power of SAP HANA Employ in-database predictive algorithms Access 3,500+ open-source algorithms via R integration for SAP HANA Intuitively design and visualize complex predictive models SAP Predictive Analysis software Bring predictive insight to everyone in the business Embed within business applications Extend into BI and reports Insight into events instantly delivered to dashboards, alerts, and mobile devices

17 SAP HANA In Memory Predictive Analytics Combine the depth and power of in-memory analytics within SAP HANA with the breadth of R to support a variety of advanced analytic and predictive scenarios Predictive Analysis Library (PAL) Native predictive algorithms In-database processing for powerful and fast results Quicker implementations Support for K-Means, K-Nearest Neighbor, C4.5 Decision Tree, Multiple Linear Regression, Apriori, ABC Classification, Weighted Score Tables R Integration for SAP HANA Enables the use of the R open source environment (> 3,500 packages) in the context of the HANA in-memory database R integration enabled via high performing parallelized connection R script is embedded within SAP HANA SQL Script Y X Z

18 Predictive Analytics with SAP HANA The Predictive Analysis Library in SAP HANA The Predictive Analysis Library (PAL) is a built-in C++ library to perform in-database data mining and statistical calculations, designed to provide excellent performance on large data sets. The Predictive Analysis Library uses tables as the data interface. Three types of tables are used for each PAL function: Input data table supplies input data to PAL functions. Each function can have one or more input data tables. Parameter table supplies parameters to PAL functions. Parameters are special inputs that control what the functions do. Each function has only one parameter table. Output data table holds the output results calculated by PAL functions. Each function can have one or more output data tables.

19 SAP HANA In Memory Predictive Analytics Predictive Analysis Library (PAL) Supported algorithms include K Means Moving Average - Centre and Trailing C 4.5 Decision Tree Moving Median K Nearest Neighbour Single Exponential Smoothing Multiple Linear Regression Double Exponential Smoothing Apriori Triple Exponential Smoothing ABC Classification Exponential Regression Weighted Scores Table Bi-Variate Geometric Regression CHAID analysis Bi-Variate Logarithmic Regression Logistic Regression Inter-Quartile Range Test - Tukey s Test Seasonal Decomposition Y X Z

20 R Integration for SAP HANA What is R? R is a software environment for statistical computing and graphics Open Source statistical programming language Over 3,500 add-on packages; ability to write your own functions Widely used for a variety of statistical methods More algorithms and packages than SAS + SPSS + Statistica Who s using it? Growing number of data analysts in industry, government, consulting, and academia Cross-industry use: high-tech, retail, manufacturing, CPG, financial services, banking, telecom, etc. Why do they use it? Free, comprehensive, and many learn it at college/university Offers rich library of statistical and graphical packages

21 R Integration for SAP HANA Adoption R is used by the most data miners

22 R Integration for SAP HANA Functionality Overview R integration for SAP HANA enables the use of the R open source environment in the context of the HANA in-memory database Establishes a communication channel between HANA and R for fast data exchange Improved data exchange mechanism supports transfer of intermediate database tables directly into vector oriented data structures of R. Performance advantage over standard tuple-based SQL interfaces with no need for data duplication on the R server Supported by providing the R-operator as a custom operator in the calcmodel of the calculation engine This allows the application user to embed R script within SQL script and submit entire query to the HANA database As the plan execution reaches R-node, a separate R runtime is invoked using Rserve and input tables of R node passed to R process using improved data transfer mechanism

23 R Integration for SAP HANA Functionality Overview Embedding R scripts within the SAP HANA database execution Enhancements are made to the SAP HANA database to allow R code (RLANG) to be processed as part of the overall query execution plan This scenario is suitable when the modeling and consumption environment sits on HANA and the R environment is used for specific statistical functions Sample Code in SAP HANA SQLScript DROP TABLE "spamclassified"; CREATE COLUMN TABLE "spamclassified" LIKE "spameval" WITH NO DATA; ALTER TABLE "spamclassified" ADD ("classified" VARCHAR(5000)); DROP PROCEDURE USE_SVM; CREATE PROCEDURE USE_SVM( IN train "spamtraining", IN eval "spameval", OUT result "spamclassified") LANGUAGE RLANG AS Send data and R script 1 3 Get back the result from R to SAP HANA 2 Run the R scripts BEGIN library(kernlab) model <- ksvm(type~., data=train, kernel=rbfdot(sigma=0.1)) classified <- predict(model, eval [,- (which(names(eval) %in% "type"))]) result <- as.data.frame(cbind(eval, classified)) END; CALL USE_SVM("spamTraining", "spameval", "spamclassified") WITH OVERVIEW; SELECT * FROM "spamclassified";

24 Demo - Dataset used is hosted by SAP Hana - Predictive analysis is performed by SAP HANA Predictive Analysis Library (PAL).

25 Agenda The Business Case for Advanced Analytics SAP s Predictive Analytics Strategy Predictive Analytics with SAP HANA Customers Benefit from Predictive Analytics with SAP HANA Predictive Applications for SAP HANA Summary

26 Mitsui Knowledge Industry Healthcare Speed Research & Improve Patient Support 408,000x faster than traditional diskbased systems in a technical PoC 216x faster by reducing genome analysis from several days to only 20 minutes making real-time cancer/drug screening possible Business Challenges Reduce delays and minimize the costs associated with new drug discovery by optimizing the process for genome analysis Improve and speed decision making for hospitals which conduct cancer detection based on DNA sequence matching Technical Implementation Leveraged the combination of SAP HANA, R, and Hadoop to store, pre-process, compute, and analyze huge amounts of data Provide access to breadth of predictive analytics libraries Benefits For pharmaceutical companies, provide required new drugs on time and aid identification of driver mutation for new drug targets Able to provide a one stop service including genomic data analysis of cancer patients to support personalized patient therapeutics Our solution is to incorporate SAP HANA along with Hadoop and R to create a single real-time big data platform. With this we have found a way to shorten the genome analysis time from several days down to only 20 minutes. Yukihisa Kato, CTO and Director of MITSUI KNOWLEDGE INDUSTRY

27 Cisco Systems, Inc. High-Tech Deliver Predictive Insight in Near Real-Time 5 seconds Seasonality analysis with any selected filters including country, segments and sales levels Business Challenges Provide Cisco sales with real-time insights to make better decisions Better data delivery decisions to improve the business - for optimization and to drive topline growth Lack of understanding of underlying sales performance drivers and the seasonality of buying patterns 2 seconds Cluster analysis across multiple quarters for a combination of sales level and quarter to determine sales achievement level The HANA platform at Cisco has been used to deliver near real-time insights to our execs, and the integration with R will allow us to combine the predictive algorithms in R with this near-real-time data from HANA. The net impact is that we will be able to take the capability which takes weeks and months to put together, and deliver just-in-time as the business is changing. Piyush Bhargava, Distinguished Engineer IT, Cisco Systems Technical Challenges Unable to transform the results of statistical analysis into actionable insights Benefits Better respond to customers and deliver tangible business value Reduce time to transform information into insights and improvement in the quality of decision-making on those insights Ultimately drive higher profitability and growth

28 Bigpoint Gaming Industry - Predictive Game Player Behavior Analysis 5,000 events per second loaded onto SAP HANA (not possible before) 10-30% increase in revenue per year Interactive data analysis leading to improved design thinking and game planning Business Challenges Increase conversion rates from free paying player Increase the average revenue per paying player Decrease churn keep paying players playing longer Technical Challenges Leverage real-time data processing in SAP HANA and classification algorithms with R integration for SAP HANA to deliver personalized context-relevant offers to players Analyze vast amounts of historical and transactional data to forecast player behavior patterns Benefits Real-time insights Per player profitability analysis and increased understanding of player behavior Increase data volume and processing capabilities to communicate personalized messages to players At Bigpoint in the Battlestar Galactica online game, we have more than 5,000 events in the game per second which we have to load in SAP HANA environment and to work on it to create an individualized game environment to create offers for them. In this co-innovation project with SAP HANA, using Real Time Offer Management Bigpoint, we hope to increase revenue by 10-30%. Claus Wagner, Senior Vice President SAP Technology, Bigpoint

29 Agenda The Business Case for Advanced Analytics SAP s Predictive Analytics Strategy Predictive Analytics with SAP HANA Customers Benefit from Predictive Analytics with SAP HANA Predictive Applications for SAP HANA Summary

30 SAP Predictive Analysis Integration with SAP HANA Leverages SAP HANA s native predictive capabilities Pushes predictive processing into SAP HANA Intuitively design complex predictive models Visualize, discover, and share hidden insights

31 Demo Design a Predictive model with SAP Predictive Analytics

32 Smart Meter Analytics Identify energy consumption pattern that can be used for Customer Segmentation Smart meter data volume is huge Using SAP HANA + PAL K- Means algorithm Clustering of smart meter data applying the k-means clustering to >20 million x 96-dimensional vectors High performance clustering computation Challenge Solution Results

33 Predictive Analysis in HPA Customer Analytics

34 Customer Analytics Account Intelligence Target User: Sales Manager, Sales Rep with real-time and complete view of all Customer activities Comprises Sales, Financials, CRM, and external sources like customer satisfaction, social media data Audience Discovery and Targeting Target User: Marketing, Sales Manager rapidly and easily segment large customer populations Manage Target Groups for insight to action Trigger initiatives like customized offers for each segment and channel Customer Value Intelligence Target Users: Marketing Manager, Product Manager Deep insight into revenue and profitability of customers, products and channels.

35 Predictive Use Cases inside Customer Analytics Account Intelligence ABC Classification Product Recommendations White Space Analysis (Customer Stratification) Sales Pipeline Forecasting Probability to churn Audience Discovery and Targeting ABC Classification (parameterized) RFM Analysis Cluster Analysis ( ) ( ) ( ) Decision Tree Analysis Customer Profiling (similar behavior for campaigns) Customer Value Intelligence Customer Lifetime Value Product Affinity: Propensity score (e.g. probability that a customer will buy a certain product model based ( ) prediction) Cross selling (Next best product e.g. customer profiling with clustering and decision tree; association analysis) Covered in development system; ( ) under development

36 Performance and Insight Optimization Services Enabling complex use cases with SAP HANA Examples of innovative business solutions advanced by SAP HANA: Tax Compliance and discovery engine for public sector Industry-specific optimization Algorithms and processes Affinity insight and forecasting for retail Industry-specific predictive modeling Proprietary models for retail, banking, utilities, manufacturing, and beyond High performance compliance engine for chemical companies Back end Sophisticated aggregation and cleansing algorithms High volume industry specific data relationship algorithms SAP HANA

37 Affinity Insight for Retail Challenge Tailored to the roles of retail category managers and merchandising managers Both of whom are concerned with product relationships and their associated financial performance in achieving retail corporate targets. Solution Using SAP HANA and the PAL Apriori algorithm with modification for maximal performance for the target usage Results See affinity relationships easily on a broad scale Understand product relationships that contributed to affinity relationships Conduct simple what-if queries against a demand model See store-level performance relative to the product dimension.

38 Agenda The Business Case for Advanced Analytics SAP s Predictive Analytics Strategy Predictive Analytics with SAP HANA Customers Benefit from Predictive Analytics with SAP HANA Predictive Applications for SAP HANA Summary

39 The Bottom Line Companies can no longer focus solely on delivering the best product or service To succeed, they must: Uncover hidden customer / employee / vendor / partner trends and insights Anticipate behavior and take proactive action Empower your team with intelligent next steps to exceed customer expectations Create new offers to increase market share and profitability Develop and execute a customer-centric strategy Target the right offers to the right customers through the best channels at the most opportune time

40 Thank You Thank You! Contact information: Alexis Fouquier, BI & Data Warehousing, SAP

41 Appendix

42 SAP HANA adoption model A platform that scales Localized SAP HANA as a data mart Fast time to value Bring data into SAP HANA for a high value scenario Flexible and extremely fast realtime analysis Non disruptive adoption Pervasive Analytics SAP HANA as a platform for all your analytics Multiple scenarios Consolidation database that scales with multiple nodes Unstructured data analysis (e.g. Text analytics) Predictive analytics Analytics for mobile users Globalized SAP HANA as a platform for analytics and applications Genomic DNA analysis in real-time to transform cancer patient care Increased speed, accuracy and visibility for drug discovery Real-time Big data (R+Hadoop+HANA) 408,000 faster than traditional disk-based system

43 SAP HANA Hadoop Support in SAP Data Services 4.1 Extend the Big Data Ecosystem to SAP HANA Files SAP HANA, Sybase IQ, other Target Systems Databases SAP Data Services SAP Data Services Web & Others SAP HANA can integrate with Hadoop via SAP Data Services 4.1 Ability to load and read large volumes of data into and out of SAP HANA from/to Hadoop via SAP Data Services 4.1 Reading from and loading into Hadoop Hive Support (table-like access to Hadoop data) Direct HSFS file support through PIG scripts

44 SAP HANA text search capability Native full text search Exploit unstructured content in SAP HANA Leverage one infrastructure for analytical and text search workloads in both OLAP and OLTP use cases Reduced duplication, latency, and operational overhead Graphical modeling Easy to use search definition Built into existing SAP HANA Modeling tools UI UI Components UI Components UI toolkit Rapid development of search enabled applications through reusable UI building SAP HANA Metadata Suggestion Search Metadata Information Access Services blocks Search Fuzzy Ranking Snipets Modeler Search Search Engine Model HANA Studio Tables Column Store Linguistic Processing Text Processor

45 SAP Visual Intelligence for SAP HANA Enable business users to visualize & manipulate data quickly 1. Fast Get answers at high speed 2. Engaging Empower people to interrogate data 3. On Massive Data Volumes Add greater information context Real time on detailed data on the fly Fewer layers, simpler landscape, faster ROI Intuitive discovery and analysis experience Self service visualizations and analytics Ask any question Insight from structured and unstructured data On operational data for agility across your value chain

46 R Integration for SAP HANA Business Benefits Advanced Analytics Users can leverage the range of statistical functions from R and the power of SAP HANA for new advanced analytics use cases Performance Advantage Achieve better business results through faster predictive analytic cycles on the SAP HANA platform and via the R integration for SAP HANA Ease of Use Analysts already using R will be able to use functionality without any additional training IT Benefits Total Cost of Ownership Continue to leverage existing investments in SAP HANA and R Flexibility Flexible and configurable integration scenarios provide options whether to use the predictive capabilities of SAP HANA and/or R Enterprise Fit Coexists within an organization s IT infrastructure R provides an incredibly comprehensive library of predictive analysis algorithms SAP provides an efficient integration between SAP HANA and R Customers are empowered to apply this range of analysis to SAP HANA data

An In-Depth Look at In-Memory Predictive Analytics for Developers

An In-Depth Look at In-Memory Predictive Analytics for Developers September 9 11, 2013 Anaheim, California An In-Depth Look at In-Memory Predictive Analytics for Developers Philip Mugglestone SAP Learning Points Understand the SAP HANA Predictive Analysis library (PAL)

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

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

Demonstration of SAP Predictive Analysis 1.0, consumption from SAP BI clients and best practices

Demonstration of SAP Predictive Analysis 1.0, consumption from SAP BI clients and best practices September 10-13, 2012 Orlando, Florida Demonstration of SAP Predictive Analysis 1.0, consumption from SAP BI clients and best practices Vishwanath Belur, Product Manager, SAP Predictive Analysis Learning

More information

SAP Predictive Analysis: Strategy, Value Proposition

SAP Predictive Analysis: Strategy, Value Proposition September 10-13, 2012 Orlando, Florida SAP Predictive Analysis: Strategy, Value Proposition Thomas B Kuruvilla, Solution Management, SAP Business Intelligence Scott Leaver, Solution Management, SAP Business

More information

Unleash the Value of Big Data through Predictive Analytics with SAP HANA

Unleash the Value of Big Data through Predictive Analytics with SAP HANA September 10-13, 2012 Orlando, Florida Unleash the Value of Big Data through Predictive Analytics with SAP HANA Philip Mugglestone SAP Learning Points New market forces are changing the landscape and offering

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

Maximierung des Geschäftserfolgs durch SAP Predictive Analytics. Andreas Forster, May 2014

Maximierung des Geschäftserfolgs durch SAP Predictive Analytics. Andreas Forster, May 2014 Maximierung des Geschäftserfolgs durch SAP Predictive Analytics Andreas Forster, May 2014 Legal Disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed

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

SAP BusinessObjects Predictive Analysis. Transforming the Future with Insight Today

SAP BusinessObjects Predictive Analysis. Transforming the Future with Insight Today SAP BusinessObjects Predictive Analysis Transforming the Future with Insight Today What if.... You could identify hidden revenue opportunities within your customer base through predictive analytics?....

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

Confidently Anticipate and Drive Better Business Outcomes

Confidently Anticipate and Drive Better Business Outcomes SAP Brief Analytics s from SAP SAP Predictive Analytics Objectives Confidently Anticipate and Drive Better Business Outcomes See the future more clearly with predictive analytics See the future more clearly

More information

SAP Predictive Analysis: Strategy, Value Proposition

SAP Predictive Analysis: Strategy, Value Proposition September 10-13, 2012 Orlando, Florida SAP Predictive Analysis: Strategy, Value Proposition Charles Gadalla, Solution Management, SAP Business Intelligence Manavendra Misra, Chief Knowledge Officer, Cognilytics

More information

SAP Predictive Analytics

SAP Predictive Analytics SAP Predictive Analytics What s the best that COULD happen? Bringing predictive analytics to the end user SAP Forum Belgium September 9, 2015 Waldemar Adams @adamsw SVP & GM Analytics SAP Europe, Middle-East

More information

Accelerating the path to SAP BW powered by SAP HANA

Accelerating the path to SAP BW powered by SAP HANA Ag BW on SAP HANA Unleash the power of imagination Dramatically improve your decision-making ability, reduce risk and lower your costs, Accelerating the path to SAP BW powered by SAP HANA Hardware Software

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

Big Data and the SAP Data Platform Including SAP HANA and Apache Hadoop Balaji Krishna, SAP HANA Product Management

Big Data and the SAP Data Platform Including SAP HANA and Apache Hadoop Balaji Krishna, SAP HANA Product Management Orange County Convention Center Orlando, Florida June 3-5, 2014 Big Data and the SAP Data Platform Including SAP HANA and Apache Hadoop Balaji Krishna, SAP HANA Product Management @balajivkrishna LEARNING

More information

Business Analytics and the Nexus of Information

Business Analytics and the Nexus of Information Business Analytics and the Nexus of Information 2 The Impact of the Nexus of Forces 4 From the Gartner Files: Information and the Nexus of Forces: Delivering and Analyzing Data 6 About IBM Business Analytics

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

Empowering the Masses with Analytics

Empowering the Masses with Analytics Empowering the Masses with Analytics THE GAP FOR BUSINESS USERS For a discussion of bridging the gap from the perspective of a business user, read Three Ways to Use Data Science. Ask the average business

More information

High-Performance Analytics

High-Performance Analytics High-Performance Analytics David Pope January 2012 Principal Solutions Architect High Performance Analytics Practice Saturday, April 21, 2012 Agenda Who Is SAS / SAS Technology Evolution Current Trends

More information

SAP HANA An In-Memory Data Platform for Real-Time Business

SAP HANA An In-Memory Data Platform for Real-Time Business SAP Brief SAP Technology SAP HANA Objectives SAP HANA An In-Memory Data Platform for Real-Time Business Real-time business: a competitive advantage Real-time business: a competitive advantage Uncertainty

More information

Tap into Big Data at the Speed of Business

Tap into Big Data at the Speed of Business SAP Brief SAP Technology SAP Sybase IQ Objectives Tap into Big Data at the Speed of Business A simpler, more affordable approach to Big Data analytics A simpler, more affordable approach to Big Data analytics

More information

SAP BusinessObjects. May 2011

SAP BusinessObjects. May 2011 SAP BusinessObjects Mobile Business Intelligence May 2011 Safe Harbor The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission of SAP.

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

Exploring the Synergistic Relationships Between BPC, BW and HANA

Exploring the Synergistic Relationships Between BPC, BW and HANA September 9 11, 2013 Anaheim, California Exploring the Synergistic Relationships Between, BW and HANA Sheldon Edelstein SAP Database and Solution Management Learning Points SAP Business Planning and Consolidation

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

Data Mining Solutions for the Business Environment

Data Mining Solutions for the Business Environment Database Systems Journal vol. IV, no. 4/2013 21 Data Mining Solutions for the Business Environment Ruxandra PETRE University of Economic Studies, Bucharest, Romania ruxandra_stefania.petre@yahoo.com Over

More information

SAP Solution Brief SAP Technology SAP HANA. SAP HANA An In-Memory Data Platform for Real-Time Business

SAP Solution Brief SAP Technology SAP HANA. SAP HANA An In-Memory Data Platform for Real-Time Business SAP Brief SAP Technology SAP HANA Objectives SAP HANA An In-Memory Data Platform for Real-Time Business Fast, broad, and meaningful insight at your service Real-time analytics Fast, broad, and meaningful

More information

SAP Predictive Analytics Roadmap Charles Gadalla SAP SESSION CODE: #####

SAP Predictive Analytics Roadmap Charles Gadalla SAP SESSION CODE: ##### SAP Predictive Analytics Roadmap Charles Gadalla SAP SESSION CODE: ##### LEARNING POINTS What are SAP s Advanced Analytics offerings Advanced Analytics gives a competitive advantage, it can no longer be

More information

Data analytics Delivering intelligence in the moment

Data analytics Delivering intelligence in the moment www.pwc.co.uk Data analytics Delivering intelligence in the moment January 2014 Our point of view Extracting insight from an organisation s data and applying it to business decisions has long been a necessary

More information

Business Intelligence Analytics Editions

Business Intelligence Analytics Editions Business Intelligence Analytics Editions SAP BusinessObjects BI platform SAP BusinessObjects BI suite SAP BusinessObjects BI, Edge edition SAP Crystal Server SAP Sybase IQ SAP Data Integrator SAP Data

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

Agil visualisering och dataanalys

Agil visualisering och dataanalys Agil visualisering och dataanalys True Business and IT collaboration in Analytics Niklas Packendorff @packendorff SAPSA Impuls 2014 Legal disclaimer The information in this presentation is confidential

More information

White Paper. Redefine Your Analytics Journey With Self-Service Data Discovery and Interactive Predictive Analytics

White Paper. Redefine Your Analytics Journey With Self-Service Data Discovery and Interactive Predictive Analytics White Paper Redefine Your Analytics Journey With Self-Service Data Discovery and Interactive Predictive Analytics Contents Self-service data discovery and interactive predictive analytics... 1 What does

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

Business Intelligence Competency Partners Untangling the Confusion What SAP BW powered by HANA and HANA LIVE mean to your organization

Business Intelligence Competency Partners Untangling the Confusion What SAP BW powered by HANA and HANA LIVE mean to your organization Business Intelligence Competency Partners Untangling the Confusion What SAP BW powered by HANA and HANA LIVE mean to your organization Sven Jensen Program Director Audience, Objective & Agenda This presentation

More information

Advanced Big Data Analytics with R and Hadoop

Advanced Big Data Analytics with R and Hadoop REVOLUTION ANALYTICS WHITE PAPER Advanced Big Data Analytics with R and Hadoop 'Big Data' Analytics as a Competitive Advantage Big Analytics delivers competitive advantage in two ways compared to the traditional

More information

The Right BI Tool for the Job in a non- SAP Applica9on Environment

The Right BI Tool for the Job in a non- SAP Applica9on Environment September 9 11, 2013 Anaheim, California The Right BI Tool for the Job in a non- SAP Applica9on Environment Speaker Name(s): Ty Miller Full Spectrum Business Intelligence Self Service Dashboards and Apps

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

HROUG. The future of Business Intelligence & Enterprise Performance Management. Rovinj October 18, 2007

HROUG. The future of Business Intelligence & Enterprise Performance Management. Rovinj October 18, 2007 HROUG Rovinj October 18, 2007 The future of Business Intelligence & Enterprise Performance Management Alexander Meixner Sales Executive, BI/EPM, South East Europe Oracle s Product

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

Solving big data problems in real-time with CEP and Dashboards - patterns and tips

Solving big data problems in real-time with CEP and Dashboards - patterns and tips September 10-13, 2012 Orlando, Florida Solving big data problems in real-time with CEP and Dashboards - patterns and tips Kevin Wilson Karl Kwong Learning Points Big data is a reality and organizations

More information

SAP HANA. Markus Fath, SAP HANA Product Management June 2013

SAP HANA. Markus Fath, SAP HANA Product Management June 2013 SAP HANA Markus Fath, SAP HANA Product Management June 2013 Agenda What is SAP HANA? How do I use SAP HANA? How can I develop applications on SAP HANA? That s it? 2013 SAP AG. All rights reserved. Public

More information

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

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

More information

Big Data and CRM Powered by HANA. Chris Dircks

Big Data and CRM Powered by HANA. Chris Dircks Big Data and CRM Powered by HANA Chris Dircks This presentation and SAP s strategy and possible future developments are subject to change and may be changed by SAP at any time for any reason without 2011

More information

birt Analytics data sheet Reduce the time from analysis to action

birt Analytics data sheet Reduce the time from analysis to action Reduce the time from analysis to action BIRT Analytics is the newest addition to ActuateOne. This new analytics product is fast and agile, and adds to the already rich Actuate BIRT product lineup the simpleto-use

More information

The Power of Predictive Analytics

The Power of Predictive Analytics The Power of Predictive Analytics Derive real-time insights with accuracy and ease SOLUTION OVERVIEW www.sybase.com KXEN S INFINITEINSIGHT AND SYBASE IQ FEATURES & BENEFITS AT A GLANCE Ensure greater accuracy

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

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

Applied Business Intelligence. Iakovos Motakis, Ph.D. Director, DW & Decision Support Systems Intrasoft SA

Applied Business Intelligence. Iakovos Motakis, Ph.D. Director, DW & Decision Support Systems Intrasoft SA Applied Business Intelligence Iakovos Motakis, Ph.D. Director, DW & Decision Support Systems Intrasoft SA Agenda Business Drivers and Perspectives Technology & Analytical Applications Trends Challenges

More information

Apigee Insights Increase marketing effectiveness and customer satisfaction with API-driven adaptive apps

Apigee Insights Increase marketing effectiveness and customer satisfaction with API-driven adaptive apps White provides GRASP-powered big data predictive analytics that increases marketing effectiveness and customer satisfaction with API-driven adaptive apps that anticipate, learn, and adapt to deliver contextual,

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

DRIVING THE CHANGE ENABLING TECHNOLOGY FOR FINANCE 15 TH FINANCE TECH FORUM SOFIA, BULGARIA APRIL 25 2013

DRIVING THE CHANGE ENABLING TECHNOLOGY FOR FINANCE 15 TH FINANCE TECH FORUM SOFIA, BULGARIA APRIL 25 2013 DRIVING THE CHANGE ENABLING TECHNOLOGY FOR FINANCE 15 TH FINANCE TECH FORUM SOFIA, BULGARIA APRIL 25 2013 BRAD HATHAWAY REGIONAL LEADER FOR INFORMATION MANAGEMENT AGENDA Major Technology Trends Focus on

More information

5 Keys to Unlocking the Big Data Analytics Puzzle. Anurag Tandon Director, Product Marketing March 26, 2014

5 Keys to Unlocking the Big Data Analytics Puzzle. Anurag Tandon Director, Product Marketing March 26, 2014 5 Keys to Unlocking the Big Data Analytics Puzzle Anurag Tandon Director, Product Marketing March 26, 2014 1 A Little About Us A global footprint. A proven innovator. A leader in enterprise analytics for

More information

Business Intelligence Solutions for Gaming and Hospitality

Business Intelligence Solutions for Gaming and Hospitality Business Intelligence Solutions for Gaming and Hospitality Prepared by: Mario Perkins Qualex Consulting Services, Inc. Suzanne Fiero SAS Objective Summary 2 Objective Summary The rise in popularity and

More information

Maximizing Returns through Advanced Analytics in Transportation

Maximizing Returns through Advanced Analytics in Transportation Maximizing Returns through Advanced Analytics in Transportation Table of contents Industry Challenges 1 Use Cases for High Performance Analytics 1 Fleet Optimization / Predictive Maintenance 1 Network

More information

decisions that are better-informed leading to long-term competitive advantage Business Intelligence solutions

decisions that are better-informed leading to long-term competitive advantage Business Intelligence solutions Business Intelligence solutions decisions that are better-informed leading to long-term competitive advantage Your business technologists. Powering progress Every organization generates vast amounts of

More information

We deliver solutions in the domain of business intelligence to drive efficiency for internal and external process management.

We deliver solutions in the domain of business intelligence to drive efficiency for internal and external process management. Executive Summary dcode Technologies is an IT enabled business solution enterprise. Products and services offered by dcode technologies are focused to deliver tangible business gains for their service

More information

Explore the Art of the Possible Discover how your company can create new business value through a co-innovation partnership with SAP

Explore the Art of the Possible Discover how your company can create new business value through a co-innovation partnership with SAP Explore the Art of the Possible Discover how your company can create new business value through a co-innovation partnership with SAP Innovate to Differentiate How SAP technology innovations can help your

More information

Integrated Sales and Operations Business Planning for Chemicals

Integrated Sales and Operations Business Planning for Chemicals Solution in Detail Chemicals Executive Summary Contact Us Integrated Sales and Operations Business Planning for Chemicals Navigating Business Volatility Navigating Volatility Anticipating Change Optimizing

More information

How to leverage SAP HANA for fast ROI and business advantage 5 STEPS. to success. with SAP HANA. Unleashing the value of HANA

How to leverage SAP HANA for fast ROI and business advantage 5 STEPS. to success. with SAP HANA. Unleashing the value of HANA How to leverage SAP HANA for fast ROI and business advantage 5 STEPS to success with SAP HANA Unleashing the value of HANA 5 steps to success with SAP HANA How to leverage SAP HANA for fast ROI and business

More information

Unlock the business value of enterprise data with in-database analytics

Unlock the business value of enterprise data with in-database analytics Unlock the business value of enterprise data with in-database analytics Achieve better business results through faster, more accurate decisions White Paper Table of Contents Executive summary...1 How can

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

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

SAP S/4HANA Embedded Analytics

SAP S/4HANA Embedded Analytics Frequently Asked Questions November 2015, Version 1 EXTERNAL SAP S/4HANA Embedded Analytics The purpose of this document is to provide an external audience with a selection of frequently asked questions

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 BusinessObjects SOLUTIONS FOR ORACLE ENVIRONMENTS

SAP BusinessObjects SOLUTIONS FOR ORACLE ENVIRONMENTS SAP BusinessObjects SOLUTIONS FOR ORACLE ENVIRONMENTS BUSINESS INTELLIGENCE FOR ORACLE APPLICATIONS AND TECHNOLOGY SAP Solution Brief SAP BusinessObjects Business Intelligence Solutions 1 SAP BUSINESSOBJECTS

More information

Integrating SAP and non-sap data for comprehensive Business Intelligence

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

More information

Making confident decisions with the full spectrum of analysis capabilities

Making confident decisions with the full spectrum of analysis capabilities IBM Software Business Analytics Analysis Making confident decisions with the full spectrum of analysis capabilities Making confident decisions with the full spectrum of analysis capabilities Contents 2

More information

Customer Analytics. Turn Big Data into Big Value

Customer Analytics. Turn Big Data into Big Value Turn Big Data into Big Value All Your Data Integrated in Just One Place BIRT Analytics lets you capture the value of Big Data that speeds right by most enterprises. It analyzes massive volumes of data

More information

Data-Driven Decisions: Role of Operations Research in Business Analytics

Data-Driven Decisions: Role of Operations Research in Business Analytics Data-Driven Decisions: Role of Operations Research in Business Analytics Dr. Radhika Kulkarni Vice President, Advanced Analytics R&D SAS Institute April 11, 2011 Welcome to the World of Analytics! Lessons

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

SAP Makes Big Data Real Real Time. Real Results.

SAP Makes Big Data Real Real Time. Real Results. SAP Makes Big Data Real Real Time. Real Results. MAKE BIG DATA REAL WITH SAP SOLUTIONS: ACCELERATE. APPLY. ACHIEVE Accelerate, Apply, and Achieve Big Results from Your Big Data Big Data represents an opportunity

More information

Extending The Value of SAP with the SAP BusinessObjects Business Intelligence Platform Product Integration Roadmap

Extending The Value of SAP with the SAP BusinessObjects Business Intelligence Platform Product Integration Roadmap Extending The Value of SAP with the SAP BusinessObjects Business Intelligence Platform Product Integration Roadmap Naomi Tomioka Phipps Principal Solution Advisor Business User South East Asia 22 nd April,

More information

TRENDS IN THE DEVELOPMENT OF BUSINESS INTELLIGENCE SYSTEMS

TRENDS IN THE DEVELOPMENT OF BUSINESS INTELLIGENCE SYSTEMS 9 8 TRENDS IN THE DEVELOPMENT OF BUSINESS INTELLIGENCE SYSTEMS Assist. Prof. Latinka Todoranova Econ Lit C 810 Information technology is a highly dynamic field of research. As part of it, business intelligence

More information

A Few Cool Features in BW 7.4 on HANA that Make a Difference

A Few Cool Features in BW 7.4 on HANA that Make a Difference A Few Cool Features in BW 7.4 on HANA that Make a Difference Here is a short summary of new functionality in BW 7.4 on HANA for those familiar with traditional SAP BW. I have collected and highlighted

More information

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

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

More information

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

Business Intelligence mit SAP: Strategie, Neuerungen, Nutzen. Andreas Forster / Solution Advisor June 2013

Business Intelligence mit SAP: Strategie, Neuerungen, Nutzen. Andreas Forster / Solution Advisor June 2013 Business Intelligence mit SAP: Strategie, Neuerungen, Nutzen Andreas Forster / Solution Advisor June 2013 Agenda SAP Business Intelligence Vision SAP BusinessObjects Suite SAP BusinessObjects BI and SAP

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

Data Analytical Framework for Customer Centric Solutions

Data Analytical Framework for Customer Centric Solutions Data Analytical Framework for Customer Centric Solutions Customer Savviness Index Low Medium High Data Management Descriptive Analytics Diagnostic Analytics Predictive Analytics Prescriptive Analytics

More information

SAP Database Strategy Overview. Uwe Grigoleit September 2013

SAP Database Strategy Overview. Uwe Grigoleit September 2013 SAP base Strategy Overview Uwe Grigoleit September 2013 SAP s In-Memory and management Strategy Big- in Business-Context: Are you harnessing the opportunity? Mobile Transactions Things Things Instant Messages

More information

WHITEPAPER. Creating and Deploying Predictive Strategies that Drive Customer Value in Marketing, Sales and Risk

WHITEPAPER. Creating and Deploying Predictive Strategies that Drive Customer Value in Marketing, Sales and Risk WHITEPAPER Creating and Deploying Predictive Strategies that Drive Customer Value in Marketing, Sales and Risk Overview Angoss is helping its clients achieve significant revenue growth and measurable return

More information

Patient Relationship Management

Patient Relationship Management Solution in Detail Healthcare Executive Summary Contact Us Patient Relationship Management 2013 2014 SAP AG or an SAP affiliate company. Attract and Delight the Empowered Patient Engaged Consumers Information

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

Redefining Customer Analytics

Redefining Customer Analytics SAP Brief SAP Customer Engagement Intelligence Objectives Redefining Customer Analytics Making personalized connections with customers in real time Making personalized connections with customers in real

More information

HIGH PERFORMANCE ANALYTICS FOR TERADATA

HIGH PERFORMANCE ANALYTICS FOR TERADATA F HIGH PERFORMANCE ANALYTICS FOR TERADATA F F BORN AND BRED IN FINANCIAL SERVICES AND HEALTHCARE. DECADES OF EXPERIENCE IN PARALLEL PROGRAMMING AND ANALYTICS. FOCUSED ON MAKING DATA SCIENCE HIGHLY PERFORMING

More information

Foundations of Business Intelligence: Databases and Information Management

Foundations of Business Intelligence: Databases and Information Management Foundations of Business Intelligence: Databases and Information Management Problem: HP s numerous systems unable to deliver the information needed for a complete picture of business operations, lack of

More information

CHEMICAL REACTIONS: Unleashing Your Most Valuable Asset

CHEMICAL REACTIONS: Unleashing Your Most Valuable Asset Today s chemical companies face extraordinary business challenges, from the massive volatility in raw materials and input costs, to currency fluctuations and a globally competitive marketplace. The selling

More information

Business Performance without limits how in memory. computing changes everything

Business Performance without limits how in memory. computing changes everything Business Performance without limits how in memory computing changes everything Information Explosion is unprecedented An inflection point for the enterprise VELOCITY Worldwide digital content will double

More information

Architectures for Big Data Analytics A database perspective

Architectures for Big Data Analytics A database perspective Architectures for Big Data Analytics A database perspective Fernando Velez Director of Product Management Enterprise Information Management, SAP June 2013 Outline Big Data Analytics Requirements Spectrum

More information

SAP Business Suite powered by SAP HANA

SAP Business Suite powered by SAP HANA SAP Business Suite powered by SAP HANA CeBIT 2013, March 5 th Bernd Leukert, Corporate Officer and Executive Vice President Application Innovation, SAP AG Magnitude of Change: Omission of Restrictions

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

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

Self-Service Big Data Analytics for Line of Business

Self-Service Big Data Analytics for Line of Business I D C A N A L Y S T C O N N E C T I O N Dan Vesset Program Vice President, Business Analytics and Big Data Self-Service Big Data Analytics for Line of Business March 2015 Big data, in all its forms, is

More information

Navigating Big Data business analytics

Navigating Big Data business analytics mwd a d v i s o r s Navigating Big Data business analytics Helena Schwenk A special report prepared for Actuate May 2013 This report is the third in a series and focuses principally on explaining what

More information

Understanding the Value of In-Memory in the IT Landscape

Understanding the Value of In-Memory in the IT Landscape February 2012 Understing the Value of In-Memory in Sponsored by QlikView Contents The Many Faces of In-Memory 1 The Meaning of In-Memory 2 The Data Analysis Value Chain Your Goals 3 Mapping Vendors to

More information