Uncover the Power of a Big Data Platform Machine Learning at Work

Size: px
Start display at page:

Download "Uncover the Power of a Big Data Platform Machine Learning at Work"

Transcription

1 Uncover the Power of a Big Data Platform Machine Learning at Work Vivek RR / Balasubramanya Nagaraj, SAP July, 2017

2 Agenda SAP Leonardo Machine Learning Foundation SAP HANA External Machine Learning AFL Demo1 Demo2 2

3 SAP Leonardo Machine Learning Foundation Infuse your apps with intelligence Vivek RR / Balasubramanya Nagaraj, SAP July, 2017

4 Digitization Every company to become a software-driven company by Connected Data Integration Collaboration Mobile Big Data Business Process Innovation Intelligently connecting People, Things and Businesses Machine Learning APIs Natural Language Real-time Analytics IoT Networks Microservices 4

5 Machine learning is the reality behind artificial intelligence What is machine learning? Computers learn from data without being explicitly programmed. Machines can see, read, listen, understand, and interact. Why now? Big Data (for example, business networks, cloud applications, the Internet of Things, and SAP S/4HANA) Massive improvements in hardware (graphics processing unit [GPU] and multicore) Deep learning algorithms 5

6 How enterprise data is transformed into business value From data to insights Input Machine learning Output Text Video Train model Applications (such as cash application) Speech Prepare data Apply model Image and more Capture feedback Services (such as invoice processing, profile matching) and more 6

7 SAP s vision for enterprise machine learning SAP Leonardo Machine Learning Create your own intelligent infrastructure Automate Knowledge Work Transformational HR services Lights out finance operations Self-driving customer service Conversational sales bots Customer retention insights Do the Impossible Image-based Ariba commerce Contextual Concur travel concierge Video-aware marketing Visual store execution Drone and satellite-based asset management Vision-enabled manufacturing Contextual logistics based on SAP Cloud Platform and SAP HANA 7

8 Build your intelligent enterprise now SAP Leonardo makes machine learning incredibly simple Assets 76% of the world s transaction revenue touches an SAP system 25 Industries 12 LOB s The world s largest business network SAP Leonardo Machine Learning Applications Business services Functional services Foundation Lifecycle management SAP Cloud Platform & SAP HANA Increase revenue Re-imagine processes Quality time at work Customer satisfaction Enabling innovations 8

9 SAP HANA External Machine Learning AFL Tensor Flow Integration Scenario Vivek RR / Balasubramanya Nagaraj/Jeffrey Lord Jr, SAP July, 2017

10 HANA Machine Learning Capabilities What s Available now? HANA ML capabilities PAL 70+ (and growing) classical ML algorithms APL Domain specific and largely automated ML algorithms Familiar Application development Direct AFL Call Modelled Calc View (Modelling) Transparent invocation of ML capabilities regardless of application language mix ABAP Java Javascript AFL Mechanism Extend HANA capabilities through additional functinality Used for implementing high performance functionality beyond SQL/SQLScript: Linear optimization (OFL) Machine Learning (PAL/APL) Complex Business Calculations (BFL). 10

11 HANA Machine Learning Capabilities : EML AFL What s New (HANA 2.0 SPS02)? Expose additional state of the art ML functionality as part of HANA core Retain the familiar development environment Feels like HANA on the consumption side Feels like XXX on the data scientist side Implemented as service client LAN and WAN capability Efficient, secure communication (grpc) Ensures smooth separable evolution of HANA and the external ML framework is possible Initial Scope Google Tensorflow TensorFlow Serving SAP Leonardo Platform services Standard REST Calls 11

12 Why TensorFlow Open Source library by Google (open sourced just over 1 year ago) Based on data flow graphs C/C++ backend, python API Supports hardware accelerators and distributed processing Extensive built-in support for deep learning Recently released 1.0 Covers both ML research and production Provides a comprehensive framework to evolve a ML model from experimentation to large scale production Source: Jeff Dean Tensorflow Dev Summit

13 and the ML community loves it! Similar to other frameworks like Caffe, Theano, Torch and others.. #1 repository in ML category on GitHub About 1000 commits/month 5500 GitHub repositories related to TF Source: Jeff Dean Tensorflow Dev Summit

14 Objectives of the integration of HANA with Google TensorFlow 1 Extend HANA's capabilities including image processing functionality 2 Provide a seamless (SAP native-like) integration of Google Tensor Flow into HANA for the developer 3 Allow asynchronous queries of multiple Tensor Flow models in parallel to enhance execution speed 4 Enhance HANA business data with features from unstructured image data 14

15 EML (External Machine Learning) AFL Architecture AFL Framework TensorFlow Serving Server R Active Model(s) EML AFL HTTP/2, protobuf Input/Output Table Handling Request handling grpc client REST client R grpc server HTTP/1.1, JSON Model persistence SAP Leonardo Model 1 Model n Machine Learning Platform 15

16 Deployment Options SAP HANA Landscape EML AFL Integrated Indexserver SLES 12 TensorFlow Serving processes Share the HANA cluster resources Simple for test and development SAP HANA Landscape EML AFL Indexserver SLES 12 TensorFlow Landscape TensorFlow Serving arbitrary Dedicated OnPremise Performance isolation Leverage special hardware resources Dynamically scale additional resources SAP HANA Landscape Google Cloud Platform EML AFL Indexserver SLES 12 TensorFlow Cloud Harness the power of dedicated hardware (TPUs) on the Google Cloud Platform or elsewhere 16

