An Introduction to Deep Learning

Size: px
Start display at page:

Download "An Introduction to Deep Learning"

Transcription

1 Thought Leadership Paper Predictive Analytics An Introduction to Deep Learning Examining the Advantages of Hierarchical Learning

2 Table of Contents 4 The Emergence of Deep Learning 7 Applying Deep-Learning Techniques 10 Scaling Deep-Learning Algorithms 12 Conclusion Dr. Ying Wu, PhD, is a data scientist within the Advanced Analytics organization at SAP. With more than 10 years of research experience in artificial intelligence, Dr. Wu mainly focuses on designing and applying a wide range of machine learning techniques in data mining, as well as providing solutions for integrating predictive analytics into innovations from SAP. Before joining SAP, Dr. Wu served as a researcher at University College Cork (UCC), Ireland, for six years. During his tenure at UCC, he researched primarily artificial intelligence in data integration and data mining and was involved in projects funded by the European Union Framework Program (FP7), European Space Agency, Irish Environment Protection Agency, and Geological Survey of Ireland. Dr. Wu has published more than 15 research papers in the area of artificial intelligence. He also received a master s degree with distinction in information technology from the University of Paisley and a PhD in artificial intelligence and data mining from the University of West of Scotland, UK. Dr. Rouzbeh Razavi, PhD, is a data scientist within the Advanced Analytics R&D organization at SAP. In his current role, Dr. Razavi is responsible for providing expertise in areas related to machine learning, data mining practices and design, and implementation of advanced algorithms. Prior to joining SAP, he served as a senior scientist at Bell Laboratories, Alcatel-Lucent, for over five years. At Bell Labs, Dr. Razavi introduced a number of innovations with significant business and scientific impact. He has been the recipient of a number of awards including the prestigious Bell Labs Golden Pen Award. Before joining Bell Labs, he was a research fellow at the University of Essex for three years. Dr. Razavi has published more than 70 technical papers, invented more than 25 patent applications, and authored five books and book chapters. He received both a master s degree in information systems and a PhD in computer science from the University of Essex, UK. He also received a second master s degree in business analytics from the University College of Dublin. 2 / 12

3 Deep learning is taking the academic community and business world by storm. This machine learning approach is powering the latest generation of commodity computing and deriving significant value from Big Data. But most important, it is radically changing how computers recognize speech, identify objects in images, and recall and process information three of the fundamental building blocks for artificial intelligence. 3 / 12

4 The Emergence of Deep Learning For over a decade, computer science has completely changed nearly every aspect of our lives. Once thought as an unrealistic dream, artificial intelligence (AI) has finally come to fruition enabling computers to understand and interact with us while processing their own thinking. Over the years, there s been much research done on AI methods. For example, machine learning is applying the concept of artificial neural networks (ANNs), a family of statistical learning algorithms inspired by biological neural networks similar to the inner workings of a human s brain. This approach is used to estimate or approximate functions that depend on a large number of inputs and that are generally unknown. ANNs are commonly represented as systems of interconnected neurons that can compute values from inputs and are capable of machine learning and pattern recognition, thanks to their adaptive nature. Despite their popularity and diverse variety of applications, neural network models and other machine learning methods typically contain a shallow architecture of two or three levels. Researchers reported positive results on a wide range of applications with two or three layers; however, training deeper networks yielded lesspromising results. In addition, they revealed that multilayer neural networks with more than two hidden layers have a marginal impact on operations while requiring a significant increase of training time. Why? Many believe that those earlier hidden layers in a multilayer architecture are placed too far away from the output. As a result, when considering learning through back propagation where the source of learning is the output, such layers are not very effective and are more influenced by initial random setting. Yoshua Bengio and Yann LeCun observed that, in most classical machine learning methods with a large number of parameters to consider, optimal learning can only be achieved when some form of prior knowledge is available. 1 Moreover, when the problem is expressed by complex behaviors, highly varying mathematical functions are usually required to solve it. These mathematical functions are highly nonlinear in the data space and can display a very large number of variations. With a shallow architecture for the highly varying functions, the learning algorithms are greatly impacted by the number of dimensions in the problem and are very prone to suboptimal performance. In recent years, deep architecture motivated by biological and circuit complexity theories has been reported to be more efficient than shallow architectures, especially when the problem is assumed to have complex behaviors with highly varying mathematical functions. These deeplearning networks are usually presented with multiple hidden layers. The hidden layer is where the network stores its internal abstract representation of the training data. In deep learning, the hidden layers are computed in an entirely different fashion when compared to traditional neural networks. More specifically, each layer in a deep network is pretrained with an unsupervised learning algorithm, resulting in a nonlinear transformation of its input or the output of the previous layer and capture of more abstracted features from its input. Then in the final training phase, the deep architecture is fine-tuned with respect to a supervised training criterion with gradient-based optimization. 1. Bengio, Y., and LeCun, Y., In Large Scale Kernel Machines, MIT Press, / 12

5 The concept of deep learning is designed to train features at higher levels by applying the composition of lower-level features. As Bengio and LeCun proposed, deep-learning networks can automatically discover abstractions from lower-level features to higher-level concepts through a series of processing stages. 2 This is where lower-level abstractions are more tightly related to pieces of data and higherlevel abstractions are more directly tied to actual and meaningful concepts. One advantage of using such deep architecture is how a different level of abstraction focuses on a small subset of a large number of features. Although the information to be learned is not located in a single layer of neurons, it is distributed across multiple layers. Such a distributed representation allows deep-learning networks to have a stronger capacity for learning and can produce much better generalizations when compared to the traditional machine-learning methods. Furthermore, an architecture with multiple levels and based on a distributed representation of data allows deep-learning networks to learn intermediate representations, which can be shared across different problem areas. This means that knowledge learned as intermediate representations is reusable, where new high-level features can be learned by combining lower-level intermediate features from a common pool of information. A large body of literature has been focused on deep-learning methods. Almost 10 years ago, Geoffrey E. Hinton and his team presented the concept of deep belief networks (DBNs). 3 In 2007 deep neural networks based on autoencoders was proposed by a study conducted by Bengio and his team. 4 However, not all deep-learning methods were derived after For example, another neural network model with a deep architecture, the convolutional neural network (CNN), was introduced by LeCun in But, it is also important to note that much research has been done since 2006 to extend the CNN framework. For instance, the CNN has been applied to restricted Boltzmann machines (RBMs) and DBN. 5 On the other hand, the unsupervised pretraining step of deep learning is also applied to the CNN Ibid. 3. Hinton, G., and Salakhutdinov, R., Reducing the Dimensionality of Data with Neural Networks, Science, Bengio, Y., Lamblin, P., Popovici, D., and Larochelle, H., Greedy Layer-Wise Training of Deep Networks, Advances in Neural Information Processing Systems, Lee, H., Grosse, R., Ranganath, R., and Andrew, Y. N., Convolutional Deep Belief Networks for Scalable Unsupervised Learning of Hierarchical Representations, ICML, Kavukcuoglu, K., Ranzato, M. A., Fergus, R., and LeCun, Y., Learning Invariant Features Through Topographic Filter Maps, CVPR, / 12