17 Demo 1: Goods receipt / Quality inspection Goods received at wholesaler/distributor Quality control (manual) Record results of QA and trigger follow-on activities Ship to retail shops waste/scrap Tomato Lot TM1 TM2 TM3 Quality good rotten good 17

18 Innovation task - apply image processing Your Challenge: Replace the manual entry of quality status with advanced computer vision All other parts of your application expect the simple table below Tomato Lot TM1 TM2 TM3 Quality good rotten good 18

19 Replace manual inspection by image processing SAP HANA Tomato Lot Quality Good score Rotten score TM1 good ,15 TM2 rotten TM3 good 0,

20 Building the demo Data Scientist Create and train a model using transfer learning Package the model for TensorFlow-Serving as a servable Developer/Landscape Admin. Deploy the model to a TensorFlow Serving server resource Register the model with the EML AFL to create a new custom procedure to access the model 20

21 Transfer learning: train custom deep ML nets on a budget Machine learning technique where knowledge gained during training on one type of problem is applied to a similar type of problem. Deep Networks trained on real world objects exhibit a hierarchy of learned representations: Low-level features: dots, lines, curves Middle-level features: simple geometric objects Top-level features: cars, houses, These features are generic and can be applied to other type of problems 21

22 Our training set (examples) Good Rotten 22

23 Our test set Good Rotten Good Good Rotten Rotten 23

24 Demo 2 : The use case of IRIS a fictitious retail company IRIS products are sold in malls individual shops and by external resellers IRIS is an SAP customer on the path of digital transformation Already leverages SAP products HANA, Hybris e-commerce, S/4 HANA Determined to provide the best tailor-made recommendations to its customers Created a mobile app to allow the customer to: Photograph a product of interest Recognize the product Find similar products Finally, to obtain additional recommendations based on the customer's individual transactional history 24

25 The architecture: SAP HANA 2 and Google TensorFlow Acquire Image Identify User Location Analyze Data Identify Brand, Color, and Sleeve Type Recommend Product Generate Recommendations 25

26 Multi-Step Approach All search queries, images and the generated results are stored by the system, allowing a live tracking and prediction of trends in demand and to forward this information to further SAP products e.g. Hybris e-commerce 05 Visualization & Reporting Training data & Training 00 The Inception model from TensorFlow framework is extended with new feature categories (e.g. type of clothing, length of sleeves, color, style, etc.) and trained with example image data in an offline process In addition, store locations close to the customer are searched, which have in stock the products contained in the recommendation results. 04 Geospatial location Image acquisition 01 The image is acquired and send via the phone to an XS Advanced application, which stores it into HANA together with the user geo location Once TensorFlow returns the features, HANA leverages the PAL recommendation engine to search through thousands of records and find similar and associated products to generate a personalized recommendation. 03 Recommend ation engine Product recognition 02 The prepared TensorFlow models are queried by HANA in order to classify and extract the descriptive features of the product clothing type, sleeves length, color, etc. 26

27 High-level architecture Application Server (XS) Mobile/ ios Application Function Library (AFL) Google TensorFlow Service Spatial Engine Spatial Data Spatial Functions Types Geocoding Maps & POI Predictive Analysis Libraries (PAL) Recommendation related data 27

28 Thank you. Contact information: Vivek RR / Balasubramanya Nagaraj v.rr@sap.com / balasubramanya.n@sap.com Global CoE Digital Business Services

Harness the power of automation and machine learning in financial shared services with SAP Leonardo Machine Learning

Harness the power of automation and machine learning in financial shared services with SAP Leonardo Machine Learning Harness the power of automation and machine learning in financial shared services with SAP Leonardo Machine Learning Klaus Schimmer, Director Business Development Machine Learning EMEA, SAP SE October

More information

SAP Leonardo Machine Learning Enabling the intelligent enterprise. Bruno Renzo Localization Product Manager Localization Day Spain 2017

SAP Leonardo Machine Learning Enabling the intelligent enterprise. Bruno Renzo Localization Product Manager Localization Day Spain 2017 SAP Leonardo Machine Learning Enabling the intelligent enterprise Bruno Renzo Localization Product Manager Localization Day Spain 2017 Legal Disclaimer The information in this presentation is confidential

More information

SAP Leonardo Machine Learning Enabling the Intelligent Enterprise

SAP Leonardo Machine Learning Enabling the Intelligent Enterprise SAP Leonardo Machine Learning Enabling the Intelligent Enterprise Markus Noga Head of Machine Learning SAP Innovation Center Network 2 SAP Leonardo enables the intelligent enterprise 76% of the world s

More information

Data Science, realizing the Hype Cycle. Luigi Di Rito, Director Data Science Team, SAP Center of Excellence

Data Science, realizing the Hype Cycle. Luigi Di Rito, Director Data Science Team, SAP Center of Excellence Data Science, realizing the Hype Cycle. Luigi Di Rito, Director Data Science Team, SAP Center of Excellence Data Science, Machine Learning and Artificial Intelligence Deep Learning AREAS OF AI Rule-based

More information

Die Evolution des Intelligenten Unternehmens Maschinelles Lernen zielgerichtet einsetzen

Die Evolution des Intelligenten Unternehmens Maschinelles Lernen zielgerichtet einsetzen Die Evolution des Intelligenten Unternehmens Maschinelles Lernen zielgerichtet einsetzen Dr. Markus Noga, Head of Machine Learning, SAP SE March 1, 2018 INTERNAL The Automation of Repetitive Tasks is Allowing

More information

SAP Leonardo Machine Learning Enabling the intelligent Bank