6 In summary, Bengio and LeCun have listed some advantages of using a deep architecture, such as the ability to: Learn complex, highly varying functions Analyze low-level, intermediate, and high-level abstractions, with little human input Process a very large set of examples Assess mostly unlabeled data Exploit synergies presented across a large number of tasks 7 In terms of popularity, deep architecture has gained significant attention in recent years. See Figure 1 for an illustration on the evolution and popularity of different machine learning algorithms, including the emerging deep-learning methods over the years. Figure 1: Evolution and popularity of machine learning algorithms from 1960 to the present day SVM Subjective popularity Decision tree, ID3 Random forests Adaboost Perceptron (large scale) Deep learning Neural networks SVM = Support vector machine 7. Bengio, Y., Lamblin, P., Popovici, D., and Larochelle, H., Greedy Layer-Wise Training of Deep Networks, Advances in Neural Information Processing Systems, / 12

7 Applying Deep-Learning Techniques Since 2006 deep architectures have been enabling state-of-the-art performance. And with success, this technology has been applied across a wide range of fields such as classification, dimensionality reduction, robotics, image recognition, image retrieval, information retrieval, language modeling, and natural language processing. The DBN and stack autoencoder were originally demonstrated with success on the Mixed National Institute of Standards and Technology (MNIST) data set as an image-recognition task. 8 Recently, some image classification models based on deep architectures have reported state-of-the-art performance on this data set. According to a study conducted by Dan Ciresan, Ueli Meier, and Jurgen Schmidhuber, the convolutional neural network is built and trained, reporting a very low 0.23% error rate. 9 In this section, we will provide a brief overview of applications where deep learning is successfully applied. For more information on this topic, we strongly encourage you to read Deep Learning: Methods and Applications. (Foundations and Trends in Signal Processing) by Li Deng and Dong Yu. 10 MULTIMEDIA SIGNAL PROCESSING Traditionally, multimedia signal processing has been an active area where machine learning algorithms have been applied. This includes areas related to image recognition, classification, and retrieval. The origin of applying deep learning to object-recognition tasks can be traced to CNNs in the early 1990s. However, the introduction of deep learning has resulted in a paradigm shift in field-object recognition and classification. The fundamental principle of deep learning is the ability to autonomously generate high-level representations from raw data sources. Therefore, it is evident that deep learning complements the area of image recognition and classification. In other words, the raw data is fed into the first layer and higher-level features are extracted and passed to the next layer subsequently until the eventual output (such as a prediction) is produced. In a study where deep architectures were used along with convolution structures when processing computer vision and image recognition, it was reported that the deep CNN approach achieved a considerably lower error rate than other state-ofthe-art machine learning ever used. 11 This work was the output of a training data set that contained 1,000 unique image classes as the targets, 1.2 million high-resolution images in the training set, and 150,000 images in the test data set. Machine learning has been also successfully applied to speech and audio signal processing. In this context, the goal is condensed to the use of primitive spectral and waveform features while such features were traditionally handcrafted. Experimental results validate the superiority of deep-learning methods for speech recognition, especially in the presence of noise. Developments and features such as Siri by Apple, Google Now, Nokia Cortana, and Baidu Deep Speech are some examples of commercial products relying on such advancements in speech processing. 8. MNIST data set, 9. Ciresan, D., Meier, U., and Schmidhuber, J., Multi-Column Deep Neural Networks for Image Classification, Arxiv preprint, Deng, L., and Yu, D., Deep Learning: Methods and Applications. (Foundations and Trends in Signal Processing), New Publishers Inc., Alex, K., Sutskever, I., and Hinton, G., ImageNet Classification with Deep Convolutional Neural Networks, Advances in Neural Information Processing Systems, pages 1 9, / 12

8 SEARCH ENGINES AND INFORMATION RETRIEVAL During information retrieval, a user submits queries to a system that contains a collection of many documents and objects with the goal of obtaining a set of relevant documents and objects. Web search engines are commonly held as the most important category of information retrieval service providers. Traditionally, search engines retrieve Web-based documents by matching terms in documents with those in a search query a process called lexical matching. However, lexical matching can be suboptimal due to a language discrepancy between documents and queries. Many practitioners are looking at semantic matching as an approach to close this gap. Latent semantic analysis (LSA) and its extensions are mature concepts that were introduced 25 years ago. However, a new trend has now started, which deploys deep neural networks to extract high-level semantic representations. This explains why search engine giants such as Google, Microsoft, Yahoo, and Baidu are significantly investing in this area. As for image documents, content-based image retrieval searches for images are performed according to the visual content of those images. Deep-learning techniques have been widely applied in this area in recent years. D.W. Ji Wan proposed a deep-learning framework as shown in Figure The model was successfully trained on the ILSVRC-2012 data set from ImageNet and resulted in state-of-the-art performance with 1,000 categories and more than 1 million training images. Figure 2: A deep-learning framework for image retrieval Massive Source Image in Various Categories (For Example, ImageNet ILSVRC2012) Using CNN Model on Other Image Data Sets New image retrieval data set 1 New image retrieval data set 2 New image retrieval data set n Low level Midlevel High level Feature Representation in CBIR Convolutional neural network Input raw RBG image Convolutional filtering Local contract norm and sample pooling Loops for high-level feature (normalization and pooling are optional) Fully connected layer (FC1) Fully connected layer (FC2) Final output labels (FC3) Scheme I: Directly use the features representation from layers FC1, FC2, FC3 based on ImageNet-trained model Scheme II: Adopt metric learning technique to refine the feature representation achieved from Scheme I Scheme III: Retrain a deep CNN model with classification or similarity loss function, which is initialized by the ImageNet-trained model Feature representation output for content-based image retrieval CNN = Convolutional neural network 12. Ji Wan, D. W., Deep Learning for Content-Based Image Retrieval: A Comprehensive Study, Proceedings of ACM Multimedia Conference (MM2014), / 12

9 LANGUAGE MODELING AND NATURAL LANGUAGE PROCESSING Research in language modeling and processing has recently gained significant popularity. The goal of a language model is to estimate the distribution of natural language as accurately as possible. Natural language processing (NLP), or computational linguistics, also deals with word sequences; however, the tasks are much more diverse. Deep learning has shown to be very promising for both language modeling and NLP. For example, the long short-term memory (LSTM) architecture has been applied in machine translation. 13, 14 The WMT 14 English to French data set is used to evaluate this architecture, and the models are trained on a subset of 12 million sentences consisting of 348 million French words and 304 million English words. The deep LSTM architecture is built with four layers with 1,000 cells at each layer and 1,000 dimensional words embedded. The input vocabulary consists of 160,000 words, and there are 80,000 words in the output vocabulary. As a result of this study, it was determined that deep LSTMs significantly outperform shallow LSTMs, especially when the complexity of each additional layer is reduced by nearly 10% Sutskever, I., Vinyals, O., and Le, Q. V., Sequence to Sequence Learning with Neural Networks, e-print arxiv: , Hochreiter, S. S., Long Short-Term Memory, Neural Computation, Sutskever, I., Vinyals, O., and Le, Q. V., Sequence to Sequence Learning with Neural Networks, e-print arxiv: , / 12

10 Scaling Deep-Learning Algorithms While deep learning brings impressive advantages in many applications, the training of deep-learning models is not straightforward when the volume of data is very large. This is due to the fact that iterative computations inherent in most deeplearning methods are difficult to be parallelized. In recent years, there has been much research in effective and scalable parallel algorithms for training of deep learning. For instance, DistBelief is a software framework recently designed for distributed training and learning in deep networks with very large models and large-scale data sets. 16 It uses large-scale clusters of machines to manage data and model parallelism through multithreading, message passing, synchronization, and communication between machines. The large network architecture is firstly partitioned into smaller parallel structures, whose nodes are assigned and calculated in several machines. 2. A locally connected convolutional neural network with 16 million images of 100x100 pixels, 21,000 categories, and as many as 1.7 billion parameters The experimental results show that locally connected learning models benefit more from DistBelief since the method is 12 times faster than using a single machine. An alternative way to train deep-learning models is by using GPUs. In August 2013 NVIDIA single precision GPUs exceeded 4.5 TeraFLOP/s with a memory bandwidth of near 300 GB/s. This shows that GPUs are particularly suited for massively parallel computing with more transistors devoted for data proceeding needs. 18 Figure 3: Models partitioned into four blocks and assigned to four machines 17 As shown in Figure 3, there are four blocks partitioned and each is assigned to a single machine. The boundary nodes require data transfers between the machines. Block 1 Block 2 As a result, DistBelief is implemented into two deep-learning models: 1. A fully connected network with 42 million model parameters and 1.1 billion examples Block 3 Block Lin, X.-W., and Chen, X., Big Data Deep Learning: Challenges and Perspectives, Digital Object Identifier, Dean, J., Large-Scale Distributed Deep Networks, Proceedings: Active Neural Information Processing Systems, Lin, X.-W., and Chen, X., Big Data Deep Learning: Challenges and Perspectives, Digital Object Identifier, / 12

11 A couple years ago, Adam Coats, Brody Huval, Tao Wang, David J. Wu, and Andrew Y. Ng proposed the commodity off-the-shelf, high-performance computing (COTS HPC) system for training deep network models with more than 11 billion free parameters by using just three machines. 19 The COTS HPC system comprises a cluster of 16 GPU servers with an Infiniband adapter for interconnects and MPI for data exchange in a cluster. Each server is equipped with four NVIDIA GTX680 GPUs, each having 4 GB of memory. Refer to Figure 4 for a summary of research efforts dedicated toward experimentation with GPUs. In addition, it is worth mentioning Deeplearning4j the first commercial-grade, open-source, distributed deep-learning library written for Java and Scala. 21 Integrated with Hadoop and Spark, Deeplearning4j is designed for business environments and includes a distributed multithreaded deep-learning framework and a single-threaded deep-learning framework. Training takes place in the cluster, which means it can process massive amounts of data. Networks are trained in parallel through iterative deduction, and they are equally compatible with Java, Scala, and Clojure. Figure 4: Recent research progress in large-scale deep learning 20 Methods Computing power Size of models Average running time DBN NVIDIA GTX 280 GPU with 1 million images 1 day 1 GB of memory 100 million parameters CNN 2 GTX 580 GPUs with 1.2 million images (256x256) 5 6 days 3 GB of memory 60 million parameters DistBelief 1,000 CPUs with down power 1.1 billion audio examples 16 hours SGD with Adagrad 42 million parameters Sparse 1,000 CPUs with 10 million images (200x200) 3 days autoencoder 16,000 cores 1 billion parameters COTS HPC 64 NVIDIA GTX 680 GPUs, each 10 million images (200x200) 3 days with 4 GB of memory 11 billion parameters 19. Coats, A., Huval, B., Wang, T., Wu, D., and Wu, A., Deep Learning with COTS HPS Systems, Journal of Machine Learning Research, Lin, X.-W., and Chen, X., Big Data Deep Learning: Challenges and Perspectives, Digital Object Identifier, Deeplearning4j, / 12

12 Conclusion In recent years, deep-learning techniques have received much attention in the academic community as well as global industries. Deep learning allows distributed representation of data. Doing so allows the data to be configured into abstract features that are automatically captured and compactly represented across the hidden layers across the network. As a result, a system with deep architecture can still show a strong learning capacity while opening the door to a rich form of generalization, even if the problem being solved contains complex behaviors and highly varying mathematical functions. Deep-learning techniques can be applied across a wide range of domains and result in state-ofthe-art performance. On the other hand, deep learning is not a stand-alone research area rather, it is closely related to Big Data techniques. When the application is large scale and involves a huge volume of data for training, the architecture of deep learning is usually designed to be complicated and requires high-performance computation. For an overview and concise discussion of bringing deep-learning algorithms into SAP Predictive Analytics software and using them for modeling, please refer to the thought leadership paper, Embed Deep-Learning Techniques into Predictive Modeling. Studio SAP 38002enUS (15/05) 12 / 12

13 No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP SE or an SAP affiliate company. SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP SE (or an SAP affiliate company) in Germany and other countries. Please see for additional trademark information and notices. Some software products marketed by SAP SE and its distributors contain proprietary software components of other software vendors. National product specifications may vary. These materials are provided by SAP SE or an SAP affiliate company for informational purposes only, without representation or warranty of any kind, and SAP SE or its affiliated companies shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP SE or SAP affiliate company products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty. In particular, SAP SE or its affiliated companies have no obligation to pursue any course of business outlined in this document or any related presentation, or to develop or release any functionality mentioned therein. This document, or any related presentation, and SAP SE s or its affiliated companies strategy and possible future developments, products, and/or platform directions and functionality are all subject to change and may be changed by SAP SE or its affiliated companies at any time for any reason without notice. The information in this document is not a commitment, promise, or legal obligation to deliver any material, code, or functionality. All forward-looking statements are subject to various risks and uncertainties that could cause actual results to differ materially from expectations. Readers are cautioned not to place undue reliance on these forward-looking statements, which speak only as of their dates, and they should not be relied upon in making purchasing decisions.