SAP Leonardo Machine Learning Enabling the intelligent Bank SAP Leonardo Machine Learning Enabling the intelligent Bank Karsten Fiolka Global Head Machine Learning for Financial Services Industry, IBU Insurance (FSI), SAP SE Digitization Every company to become

More information

SAP CoPilot The Digital Assistant for the Enterprise

SAP CoPilot The Digital Assistant for the Enterprise SAP CoPilot The Digital Assistant for the Enterprise Thomas Reiss, SAP March 6, 2018 PUBLIC The Next Paradigm Shift in Technology There is a big, disruptive platform paradigm shift coming now. Conversational

More information

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

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

More information

Efficiently Develop Powerful Apps for An Intelligent Enterprise

Efficiently Develop Powerful Apps for An Intelligent Enterprise SAP Brief SAP Technology SAP Web IDE Efficiently Develop Powerful Apps for An Intelligent Enterprise SAP Brief Agility to build and extend applications SAP Web IDE puts the power of agile in your hands.

More information

SAP LEONARDO the digital innovation system

SAP LEONARDO the digital innovation system SAP LEONARDO the digital innovation system Salvatore De Caro SAP Leonardo Architect 2018 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ PUBLIC DIGITALIZATION Every company to became a

More information

Microsoft Azure Essentials

Microsoft Azure Essentials Microsoft Azure Essentials Azure Essentials Track Summary Data Analytics Explore the Data Analytics services in Azure to help you analyze both structured and unstructured data. Azure can help with large,

More information

NVIDIA AND SAP INDUSTRY CHALLENGES INTEGRATED SOLUTION

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

More information

The Intelligent Enterprise enabled by SAP S/4 HANA

The Intelligent Enterprise enabled by SAP S/4 HANA The Intelligent Enterprise enabled by SAP S/4 HANA Francisco Reyes SVP S/4 Hana & Industries Latin America and the Caribbean @freyes_ve @SAPLatinAmerica Agenda 1. The Intelligent Enterprise 2. The next

More information

The Game of Sponsorship Protect Sponsorship Business Value by Measuring What You Pay For

The Game of Sponsorship Protect Sponsorship Business Value by Measuring What You Pay For The Game of Sponsorship Protect Sponsorship Business Value by Measuring What You Pay For Niveditha Hari SAP Leonardo Machine Learning SAP Innovation Center Singapore SAP s vision for Enterprise Machine

More information

Machine Learning with Google Cloud Platform

Machine Learning with Google Cloud Platform Machine Learning with Google Cloud Platform March 13th, 2018 Brian Vinson Customer Engineer Machine learning is a branch of artificial intelligence a way to solve problems without explicitly codifying

More information

SAP Delivering the Intelligent Enterprise

SAP Delivering the Intelligent Enterprise SAP Delivering the Intelligent Enterprise Goldman Sachs Seventh German Corporate Conference September 25 th, 2018 Luka Mucic, CFO Safe Harbor Statement Any statements contained in this document that are

More information

SAP HANA Cloud Platform-as-a-Service: The Innovation Engine Rapidly Build and Extend Apps & Services

SAP HANA Cloud Platform-as-a-Service: The Innovation Engine Rapidly Build and Extend Apps & Services SAP HANA Cloud Platform-as-a-Service: The Innovation Engine Rapidly Build and Extend Apps & Services Jason Bath, Regional Director, EMEA 29 th October 2015 #RunSimple From the Leader in Enterprise Applications

More information

Building data-driven applications with SAP Data Hub and Amazon Web Services

Building data-driven applications with SAP Data Hub and Amazon Web Services Building data-driven applications with SAP Data Hub and Amazon Web Services Dr. Lars Dannecker, Steffen Geissinger September 18 th, 2018 Cross-department disconnect Cross-department disconnect Cross-department

More information

SAP S/4HANA for Product Compliance Solution Overview and Road Map

SAP S/4HANA for Product Compliance Solution Overview and Road Map SAP S/4HANA for Product Compliance Solution Overview and Road Map Dr. Rüdiger Kreuzholz, SAP December 08, 2017 Legal disclaimer The information in this presentation is confidential and proprietary to SAP

More information

SAP Cloud Platform Pricing and Packages

SAP Cloud Platform Pricing and Packages Pricing and Packages Get Started Packages Fast. Easy. Cost-effective. Get familiar and up-and-running with Platform in no time flat. Intended for non-production use. Designed to help users become familiar

More information

Goya Inference Platform & Performance Benchmarks. Rev January 2019

Goya Inference Platform & Performance Benchmarks. Rev January 2019 Goya Inference Platform & Performance Benchmarks Rev. 1.6.1 January 2019 Habana Goya Inference Platform Table of Contents 1. Introduction 2. Deep Learning Workflows Training and Inference 3. Goya Deep

More information

Digital Transformation for Real. Tom Libretto, Chief Marketing Officer, Pegasystems

Digital Transformation for Real. Tom Libretto, Chief Marketing Officer, Pegasystems Digital Transformation for Real Tom Libretto, Chief Marketing Officer, Pegasystems Engaging the digital customer is hard We deliver high-quality, personal interactions It s all about deepening customer

More information

Machine Learning for Mobile Platforms

Machine Learning for Mobile Platforms Praktikum Mobile und Verteilte Systeme Machine Learning for Mobile Platforms Prof. Dr. Claudia Linnhoff-Popien André Ebert, Sebastian Feld, Thomy Phan http://www.mobile.ifi.lmu.de SoSe 2018 Machine Learning

More information

Goya Deep Learning Inference Platform. Rev. 1.2 November 2018

Goya Deep Learning Inference Platform. Rev. 1.2 November 2018 Goya Deep Learning Inference Platform Rev. 1.2 November 2018 Habana Goya Deep Learning Inference Platform Table of Contents 1. Introduction 2. Deep Learning Workflows Training and Inference 3. Goya Deep

More information

How does Integrated Business Planning fits in SAP s strategy? Johan Mine

How does Integrated Business Planning fits in SAP s strategy? Johan Mine How does Integrated Business Planning fits in SAP s strategy? Johan Mine SAP is a long time trusted leader in Transforming Businesses Digital Business is the next wave of change Digital Business Every

More information

What will you do as an IBM Entry Level Consultant?

What will you do as an IBM Entry Level Consultant? What will you do as an IBM Entry Level Consultant? As an Entry Level Consultant, you will have the opportunity to join a cohort of talented and committed colleagues on a two-year journey designed to develop

More information

BUILDING AI SCALE. Dr. Arati Deo Managing Director AI Practice Lead, India

BUILDING AI SCALE. Dr. Arati Deo Managing Director AI Practice Lead, India BUILDING AI SOLUTIONS @ SCALE Dr. Arati Deo Managing Director AI Practice Lead, India WE ARE IN AN UNPRECEDENTED PERIOD OF TECHNOLOGY INNOVATION Mainframe Client-Server and PCs Web 1.0 ecommerce Web 2.0,

More information

Journey to the Cloud Experiences from SAP s Transformation

Journey to the Cloud Experiences from SAP s Transformation Journey to the Cloud Experiences from SAP s Transformation Michael Golz, SVP & CIO Americas SAP October 18, 2018 SAP Strategy Deliver the Intelligent Enterprise THE INTELLIGENT ENTERPRISE features 3 KEY

More information

Active Analytics Overview

Active Analytics Overview Active Analytics Overview The Fourth Industrial Revolution is predicated on data. Success depends on recognizing data as the most valuable corporate asset. From smart cities to autonomous vehicles, logistics

More information

SAP Predictive Analytics Suite

SAP Predictive Analytics Suite SAP Predictive Analytics Suite Tania Pérez Asensio Where is the Evolution of Business Analytics Heading? Organizations Are Maturing Their Approaches to Solving Business Problems Reactive Wait until a problem

More information

SAP Cloud Platform Pricing and Packages

SAP Cloud Platform Pricing and Packages Platform Pricing and Packages Get Started Packages Fast. Easy. Cost-effective. Get familiar and up-and-running with Platform in no time flat. Intended for non-production use. Designed to help users become

More information

What s making SAP HANA the most powerful platform? Andrew Tao, SAP July 26, 2016

What s making SAP HANA the most powerful platform? Andrew Tao, SAP July 26, 2016 What s making SAP HANA the most powerful platform? Andrew Tao, SAP July 26, 2016 SAP Framework for Digital Businesses CEC Business Network IoT Applications IoT Platform Extensions Icon Applications (Micro-)

More information

Predictive Analytics Reimagined for the Digital Enterprise

Predictive Analytics Reimagined for the Digital Enterprise SAP Brief SAP BusinessObjects Analytics SAP BusinessObjects Predictive Analytics Predictive Analytics Reimagined for the Digital Enterprise Predicting and acting in a business moment through automation

More information

SAP Leonardo a SCP cloud

SAP Leonardo a SCP cloud SAP Leonardo a SCP cloud Digitalization Every Company to become a Software-driven Company by... Collaboration Integration Mobile Microservices Intelligently connecting People, Things and Processes Machine

More information

Introduction: Digital Supply Chain, IOT & SAP Leonardo

Introduction: Digital Supply Chain, IOT & SAP Leonardo Introduction: Digital Supply Chain, IOT & SAP Leonardo Raj Singh Director Operational Excellence IOT & Digital Supply Chain - Center of Excellence The digital innovation system that enables you to innovate

More information

Conquering complexity in the customer experience

Conquering complexity in the customer experience Conquering complexity in the customer experience Insights to help you get the most from SAP C/4HANA and the SAP Intelligent Suite As today s digital business environment continues to grow more complex,

More information

Update on SAP Leonardo IoT. 8 th June 2017

Update on SAP Leonardo IoT. 8 th June 2017 Update on SAP Leonardo IoT 8 th June 2017 Market Trends Digital Transformation New forms of Systems of Intelligence emerging Artificial Intelligence & Machine Learning, IoT, Insights By 2018, 75% of enterprise

More information

New Advanced Analytics Era! for Digital Finance Transformation. October, 2016

New Advanced Analytics Era! for Digital Finance Transformation. October, 2016 New Advanced Analytics Era! for Digital Finance Transformation October, 2016 Unmatched value derived from SAP BusinessObjects 28 300 % Reduction in % Increase in customer churn analytics adoption 60 %

More information

Week 1 Unit 1: Intelligent Applications Powered by Machine Learning

Week 1 Unit 1: Intelligent Applications Powered by Machine Learning Week 1 Unit 1: Intelligent Applications Powered by Machine Learning Intelligent Applications Powered by Machine Learning Objectives Realize recent advances in machine learning Understand the impact on

More information

The Future is Now with Machine Learning and Intelligent Digital Assistants

The Future is Now with Machine Learning and Intelligent Digital Assistants The Future is Now with Machine Learning and Intelligent Digital Assistants Glenn Neuber Business Lead APJ, Innovation Center Network Silicon Valley/Brisbane SAP Leonardo Digital Innovation System 2 The