Steven C.H. Hoi School of Information Systems Singapore Management University Email: chhoi@smu.edu.sg

Steven C.H. Hoi School of Information Systems Singapore Management University Email: chhoi@smu.edu.sg Steven C.H. Hoi School of Information Systems Singapore Management University Email: chhoi@smu.edu.sg Introduction http://stevenhoi.org/ Finance Recommender Systems Cyber Security Machine Learning Visual

More information

Sense Making in an IOT World: Sensor Data Analysis with Deep Learning

Sense Making in an IOT World: Sensor Data Analysis with Deep Learning Sense Making in an IOT World: Sensor Data Analysis with Deep Learning Natalia Vassilieva, PhD Senior Research Manager GTC 2016 Deep learning proof points as of today Vision Speech Text Other Search & information

More information

Learning to Process Natural Language in Big Data Environment

Learning to Process Natural Language in Big Data Environment CCF ADL 2015 Nanchang Oct 11, 2015 Learning to Process Natural Language in Big Data Environment Hang Li Noah s Ark Lab Huawei Technologies Part 1: Deep Learning - Present and Future Talk Outline Overview

More information

R49 Using SAP Payment Engine for payment transactions. Process Diagram

R49 Using SAP Payment Engine for payment transactions. Process Diagram R49 Using SAP Payment Engine for payment transactions Process Diagram Purpose, Benefits, and Key Process Steps Purpose The purpose of this scenario is to show you how to check the result of payment orders

More information

Introduction to Machine Learning CMU-10701

Introduction to Machine Learning CMU-10701 Introduction to Machine Learning CMU-10701 Deep Learning Barnabás Póczos & Aarti Singh Credits Many of the pictures, results, and other materials are taken from: Ruslan Salakhutdinov Joshua Bengio Geoffrey

More information

Deep learning applications and challenges in big data analytics

Deep learning applications and challenges in big data analytics Najafabadi et al. Journal of Big Data (2015) 2:1 DOI 10.1186/s40537-014-0007-7 RESEARCH Open Access Deep learning applications and challenges in big data analytics Maryam M Najafabadi 1, Flavio Villanustre

More information

Applying Deep Learning to Car Data Logging (CDL) and Driver Assessor (DA) October 22-Oct-15

Applying Deep Learning to Car Data Logging (CDL) and Driver Assessor (DA) October 22-Oct-15 Applying Deep Learning to Car Data Logging (CDL) and Driver Assessor (DA) October 22-Oct-15 GENIVI is a registered trademark of the GENIVI Alliance in the USA and other countries Copyright GENIVI Alliance

More information

Maximize Spend Visibility and Turn Data into Actionable Intelligence

Maximize Spend Visibility and Turn Data into Actionable Intelligence SAP Brief Ariba s Ariba Spend Visibility Objectives Maximize Spend Visibility and Turn Data into Actionable Intelligence Good spend management begins with good spend visibility Good spend management begins

More information

Surrey County Council: Better Business Intelligence with Help from SAP Enterprise Support

Surrey County Council: Better Business Intelligence with Help from SAP Enterprise Support 2014 SAP SE or an SAP affiliate company. All rights reserved. Surrey County Council: Better Business Intelligence with Help from SAP Enterprise Support Organization Surrey County Council Location Surrey,

More information

Partner Certification to Operate SAP Solutions and SAP Software Environments

Partner Certification to Operate SAP Solutions and SAP Software Environments SAP Information Sheet SAP Partner Innovation Lifecycle Services SAP Certification for Outsourcing Operations Partners Quick Facts Partner Certification to Operate SAP Solutions and SAP Software Environments

More information

Gain Contextual Awareness for a Smarter Digital Enterprise with SAP HANA Vora

Gain Contextual Awareness for a Smarter Digital Enterprise with SAP HANA Vora SAP Brief SAP Technology SAP HANA Vora Objectives Gain Contextual Awareness for a Smarter Digital Enterprise with SAP HANA Vora Bridge the divide between enterprise data and Big Data Bridge the divide

More information

SAP BusinessObjects Cloud

SAP BusinessObjects Cloud Frequently Asked Questions SAP BusinessObjects Cloud SAP BusinessObjects Cloud To help customers Run Simple, SAP is breaking the limitations of the past. On October 20, 2015, we unveiled a new generation

More information

Price and Revenue Management - Manual Price Changes. SAP Best Practices for Retail

Price and Revenue Management - Manual Price Changes. SAP Best Practices for Retail Price and Revenue Management - Manual Price Changes SAP Best Practices for Retail Purpose, Benefits, and Key Process Steps Purpose For the creation of manual price changes via the Price Planning Workbench,

More information

SAP Solution Manager: The IT Solution from SAP for IT Service Management and More

SAP Solution Manager: The IT Solution from SAP for IT Service Management and More SAP Solution Manager SAP Solution Manager: The IT Solution from SAP for IT Service Management and More Table of Contents 2 SAP Solution Manager A Fully Scalable IT Platform 3 Supporting 15 Certified ITIL

More information

Cut Costs and Improve Agility by Simplifying and Automating Common System Administration Tasks

Cut Costs and Improve Agility by Simplifying and Automating Common System Administration Tasks SAP Brief Objectives Cut Costs and Improve Agility by Simplifying and Automating Common System Administration Tasks Simplify management of SAP software landscapes Simplify management of SAP software landscapes

More information

Warwick Analytics: Building Powerful Software Certified to Integrate with SAP HANA

Warwick Analytics: Building Powerful Software Certified to Integrate with SAP HANA SAP Success Story High Tech Warwick Analytics 2014 SAP SE or an SAP affiliate company. All rights reserved. Warwick Analytics: Building Powerful Software Certified to Integrate with SAP HANA Company Warwick

More information

SuccessFactors Global Human Capital Management (HCM) Academy and Admin Training Schedule (Q3 Q4 2014)

SuccessFactors Global Human Capital Management (HCM) Academy and Admin Training Schedule (Q3 Q4 2014) SuccessFactors Global Human Capital Management (HCM) Academy and Admin Training Schedule (Q3 Q4 2014) The SuccessFactors Global HCM Training Schedule makes it easier to locate and enroll in the training

More information

Greater Continuity, Consistency, and Timeliness with Business Process Automation

Greater Continuity, Consistency, and Timeliness with Business Process Automation SAP Brief Extensions SAP Business Process Automation by Redwood Objectives Greater Continuity, Consistency, and Timeliness with Business Process Automation Streamline critical enterprise processes Streamline

More information

CUSTOMER Presentation of SAP Predictive Analytics

CUSTOMER Presentation of SAP Predictive Analytics SAP Predictive Analytics 2.0 2015-02-09 CUSTOMER Presentation of SAP Predictive Analytics Content 1 SAP Predictive Analytics Overview....3 2 Deployment Configurations....4 3 SAP Predictive Analytics Desktop

More information

K88 - Additional Business Operations for Loans. Process Diagram

K88 - Additional Business Operations for Loans. Process Diagram K88 - Additional Business Operations for Loans Process Diagram K88 Additional Business Operations for Loans Payment Plan Change SAP UI/ A Financial Services ->Account Management -> Periodic Tasks -> Communication

More information

Using Predictive Maintenance to Approach Zero Downtime

Using Predictive Maintenance to Approach Zero Downtime SAP Thought Leadership Paper Predictive Maintenance Using Predictive Maintenance to Approach Zero Downtime How Predictive Analytics Makes This Possible Table of Contents 4 Optimizing Machine Maintenance

More information

The Edge Editions of SAP InfiniteInsight Overview

The Edge Editions of SAP InfiniteInsight Overview Analytics Solutions from SAP The Edge Editions of SAP InfiniteInsight Overview Enabling Predictive Insights with Mouse Clicks, Not Computer Code Table of Contents 3 The Case for Predictive Analysis 5 Fast

More information

ATB Financial: Performing the First Full Release Software Upgrade with Zero Downtime with SAP MaxAttention

ATB Financial: Performing the First Full Release Software Upgrade with Zero Downtime with SAP MaxAttention 2015 SAP SE or an SAP affiliate company. All rights reserved. ATB Financial: Performing the First Full Release Software Upgrade with Zero Downtime with SAP MaxAttention ATB Financial needed to upgrade

More information

Cost-Effective Data Management and a Simplified Data Warehouse

Cost-Effective Data Management and a Simplified Data Warehouse SAP Information Sheet SAP Technology SAP HANA Dynamic Tiering Quick Facts Cost-Effective Data Management and a Simplified Data Warehouse Quick Facts Summary The SAP HANA dynamic tiering option helps application

More information

University Competence Center: Leading a Co-Innovation Project on SAP Cloud Appliance Library

University Competence Center: Leading a Co-Innovation Project on SAP Cloud Appliance Library 2014 SAP SE or an SAP affiliate company. All rights reserved. University Competence Center: Leading a Co-Innovation Project on SAP Cloud Appliance Library Organization University Competence Center, an

More information