More information

SAP S/4HANA Cloud The intelligent Cloud ERP revolutionizing the way you do business

SAP S/4HANA Cloud The intelligent Cloud ERP revolutionizing the way you do business SAP S/4HANA Cloud The intelligent Cloud ERP revolutionizing the way you do business Brent Reed, COO, SAP S/4HANA Cloud November 13, 2017 The New Faces of Digital Transformation Industry Disruptor Meeting

More information

IBM s Analytics Transformation

IBM s Analytics Transformation IBM s Analytics Transformation Value Capture from Big Data, Analytics and Cognitive Technologies Martin Fleming VP, Chief Analytics Officer, and Chief Economist Chief Analytics Office Analytics Aligned

More information

Democratized Artificial Intelligence: A Pathway for Building Intelligent Products & Reinventing Business Models

Democratized Artificial Intelligence: A Pathway for Building Intelligent Products & Reinventing Business Models Democratized Artificial Intelligence: A Pathway for Building Intelligent Products & Reinventing Business Models Ness Digital Engineering ness.com 1 Artificial Intelligence and Machine Learning: From Labs

More information

SAP Cloud Strategy and Vision. June 2015

SAP Cloud Strategy and Vision. June 2015 SAP Cloud Strategy and Vision June 2015 The World is now digital 1 ScienceDaily. ScienceDaily, 22 May 2013 2 Technology Adoption Report: Business Networks, Ardent Partners, 2014 3 Internet of Things (IoT)

More information

SAP S/4HANA, THE NEXT GENERATION BUSINESS SUITE

SAP S/4HANA, THE NEXT GENERATION BUSINESS SUITE SAP S/4HANA, THE NEXT GENERATION BUSINESS SUITE THE NEXT GENERATION BUSINESS SUITE Organisations need to manage disruption, reconsider their business and adapt their business models to today s fully digitised

More information

NICE Customer Engagement Analytics - Architecture Whitepaper

NICE Customer Engagement Analytics - Architecture Whitepaper NICE Customer Engagement Analytics - Architecture Whitepaper Table of Contents Introduction...3 Data Principles...4 Customer Identities and Event Timelines...................... 4 Data Discovery...5 Data

More information

Industry Innovations with SAP Leonardo: Mill Products Industry

Industry Innovations with SAP Leonardo: Mill Products Industry Industry Innovations with SAP Leonardo: Mill Products Industry Stefan Soeller, Industry Business Unit Mill Products & Mining, SAP PUBLIC Agenda Digitalization in Mill Products Mill Products Use Cases for

More information

The Rise of Engineering-Driven Analytics. Richard Rovner VP Marketing

The Rise of Engineering-Driven Analytics. Richard Rovner VP Marketing The Rise of Engineering-Driven Analytics Richard Rovner VP Marketing MathWorks @RichardRovner The Rise of Engineering-Driven Analytics The Rise of Engineering-Driven Analytics Limited users, scope & technology

More information

SAP S/4HANA Cloud 1611 Release Highlights

SAP S/4HANA Cloud 1611 Release Highlights SAP S/4HANA Cloud 1611 Release Highlights Table of Contents 3 Finance 4 Sourcing and Procurement 5 Manufacturing 6 Marketing 7 Professional Services 8 Cross-LoB Enhancements 6 Sales Experience Our Next-Generation

More information

SAP Business One 9.3, version for SAP HANA Overview of the Exclusive Features. Global Roll-out, SAP July, 2018

SAP Business One 9.3, version for SAP HANA Overview of the Exclusive Features. Global Roll-out, SAP July, 2018 SAP Business One 9.3, version for SAP HANA Overview of the Exclusive Features Global Roll-out, SAP July, 2018 SAP Business One SAP s best selling ERP solution by number of customers Used by 60,000+ customers

More information

Analytics in the Digital Economy data, experience, ideas & people. Juergen Hagedorn, Viktor Kehayov Product Management, SAP Analytics March 2017

Analytics in the Digital Economy data, experience, ideas & people. Juergen Hagedorn, Viktor Kehayov Product Management, SAP Analytics March 2017 Analytics in the Digital Economy data, experience, ideas & people Juergen Hagedorn, Viktor Kehayov Product Management, SAP Analytics March 2017 Our Portfolio Business Intelligence Data Warehousing End-to-end

More information

SAP Enterprise Support The Choice for the Intelligent Enterprise

SAP Enterprise Support The Choice for the Intelligent Enterprise SAP Enterprise Support The Choice for the Intelligent Enterprise May, 2018 To take a lead in Brazil s agro-industry, Stara is leveraging SAP cloud solutions with the help of SAP Enterprise Support Thanks

More information

COGNITIVE QA: LEVERAGE AI AND ANALYTICS FOR GREATER SPEED AND QUALITY. us.sogeti.com

COGNITIVE QA: LEVERAGE AI AND ANALYTICS FOR GREATER SPEED AND QUALITY. us.sogeti.com COGNITIVE QA: LEVERAGE AI AND ANALYTICS FOR GREATER SPEED AND QUALITY ARTIFICIAL INTELLIGENCE vs. COGNITIVE COMPUTING Build a system that can generally perform any intellectual task so called Strong AI

More information

Let s distribute.. NOW: Modern Data Platform as Basis for Transformation and new Services