The Internet of Things and I4.0 is an Evolution. New Markets (e.g. maintenance hub operator) Data Driven. Services. (e.g. predictive.

The Internet of Things and I4.0 is an Evolution. New Markets (e.g. maintenance hub operator) Data Driven. Services. (e.g. predictive. Industrie 4.0 and Internet of Things July 9, 2015 The Internet of Things and I4.0 is an Evolution Business Impact 40-50% CAGR for M2M market until 2020* IoT Space Data Driven Services (e.g. predictive

More information

Integrated Finance, Risk, and Profitability Management for Insurance

Integrated Finance, Risk, and Profitability Management for Insurance SAP Brief SAP for Insurance SAP Cost and Revenue Allocation for Financial Products Objectives Integrated Finance, Risk, and Profitability Management for Insurance Gain deep business insights Gain deep

More information

Big Data Deep Learning: Challenges and Perspectives

Big Data Deep Learning: Challenges and Perspectives Big Data Deep Learning: Challenges and Perspectives D.saraswathy Department of computer science and engineering IFET college of engineering Villupuram saraswathidatchinamoorthi@gmail.com Abstract Deep

More information

GR5 Access Request. Process Diagram

GR5 Access Request. Process Diagram GR5 Access Request Process Diagram Purpose, Benefits, and Key Process Steps Purpose This scenario uses business roles to show a new user access provisioning and also demo using simplified access request

More information

K75 SAP Payment Engine for Credit transfer (SWIFT & SEPA) Process Diagram

K75 SAP Payment Engine for Credit transfer (SWIFT & SEPA) Process Diagram K75 SAP Payment Engine for Credit transfer (SWIFT & SEPA) Process Diagram Purpose, Benefits, and Key Process Steps Purpose The purpose of this scenario is to describe and / or support testing of the entire

More information

Compacting ConvNets for end to end Learning

Compacting ConvNets for end to end Learning Compacting ConvNets for end to end Learning Jose M. Alvarez Joint work with Lars Pertersson, Hao Zhou, Fatih Porikli. Success of CNN Image Classification Alex Krizhevsky, Ilya Sutskever, Geoffrey E. Hinton,

More information

Build Your Brand and Increase Revenue Through Digital Channels

Build Your Brand and Increase Revenue Through Digital Channels SAP Brief Adobe Experience Manager from SAP Adobe Target from SAP Adobe Analytics from SAP Objectives Build Your Brand and Increase Revenue Through Digital Channels Engage customers with personalized content

More information

Leverage the Internet of Things to Transform Maintenance and Service Operations

Leverage the Internet of Things to Transform Maintenance and Service Operations SAP Brief SAP s for the Internet of Things SAP Predictive Maintenance and Service SAP Enterprise Asset Management Objectives Leverage the Internet of Things to Transform Maintenance and Service Operations

More information

Hong Xiang Yi Xin Tang: Creating an Integrated, Real-Time Drug Retailing Platform with SAP HANA

Hong Xiang Yi Xin Tang: Creating an Integrated, Real-Time Drug Retailing Platform with SAP HANA 2015 SAP SE or an SAP affiliate company. All rights reserved. Hong Xiang Yi Xin Tang: Creating an Integrated, Real-Time Drug Retailing Platform with SAP HANA Hong Xiang Yi Xin Tang Pharmaceutical Group

More information

Optimize Application Performance and Enhance the Customer Experience

Optimize Application Performance and Enhance the Customer Experience SAP Brief Extensions SAP Extended Diagnostics by CA Objectives Optimize Application Performance and Enhance the Customer Experience Understanding the impact of application performance Understanding the

More information

Multi Channel Sales Order Management: Mail Order. SAP Best Practices for Retail

Multi Channel Sales Order Management: Mail Order. SAP Best Practices for Retail Multi Channel Sales Order Management: Mail Order SAP Best Practices for Retail Purpose, Benefits, and Key Process Steps Purpose Multi Channel Sales Order Management: Mail Order describes a Business-to-Consumer

More information

Software and Delivery Requirements

Software and Delivery Requirements SAP HANA Big Data Intelligence rapiddeployment solution November 2014 English SAP HANA Big Data Intelligence rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190

More information

Swedish Armed Forces: Modernizing Inventory Management Technology with SAP Mobile Platform

Swedish Armed Forces: Modernizing Inventory Management Technology with SAP Mobile Platform Picture Credit Swedish Armed Forces, Stockholm, Sweden. Used with permission. Swedish Armed Forces: Modernizing Inventory Management Technology with SAP Mobile Platform The Swedish Armed Forces are the

More information

Driving Customer Value leveraging SAP s strategy for the Internet of Things Internet of Things Technology Forum Frankfurt

Driving Customer Value leveraging SAP s strategy for the Internet of Things Internet of Things Technology Forum Frankfurt Driving Customer Value leveraging SAP s strategy for the Internet of Things Internet of Things Technology Forum Frankfurt Sindhu Gangadharan VP & Head of Product Management SAP HCI, PI & FSN Personalized

More information

Build Better Social Relationships and Realize Better Results

Build Better Social Relationships and Realize Better Results SAP Brief Adobe Marketing s from SAP Adobe Social from SAP Objectives Build Better Social Relationships and Realize Better Results Develop relationships that work for you and your customers Develop relationships

More information

HealthWyse: Meeting the Financial, Clinical, Analytical, and Reporting Needs of Home Care Agencies

HealthWyse: Meeting the Financial, Clinical, Analytical, and Reporting Needs of Home Care Agencies HealthWyse: Meeting the Financial, Clinical, Analytical, and Reporting Needs of Home Care Agencies HealthWyse Inc. Industry High tech electronic medical record software Products and Services Integrated

More information

Enabling Better Business Intelligence and Information Architecture With SAP PowerDesigner Software

Enabling Better Business Intelligence and Information Architecture With SAP PowerDesigner Software SAP Technology Enabling Better Business Intelligence and Information Architecture With SAP PowerDesigner Software Table of Contents 4 Seeing the Big Picture with a 360-Degree View Gaining Efficiencies

More information

SAP HANA Vora : Gain Contextual Awareness for a Smarter Digital Enterprise

SAP HANA Vora : Gain Contextual Awareness for a Smarter Digital Enterprise Frequently Asked Questions SAP HANA Vora SAP HANA Vora : Gain Contextual Awareness for a Smarter Digital Enterprise SAP HANA Vora software enables digital businesses to innovate and compete through in-the-moment

More information

EMC: Managing Data Growth with SAP HANA and the Near-Line Storage Capabilities of SAP IQ

EMC: Managing Data Growth with SAP HANA and the Near-Line Storage Capabilities of SAP IQ 2015 SAP SE or an SAP affiliate company. All rights reserved. EMC: Managing Data Growth with SAP HANA and the Near-Line Storage Capabilities of SAP IQ Based on years of successfully helping businesses

More information

Selecting Receptive Fields in Deep Networks

Selecting Receptive Fields in Deep Networks Selecting Receptive Fields in Deep Networks Adam Coates Department of Computer Science Stanford University Stanford, CA 94305 acoates@cs.stanford.edu Andrew Y. Ng Department of Computer Science Stanford

More information

SAP BusinessObjects BI Clients

SAP BusinessObjects BI Clients SAP BusinessObjects BI Clients April 2015 Customer Use this title slide only with an image BI Use Cases High Level View Agility Data Discovery Analyze and visualize data from multiple sources Data analysis

More information

T-Systems: Operate Complex IT Landscapes Efficiently with SAP Landscape Virtualization Management

T-Systems: Operate Complex IT Landscapes Efficiently with SAP Landscape Virtualization Management 2015 SAP SE or an SAP affiliate company. All rights reserved. T-Systems: Operate Complex IT Landscapes Efficiently with SAP Landscape Virtualization Management T-Systems International GmbH Industry Professional

More information

3D Object Recognition using Convolutional Neural Networks with Transfer Learning between Input Channels

3D Object Recognition using Convolutional Neural Networks with Transfer Learning between Input Channels 3D Object Recognition using Convolutional Neural Networks with Transfer Learning between Input Channels Luís A. Alexandre Department of Informatics and Instituto de Telecomunicações Univ. Beira Interior,

More information

Protect Your Customers and Brands with Multichannel Two-Factor Authentication

Protect Your Customers and Brands with Multichannel Two-Factor Authentication SAP Brief Mobile Services from SAP SAP Authentication 365 Objectives Protect Your Customers and Brands with Multichannel Two-Factor Authentication Protecting your most valuable asset your customers Protecting

More information

Automotive Consulting Solution. CHEP - EDI- Container Data

Automotive Consulting Solution. CHEP - EDI- Container Data Automotive Consulting Solution CHEP - EDI- Container Data Agenda 1. Benefit for the Customer 2. Description of the Function 3. The Function in the System 4. Technical Information 2 Customer Benefit Solution

More information

Software and Delivery Requirements

Software and Delivery Requirements SuccessFactors Recruiting April 2015 English SuccessFactors Recruiting rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2015 SAP

More information

TMC Bonds: Reducing Financial Trading Platform Outages with SAP ASE Cluster Edition

TMC Bonds: Reducing Financial Trading Platform Outages with SAP ASE Cluster Edition 2015 SAP SE or an SAP affiliate company. All rights reserved. TMC Bonds: Reducing Financial Trading Platform Outages with SAP ASE Cluster Edition To keep exchanges and customer applications running, TMC

More information

Feature Engineering Tips for Data Scientists

Feature Engineering Tips for Data Scientists SAP White Paper Feature Engineering Feature Engineering Tips for Data Scientists Improving Your Predictive Modeling with More Data Table of Contents 4 The Art of Predictive Modeling 4 What Is Feature Engineering?

More information

SRCH2 Solution Brief SRCH2 Solutions for Device Information Management. Powerful Mobile Collaboration and Device Management with SRCH2

SRCH2 Solution Brief SRCH2 Solutions for Device Information Management. Powerful Mobile Collaboration and Device Management with SRCH2 SRCH2 Solution Brief SRCH2 Solutions for Device Information Management Objectives Solution Powerful Mobile Collaboration and Device Management with SRCH2 Benefits Quick Facts Turn Mobile into an opportunity,

More information

An End-to-End Population Health Management for High Risk Patients

An End-to-End Population Health Management for High Risk Patients Summary Supporting Facts and Figures SAP HANA Solution Overview A fully integrated mobile in-home health infrastructure and data analytics solution for population health management An End-to-End Population

More information

Your Intelligent POS Solution: User-Friendly with Expert Analysis

Your Intelligent POS Solution: User-Friendly with Expert Analysis Overview SAP Customer Checkout with SAP Business One Challenges Your Intelligent POS : User-Friendly with Expert Analysis Central Overview of Sales Data Central Overview of Sales Data Cash and card payments,

More information

Streamline End-to-End Payment Processes on a Central Platform

Streamline End-to-End Payment Processes on a Central Platform SAP Brief SAP for Banking SAP Payment Engine Objectives Streamline End-to-End Payment Processes on a Central Platform Extend and simplify payment processes Extend and simplify payment processes Financial

More information

Certificate SAP INTEGRATION CERTIFICATION

Certificate SAP INTEGRATION CERTIFICATION Certificate SAP INTEGRATION CERTIFICATION SAP SE hereby confirms that the enterprise storage solution E-Series of the company NetApp Inc. has been certified for operating SAP HANA. This certificate confirms

More information

Data Doesn t Communicate Itself Using Visualization to Tell Better Stories

Data Doesn t Communicate Itself Using Visualization to Tell Better Stories SAP Brief Analytics SAP Lumira Objectives Data Doesn t Communicate Itself Using Visualization to Tell Better Stories Tap into your data big and small Tap into your data big and small In today s fast-paced

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

Downport to SAP GUI for documents Access Control Management

Downport to SAP GUI for documents Access Control Management Access Control Management A PLM Consulting Solution Public The PLM Consulting Solution Downport to SAP GUI for documents streamlines the process of managing project authorizations based on SAP PLM 7 Access

More information

Transfer Learning for Latin and Chinese Characters with Deep Neural Networks

Transfer Learning for Latin and Chinese Characters with Deep Neural Networks Transfer Learning for Latin and Chinese Characters with Deep Neural Networks Dan C. Cireşan IDSIA USI-SUPSI Manno, Switzerland, 6928 Email: dan@idsia.ch Ueli Meier IDSIA USI-SUPSI Manno, Switzerland, 6928

More information

Quality Data in Record Time with SAP Information Steward Accelerator

Quality Data in Record Time with SAP Information Steward Accelerator SAP Brief SAP Extensions SAP Information Steward Accelerator by BackOffice Associates Objectives Quality Data in Record Time with SAP Information Steward Accelerator Find your way out of the data quality

More information

Tutorial on Deep Learning and Applications

Tutorial on Deep Learning and Applications NIPS 2010 Workshop on Deep Learning and Unsupervised Feature Learning Tutorial on Deep Learning and Applications Honglak Lee University of Michigan Co-organizers: Yoshua Bengio, Geoff Hinton, Yann LeCun,

More information

Learning Without Limits

Learning Without Limits SAP Brief SAP Education SAP Learning Hub, Professional Edition Objectives Learning Without Limits Maximize the value of SAP software Maximize the value of SAP software The more you or your organization

More information

PSM-PPM Integration SAP Product Structure Management

PSM-PPM Integration SAP Product Structure Management PSM-PPM Integration SAP Product Structure Management A PLM Consulting Solution PSM PPM Integration The PLM Consulting Solution PSM-PPM Integration integrates the display and management of PPM objects (e.g.:

More information

SAP Mobile Services Enterprise Knowledgebase Overview and Access Guide

SAP Mobile Services Enterprise Knowledgebase Overview and Access Guide SAP Mobile Services Enterprise Knowledgebase Overview and Access Guide TABLE OF CONTENTS INTRODUCTION... 3 Enterprise Knowledgebase... 3 SAP Mobile Services Community... 3 Feedback... 3 ACCESSING THE ENTERPRIS

More information

Project Proposal: SAP Big Data Analytics on Mobile Usage Inferring age and gender of a person through his/her phone habits

Project Proposal: SAP Big Data Analytics on Mobile Usage Inferring age and gender of a person through his/her phone habits George Mason University SYST 699: Masters Capstone Project Spring 2014 Project Proposal: SAP Big Data Analytics on Mobile Usage Inferring age and gender of a person through his/her phone habits February

More information

Machine Learning. 01 - Introduction

Machine Learning. 01 - Introduction Machine Learning 01 - Introduction Machine learning course One lecture (Wednesday, 9:30, 346) and one exercise (Monday, 17:15, 203). Oral exam, 20 minutes, 5 credit points. Some basic mathematical knowledge

More information

SAP Business Warehouse Powered by SAP HANA for the Utilities Industry

SAP Business Warehouse Powered by SAP HANA for the Utilities Industry SAP White Paper Utilities Industry SAP Business Warehouse powered by SAP HANA SAP S/4HANA SAP Business Warehouse Powered by SAP HANA for the Utilities Industry Architecture design for utility-specific

More information

TREX based DMS search Document Management

TREX based DMS search Document Management TREX based DMS search Document Management A PLM Consulting Solution Public TREX based DMS search Many customers are using the SAP Document Management System (DMS) in order to store their daily business

More information

CS 1699: Intro to Computer Vision. Deep Learning. Prof. Adriana Kovashka University of Pittsburgh December 1, 2015

CS 1699: Intro to Computer Vision. Deep Learning. Prof. Adriana Kovashka University of Pittsburgh December 1, 2015 CS 1699: Intro to Computer Vision Deep Learning Prof. Adriana Kovashka University of Pittsburgh December 1, 2015 Today: Deep neural networks Background Architectures and basic operations Applications Visualizing

More information

Applications of Deep Learning to the GEOINT mission. June 2015

Applications of Deep Learning to the GEOINT mission. June 2015 Applications of Deep Learning to the GEOINT mission June 2015 Overview Motivation Deep Learning Recap GEOINT applications: Imagery exploitation OSINT exploitation Geospatial and activity based analytics

More information

SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015

SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015 SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015 2014 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

DMM301 Benefits and Patterns of a Logical Data Warehouse with SAP BW on SAP HANA

DMM301 Benefits and Patterns of a Logical Data Warehouse with SAP BW on SAP HANA DMM301 Benefits and Patterns of a Logical Data Warehouse with SAP BW on SAP HANA Ulrich Christ/Product Management SAP EDW (BW/HANA) Public Disclaimer This presentation outlines our general product direction

More information

Application Test Management and Quality Assurance

Application Test Management and Quality Assurance SAP Brief Extensions SAP Quality Center by HP Objectives Application Test Management and Quality Assurance Deliver new software with confidence Deliver new software with confidence Testing is critical

More information

Seoul National University Bundang Hospital: Transforming Patient Care and Data Access with SAP HANA

Seoul National University Bundang Hospital: Transforming Patient Care and Data Access with SAP HANA Picture Credit Seoul National University Bundang Hospital, Gyeonggi-do, South Korea. Used with permission. SAP Business Transformation Study Healthcare Seoul National University Bundang Hospital Seoul

More information

Extending the Power of Analytics with a Proven Data Warehousing. Solution

Extending the Power of Analytics with a Proven Data Warehousing. Solution SAP Brief SAP s for Small Businesses and Midsize Companies SAP IQ, Edge Edition Objectives Extending the Power of Analytics with a Proven Data Warehousing Uncover deep insights and reach new heights Uncover

More information

Discover, Cleanse, and Integrate Enterprise Data with SAP Data Services Software

Discover, Cleanse, and Integrate Enterprise Data with SAP Data Services Software SAP Brief SAP s for Enterprise Information Management Objectives SAP Data Services Discover, Cleanse, and Integrate Enterprise Data with SAP Data Services Software Step up to true enterprise information

More information

Real-Time Reconciliation of Invoice and Goods Receipts powered by SAP HANA. Stefan Karl, Finance Solutions, SAP ASUG Presentation, May 2013

Real-Time Reconciliation of Invoice and Goods Receipts powered by SAP HANA. Stefan Karl, Finance Solutions, SAP ASUG Presentation, May 2013 Real-Time Reconciliation of Invoice and Goods Receipts powered by SAP HANA Stefan Karl, Finance Solutions, SAP ASUG Presentation, May 2013 Legal disclaimer The information in this presentation is confidential

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

Analyze, Validate, and Optimize Business Application Performance

Analyze, Validate, and Optimize Business Application Performance SAP Brief SAP Extensions SAP LoadRunner by HPE Objectives Analyze, Validate, and Optimize Business Application Performance Test performance throughout the application lifecycle Test performance throughout

More information

Elevate Your Customer Engagement Strategy with Cloud Services

Elevate Your Customer Engagement Strategy with Cloud Services SAP Brief SAP Services Cloud Services for Customer Relations Objectives Elevate Your Customer Engagement Strategy with Cloud Services Win over today s empowered customers Win over today s empowered customers

More information

SAP SE - Legal Requirements and Requirements

SAP SE - Legal Requirements and Requirements Finding the signals in the noise Niklas Packendorff @packendorff Solution Expert Analytics & Data Platform Legal disclaimer The information in this presentation is confidential and proprietary to SAP and

More information

SAP HANA Cloud Platform

SAP HANA Cloud Platform SAP HANA Cloud Platform Connect and Engage with Customers in the Cloud with SAP HANA Cloud Platform Deliver Impactful Web Experiences, Delight Users, and Meet Any Business Need SAP HANA Cloud Platform

More information

Use Advanced Analytics to Guide Your Business to Financial Success

Use Advanced Analytics to Guide Your Business to Financial Success SAP Information Sheet Analytics Solutions from SAP Quick Facts Use Advanced Analytics to Guide Your Business to Financial Success Quick Facts Summary With advanced analytics from SAP, finance experts can

More information

Empowering Teams and Departments with Agile Visualizations

Empowering Teams and Departments with Agile Visualizations SAP Brief SAP Lumira, Edge Edition Objectives Empowering Teams and Departments with Agile Visualizations A data visualization solution for teams and departments A data visualization solution for teams

More information

Working Capital Analytics Overview. SAP Business Suite Application Innovation March 2015

Working Capital Analytics Overview. SAP Business Suite Application Innovation March 2015 Working Capital Analytics Overview SAP Business Suite Application Innovation March 2015 Abstract As of Smart Financials 1.0 SP02 SAP delivers Working Capital Analytics DSO Analysis Working Capital Analytics

More information

Using predictive data in social protection A new form of moral hazard?

Using predictive data in social protection A new form of moral hazard? Using predictive data in social protection A new form of moral hazard? 23rd European Social Services Conference 06/07/2015-08/07/2015 Lisbon, Portugal Workshop : Managing risk in a predictive manner to

More information

Research Article Distributed Data Mining Based on Deep Neural Network for Wireless Sensor Network

Research Article Distributed Data Mining Based on Deep Neural Network for Wireless Sensor Network Distributed Sensor Networks Volume 2015, Article ID 157453, 7 pages http://dx.doi.org/10.1155/2015/157453 Research Article Distributed Data Mining Based on Deep Neural Network for Wireless Sensor Network

More information

Start Anywhere and Go Everywhere with Cloud Services for HR

Start Anywhere and Go Everywhere with Cloud Services for HR SAP Brief SAP Services Cloud Services for Human Capital Management Objectives Start Anywhere and Go Everywhere with Cloud Services for HR Propel your business to success Propel your business to success

More information

Visualization Starter Pack from SAP Overview Enabling Self-Service Data Exploration and Visualization

Visualization Starter Pack from SAP Overview Enabling Self-Service Data Exploration and Visualization Business Intelligence Visualization Starter Pack from SAP Overview Enabling Self-Service Data Exploration and Visualization In today s environment, almost every corporation has to work with enormous data

More information

Database Solutions for Remote Office, Embedded, and Mobile Environments

Database Solutions for Remote Office, Embedded, and Mobile Environments SAP SQL Anywhere Database Solutions for Remote Office, Embedded, and Mobile Environments Robust Tools for Managing and Moving Data in Server, Desktop, Remote, or Mobile Applications 2 Table of Contents

More information

FA7 - Time Management: Attendances/Absences/Overtime/Hajj Leave. Process Diagram

FA7 - Time Management: Attendances/Absences/Overtime/Hajj Leave. Process Diagram FA7 - Time Management: Attendances/Absences/Overtime/Hajj Leave Process iagram SAP ERP + RENEWAL Process Non-SAP Employee SAP ERP + RENEWAL (Personnel Administration) Organizational Management FA7 - Time

More information

Daikin: Gaining Global Sales, Inventory, and Margin Visibility with Data Visualization Software from SAP

Daikin: Gaining Global Sales, Inventory, and Margin Visibility with Data Visualization Software from SAP 2014 SAP AG or an SAP affiliate company. All rights reserved. Picture Credit Daikin Industries Ltd., Osaka, Japan. Used with permission. Daikin: Gaining Global Sales, Inventory, and Margin Visibility with

More information

SM250 IT Service Management Configuration

SM250 IT Service Management Configuration SM250 IT Service Management Configuration. COURSE OUTLINE Course Version: 16 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

Enterprise Information Management Services Managing Your Company Data Along Its Lifecycle

Enterprise Information Management Services Managing Your Company Data Along Its Lifecycle SAP Solution in Detail SAP Services Enterprise Information Management Enterprise Information Management Services Managing Your Company Data Along Its Lifecycle Table of Contents 3 Quick Facts 4 Key Services

More information

Design the Future of Your Human Resources with SuccessFactors Solutions

Design the Future of Your Human Resources with SuccessFactors Solutions SAP Brief SAP Consulting Business Transformation Services Objectives Design the Future of Your Human Resources with SuccessFactors s Designing future processes for your global workforce Designing future

More information