Let s distribute.. NOW: Modern Data Platform as Basis for Transformation and new Services Let s distribute.. NOW: Modern Data Platform as Basis for Transformation and new Services Matthias Kupczak, Michael Probst; SAP June, 2017 Agenda 09:30-09:55 Coffee 09:55-10:00 Welcome Message T-Systems

More information

SAP Innovation Awards 2019 Entry Pitch Deck

SAP Innovation Awards 2019 Entry Pitch Deck SAP Innovation Awards 2019 Entry Pitch Deck Sustainable Shopping & The Vision of "Zero Waste Improving Customer Experience of Today with Artificial Intelligence (AI) Coop Company Overview Coop Sustainable

More information

SAP Leonardo Ucelené řešení pro chytrý svět

SAP Leonardo Ucelené řešení pro chytrý svět SAP Leonardo Ucelené řešení pro chytrý svět Hana Součková, Head of Presales SAP CZ&SK January, 2017 IoT = Customer Value + Accelerated Digitization Internal SAP Approach to Digitization Connect the Enterprise

More information

SAP Cloud Strategy. Anoop Srivastava Director (Energy & Natural Resources) MENA ENR Forum, Al Khobar

SAP Cloud Strategy. Anoop Srivastava Director (Energy & Natural Resources) MENA ENR Forum, Al Khobar SAP Cloud Strategy Anoop Srivastava Director (Energy & Natural Resources) MENA ENR Forum, Al Khobar Disclaimer This presentation outlines our general product direction and should not be relied on in making

More information

Put your customer at the center

Put your customer at the center Put your customer at the center Intelligence, Automation, and Agility for Digital Transformation October 2017 Don Schuerman, CTO and VP, Product Marketing Digital Transformation is hard I believe the auto

More information

SAP Leonardo (Internet of Things) Fixed Assets

SAP Leonardo (Internet of Things) Fixed Assets SAP Leonardo (Internet of Things) Fixed Assets Rohit Dwivedi Solution Architect S/4HANA & IoT SAP MaxAttention - Digital Business Services SAP Leonardo Innovation Portfolio SAP Leonardo Bridge Products

More information

«ARE WE DISRUPTING OURSELVES?» Jörg Besier Managing Director, Accenture

«ARE WE DISRUPTING OURSELVES?» Jörg Besier Managing Director, Accenture «ARE WE DISRUPTING OURSELVES?» Jörg Besier Managing Director, Accenture ARE WE DISRUPTING OURSELVES? HOW AI SHAPES THE FUTURE OF THE IT INDUSTRY SWISS COGNITIVE TANK, ACCENTURE OFFICE IN ZURICH APRIL 12,

More information

Lesson 3 Cloud Platform as a Service usages for accelerated Design and Deployment of IoTs

Lesson 3 Cloud Platform as a Service usages for accelerated Design and Deployment of IoTs Lesson 3 Cloud Platform as a Service usages for accelerated Design and Deployment of IoTs 1 Large and Big Data platform Oracle IOT PaaS For delivering, integrating, securing and retrieving For analysing

More information

Deep Learning Acceleration with

Deep Learning Acceleration with Deep Learning Acceleration with powered by A Technical White Paper TABLE OF CONTENTS The Promise of AI The Challenges of the AI Lifecycle and Infrastructure MATRIX Powered by Bitfusion Flex Solution Architecture

More information

API Economy - making APIs part of new business models

API Economy - making APIs part of new business models 1 API Economy - making APIs part of new business models Andrzej Osmak - @aosmak Cloud Advisor, IBM Cloud February 2, 2017 2 Industry disruption has always been driven by technology and standardization

More information

SUSiEtec The Application Ready IoT Framework. Create your path to digitalization while predictively addressing your business needs

SUSiEtec The Application Ready IoT Framework. Create your path to digitalization while predictively addressing your business needs SUSiEtec The Application Ready IoT Framework Create your path to digitalization while predictively addressing your business needs Industry 4.0 trends and vision Transform every aspect of the manufacturing

More information

SAP Industry Accelerators a Deeper look

SAP Industry Accelerators a Deeper look SAP Industry Accelerators a Deeper look Jayne Landry, Global VP Product Management, SAP Leonardo Analytics PUBLIC Agenda What Are SAP Leonardo Industry Accelerators? Solution Portfolio and Road Map Demo:

More information

S/4HANA und was nun? Mit SAP Consultingpaketen sicher und schnell in die Realtimewelt. SAP IT Summit 2015

S/4HANA und was nun? Mit SAP Consultingpaketen sicher und schnell in die Realtimewelt. SAP IT Summit 2015 S/4HANA und was nun? Mit SAP Consultingpaketen sicher und schnell in die Realtimewelt SAP IT Summit 2015 SAP S/4HANA - Services S/4HANA Why and How? How will my transformation journey happen? S/4HANA Discovery

More information

Changing The Business landscape SAS and Open Source, Better Together. Dr Mark Chia, Head of Advanced Analytics, SAS

Changing The Business landscape SAS and Open Source, Better Together. Dr Mark Chia, Head of Advanced Analytics, SAS Changing The Business landscape SAS and Open Source, Better Together Dr Mark Chia, Head of Advanced Analytics, SAS Agenda Introduction SAS Initiative for Open Source Demo Q & A Introduction The analytics

More information

Machine intelligence ascending

Machine intelligence ascending Machine intelligence ascending How robotic process automation, machine learning, and artificial intelligence will help define tomorrow s kinetic enterprise Tech Trends: Machine intelligence ascending Machine

More information

Becoming an Intelligent Enterprise to Make Money Out of Data

Becoming an Intelligent Enterprise to Make Money Out of Data Becoming an Intelligent Enterprise to Make Money Out of Data Shailendra Kumar, Chief Evangelist, SAP October 10, 2018 Changing Times 2 The Digital Era is evolving into The Intelligence Era Mainframe &

More information

Deloitte Leading Practices Solution for Utilities (DLeaPS-U) Empowering innovation at the core

Deloitte Leading Practices Solution for Utilities (DLeaPS-U) Empowering innovation at the core Deloitte Leading Practices Solution for Utilities (DLeaPS-U) Empowering innovation at the core Empowering innovation at the core Addressing digital needs Rapidly transform your business with a modern ERP

More information

THE BEGINNER S GUIDE TO SAP CLOUD PLATFORM (SAP CP)

THE BEGINNER S GUIDE TO SAP CLOUD PLATFORM (SAP CP) THE BEGINNER S GUIDE TO SAP CLOUD PLATFORM (SAP CP) 03 Introduction 05 Meet SAP Cloud Platform 08 Agile, Optimized,Digital 10 The Service Portfolio 14 The SAP Cloud Platform Trial 16 Success Stories 19

More information

Digital Asset Management Improving reliability and maintenance with proactive, smart solutions

Digital Asset Management Improving reliability and maintenance with proactive, smart solutions Digital Asset Management Improving reliability and maintenance with proactive, smart solutions Anoop Srivastava, Senior Director( Energy and Natural Resources), Industry Value Engineering, SAP ~EMEA(South)

More information

Evolving & Innovating your Business with Simplicity & Agility: The Intelligent ERP ERP

Evolving & Innovating your Business with Simplicity & Agility: The Intelligent ERP ERP Evolving & Innovating your Business with Simplicity & Agility: The Intelligent ERP ERP In today s revolution of Digital, the market for a cloud-first business transformation is exploding. Organizations

More information

Von anwendungsspezifischen Datenbanken zur integrierten «SAP Realtime Data Platform»

Von anwendungsspezifischen Datenbanken zur integrierten «SAP Realtime Data Platform» Von anwendungsspezifischen Datenbanken zur integrierten «Realtime Data Platform» Hanspeter Groth Head Business Development, (Switzerland) Ltd. Yves Brennwald Head of HANA CoE, (Switzerland) Ltd. s In-Memory

More information

Extend SAP Solutions with SAP S/4HANA Cloud SDK

Extend SAP Solutions with SAP S/4HANA Cloud SDK Extend SAP Solutions with SAP S/4HANA Cloud SDK Ekaterina Kruse ekaterina.kruse@sap.com SAP The Company* ~ 91 000 Employees @ 130 Countries ~ 388 000 Customers @ 180 Countries ~ 23 Bn total annual revenue

More information

Hybrid Cloud POV Fremtiden ligger i bi-modal IT

Hybrid Cloud POV Fremtiden ligger i bi-modal IT Hybrid Cloud POV Fremtiden ligger i bi-modal IT Frank Østergaard Director, Hybrid Cloud, IBM Nordic 2016 IBM Corporation 1 IBV launched a major study in 2013 that introduced the concept of digital reinvention

More information

Conversation as a Platform: Smart Bots

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

More information

Drivers for Digital Business Transformation and Innovation

Drivers for Digital Business Transformation and Innovation Drivers for Digital Business Transformation and Innovation Hans Thalbauer, SAP / Bill Marrin, Supply Chain 50 / Manohar Madhira, Microsoft PUBLIC Market Trends and Factors accelerating business transformation

More information

Deloitte Accelerated Value: SaaS innovation for the digital core. Extending the potential of core systems, addressing tomorrow s needs

Deloitte Accelerated Value: SaaS innovation for the digital core. Extending the potential of core systems, addressing tomorrow s needs Deloitte Accelerated Value: SaaS innovation for the digital core Extending the potential of core systems, addressing tomorrow s needs SaaS innovation for the digital core Extending the potential of core

More information

C3 Products + Services Overview

C3 Products + Services Overview C3 Products + Services Overview AI CLOUD PREDICTIVE ANALYTICS IoT Table of Contents C3 is a Computer Software Company 1 C3 PaaS Products 3 C3 SaaS Products 5 C3 Product Trials 6 C3 Center of Excellence

More information

Kinetic Enterprise Putting the next-generation organization into motion

Kinetic Enterprise Putting the next-generation organization into motion Kinetic Enterprise Putting the next-generation organization into motion Introduction Six areas that have begun driving business disruptively into the future A lot more than before Making room for the machines

More information

Going into the future with Splunk

Going into the future with Splunk Going into the future with Splunk Dimitris Vergos > Partner SE Manager Friday, 02 November 2018 v1.0 Forward-Looking Statements During the course of this presentation, we may make forward-looking statements

More information

Moderne Asset Verwaltung SAP Asset Intelligence Network. Daniel Huber, SAP SE March, 2017

Moderne Asset Verwaltung SAP Asset Intelligence Network. Daniel Huber, SAP SE March, 2017 Moderne Asset Verwaltung SAP Asset Intelligence Network Daniel Huber, SAP SE March, 2017 Legal Disclaimer This presentation is not subject to your license agreement or any other agreement with SAP. SAP

More information

SAP experience Day The Future of Energy is Live SAP Cloud Platform: Building the Intelligent Enterprise

SAP experience Day The Future of Energy is Live SAP Cloud Platform: Building the Intelligent Enterprise SAP experience Day The Future of Energy is Live SAP Cloud Platform: Building the Intelligent Enterprise Roberto Fraccapani, SAP Italia 22 febbraio 2018 The Intelligent Enterprise EXPERIENCE SAP CoPilot

More information

Public Extending SAP S/4HANA with SAP HANA Cloud Platform An Overview

Public Extending SAP S/4HANA with SAP HANA Cloud Platform An Overview Public Extending with SAP HANA Cloud Platform An Overview The Digital Core Next-generation Core and Line-of-Business solutions FINANCE HUMAN RESOURCES SOURCING AND PROCUREMENT SUPPLY CHAIN MANUFACTURING

More information

Changing the way we live and work

Changing the way we live and work Changing the way we live and work The Next Big Thing Paulo Coelho Offering Director IoT Factory Portugal Leader Global Technology Services A A critical critical moment moment Evolving Internet of Things

More information

SENPAI.

SENPAI. The principal goal of Sirma is to create the unique cognitive software ecosystem, based on (Sirma ENterprise Platform with AI), and to develop powerful business solutions in our strategic industry verticals.

More information

Software and Delivery Requirements

Software and Delivery Requirements SAP Predictive Analytics Content Adoption rapiddeployment solution August 2015 English Content Adoption rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf

More information

Business is being transformed by three trends

Business is being transformed by three trends Business is being transformed by three trends Big Cloud Intelligence Stay ahead of the curve with Cortana Intelligence Suite Business apps People Custom apps Apps Sensors and devices Cortana Intelligence

More information

Flexso SAP Analytics Vision

Flexso SAP Analytics Vision Flexso SAP Analytics Vision Flexso Analytics Vision Operational Analytics: back home Hybrid Analytics: Extend with cloud Advanced Analytics: start the journey Flexso Analytics Vision Operational Analytics:

More information

Oracle Stream Analytics

Oracle Stream Analytics Oracle Stream Analytics Oracle Stream Analytics allows users to process and analyze large scale realtime information by using sophisticated correlation patterns, enrichment, and machine learning. It offers

More information

Deploying Info Clouds to Rapidly Deliver Actionable Information to Stakeholders. Brad Schmidt Business Development, Intergraph Canada

Deploying Info Clouds to Rapidly Deliver Actionable Information to Stakeholders. Brad Schmidt Business Development, Intergraph Canada Deploying Info Clouds to Rapidly Deliver Actionable Information to Stakeholders Brad Schmidt Business Development, Intergraph Canada Agenda Why do we need Info Clouds What is an Information Cloud What

More information

Modernizing and Strengthening Pipeline GIS. Jeff Allen, Anjali Bhangay, Tom Coolidge and Vanessa Ramirez

Modernizing and Strengthening Pipeline GIS. Jeff Allen, Anjali Bhangay, Tom Coolidge and Vanessa Ramirez Modernizing and Strengthening Pipeline GIS Jeff Allen, Anjali Bhangay, Tom Coolidge and Vanessa Ramirez Agenda Overview of ArcGIS for Pipeline Demo System of Record UPDM and the Utility Network System

More information

Luxoft and the Internet of Things

Luxoft and the Internet of Things Luxoft and the Internet of Things Bridging the gap between Imagination and Technology www.luxoft.com/iot Luxoft and The Internet of Things Table of Contents Introduction... 3 Driving Business Value with

More information

MATLAB for Data Analytics The MathWorks, Inc. 1

MATLAB for Data Analytics The MathWorks, Inc. 1 MATLAB for Analytics 2016 The MathWorks, Inc. 1 Railway Automotive Aeronautics Retail Finance Off-highway vehicles Prognostics Fleet Analytics Condition Monitoring Retail Analytics Operational Analytics

More information

Roadmap & Timelines & Solution Overiew SAP Asset Strategy & Performance Management

Roadmap & Timelines & Solution Overiew SAP Asset Strategy & Performance Management Roadmap & Timelines & Solution Overiew SAP Asset Strategy & Performance August 2017 Internal Disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed

More information

SAP Distributed Manufacturing Powered by SAP Leonardo

SAP Distributed Manufacturing Powered by SAP Leonardo SAP Distributed Manufacturing Powered by SAP Leonardo Satya Narayan Sahu Solution Director Leonardo Centre of Excellence, SAP Asia Pacific & Japan PUBLIC The digital innovation system that enables you

More information

06 March INVESTOR DAY 2018 Sabre GLBL Inc. All rights reserved. 1

06 March INVESTOR DAY 2018 Sabre GLBL Inc. All rights reserved. 1 06 March 2018 1 Retailing, Distribution and Fulfillment for Hotels Clinton Anderson President, Hospitality Solutions 06 March 2018 2 HOSPITALITY SOLUTIONS PLAN SHOP PURCHASE TRAVEL RETURN RETAILING DISTRIBUTION

More information

Next Generation Planning & Analysis Thursday 29 October SAP SE or an SAP affiliate company. All rights reserved. Public

Next Generation Planning & Analysis Thursday 29 October SAP SE or an SAP affiliate company. All rights reserved. Public Next Generation Planning & Analysis Thursday 29 October 1 Welcome Waldemar Adams SVP Analytics, SAP EMEA SAP would like to thank our sponsor New Opportunity for Financial Excellence Increasing complexity

More information

Implementing Engaging Portal Sites with SAP Cloud Platform Portal

Implementing Engaging Portal Sites with SAP Cloud Platform Portal Implementing Engaging Portal Sites with SAP Cloud Platform Portal Customer Solution Overview March, 2017 Disclaimer This presentation outlines our general product direction and should not be relied on

More information