SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)

SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者: , , ,
2020-06
版次: 1
ISBN: 9787564188818
定价: 99.00
装帧: 平装
开本: 16开
纸张: 胶版纸
页数: 316页
  •   你是否正在使用SAP ERP系统并迫切希望释放其数据的巨大价值?通过这本实用指导书,SAP资深专家Greg Foss和Paul Modderman为你展示如何使用若干数据分析工具来解决SAP数据中存在的有趣问题。你将跟随一个贯穿全书的虚构公司,学会处理真实场景中遇到的问题。
      使用真实数据创建示例代码和可视化图,SAP业务分析师将学会实用的分析方法,从而获得对业务数据的更深入了解。数据工程师和数据科学家将探索如何将SAP数据添加到他们的分析过程中。通过对SAP流程和数据科学工具的深入研究,你将找到揭露数据真相的强大方法。 Preface

    1. Introduction

    Telling Better Stories with Data

    A Quick Look: Data Science for SAP Professionals

    A Quick Look: SAP Basics for Data Scientists

    Getting Data Out of SAP

    Roles and Responsibilities

    Summary

    2. Data Science for SAP Professionals

    Machine Learning

    Supervised Machine Learning

    Unsupervised Machine Learning

    Semi-Supervised Machine Learning

    Reinforcement Macl'rine Learning

    Neural Networks

    Summary

    3. SAP for Data Scientists

    Getting Started with SAP

    The ABAP Data Dictionary

    Tables

    Structures

    Data Elements and Domains

    Where-Used

    ABAP QuickViewer

    SE16 Export

    OData Services

    Core Data Services

    Summary

    4. Exploratory Data Analysis with R

    The Four Phases of EDA

    Phase 1: Collecting Our Data

    Importing with R

    Phase 2: Cleaning Our Data

    Null Removal

    Binary Indicators

    Removing Extraneous Columns

    Whitespace

    Numbers

    Phase 3: Analyzing Our Data

    DataExplorer

    Discrete Features

    Continuous Features

    Phase 4: Modeling Our Data

    TensorFlow and Keras

    Training and Testing Split

    Shaping and One-Hot Encoding

    Recipes

    Preparing Data for the Neural Network

    Results

    Summary

    5. Anomaly Detection with R and Python

    Types of Anomalies

    Tools in R

    AnomalyDetection

    Anomalize

    Getting the Data

    SAP ECC System

    SAP NetWeaver Gateway

    SQL Server

    Finding Anomalies

    PowerBI and R

    PowerBI and Python

    Summary

    6. Predictive Analytics in R and Python

    Predicting Sales in R

    Step 1: Identify Data

    Step 2: Gather Data

    Step 3: Explore Data

    Step 4: Model Data

    Step 5: Evaluate Model

    Predicting Sales in Python

    Step 1: Identify Data

    Step 2: Gather Data

    Step 3: Explore Data

    Step 4: Model Data

    Step 5: Evaluate Model

    Summary

    7. Clustering and Segmentation in R

    Understanding Clustering and Segmentation

    RFM

    Pareto Principle

    k-Means

    k-Medoid

    Hierarchical Clustering

    Time-Series Clustering

    Step 1: Collecting the Data

    Step 2: Cleaning the Data

    Step 3: Analyzing the Data

    Revisiting the Pareto Principle

    Finding Optimal Clusters

    k-Means Clustering

    k-Medoid Clustering

    Hierarchical Clustering

    Manual RFM

    Step 4: Report the Findings

    R Markdown Code

    R Markdown Knit

    Summary

    8. Association Rule Mining

    Understanding Association Rule Mining

    Support

    Confidence

    Lift

    Apriori Algorithm

    Operationalization Overview

    Collecting the Data

    Cleaning the Data

    Analyzing the Data

    Fiori

    Summary

    9. Natural Language Processing with the Google Cloud Natural Language API

    Understanding Natural Language Processing

    Sentiment Analysis

    Translation

    Preparing the Cloud API

    Collecting the Data

    Analyzing the Data

    Summary

    10. Conclusion

    Original Mission

    Recap

    Chapter 1: Introduction

    Chapter 2: Data Science for SAP Professionals

    Chapter 3: SAP for Data Scientists

    Chapter 4: Exploratory Data Analysis

    Chapter 5: Anomaly Detection with R and Python

    Chapter 6: Prediction with R

    Chapter 7: Clustering and Segmentation in R

    Chapter 8: Association Rule Mining

    Chapter 9: Natural Language Processing with the Google Cloud Natural

    Language API

    Tips and Recommendations

    Be Creative

    Be Practical

    Enjoy the Ride

    Stay in Touch

    Index
  • 内容简介:
      你是否正在使用SAP ERP系统并迫切希望释放其数据的巨大价值?通过这本实用指导书,SAP资深专家Greg Foss和Paul Modderman为你展示如何使用若干数据分析工具来解决SAP数据中存在的有趣问题。你将跟随一个贯穿全书的虚构公司,学会处理真实场景中遇到的问题。
      使用真实数据创建示例代码和可视化图,SAP业务分析师将学会实用的分析方法,从而获得对业务数据的更深入了解。数据工程师和数据科学家将探索如何将SAP数据添加到他们的分析过程中。通过对SAP流程和数据科学工具的深入研究,你将找到揭露数据真相的强大方法。
  • 目录:
    Preface

    1. Introduction

    Telling Better Stories with Data

    A Quick Look: Data Science for SAP Professionals

    A Quick Look: SAP Basics for Data Scientists

    Getting Data Out of SAP

    Roles and Responsibilities

    Summary

    2. Data Science for SAP Professionals

    Machine Learning

    Supervised Machine Learning

    Unsupervised Machine Learning

    Semi-Supervised Machine Learning

    Reinforcement Macl'rine Learning

    Neural Networks

    Summary

    3. SAP for Data Scientists

    Getting Started with SAP

    The ABAP Data Dictionary

    Tables

    Structures

    Data Elements and Domains

    Where-Used

    ABAP QuickViewer

    SE16 Export

    OData Services

    Core Data Services

    Summary

    4. Exploratory Data Analysis with R

    The Four Phases of EDA

    Phase 1: Collecting Our Data

    Importing with R

    Phase 2: Cleaning Our Data

    Null Removal

    Binary Indicators

    Removing Extraneous Columns

    Whitespace

    Numbers

    Phase 3: Analyzing Our Data

    DataExplorer

    Discrete Features

    Continuous Features

    Phase 4: Modeling Our Data

    TensorFlow and Keras

    Training and Testing Split

    Shaping and One-Hot Encoding

    Recipes

    Preparing Data for the Neural Network

    Results

    Summary

    5. Anomaly Detection with R and Python

    Types of Anomalies

    Tools in R

    AnomalyDetection

    Anomalize

    Getting the Data

    SAP ECC System

    SAP NetWeaver Gateway

    SQL Server

    Finding Anomalies

    PowerBI and R

    PowerBI and Python

    Summary

    6. Predictive Analytics in R and Python

    Predicting Sales in R

    Step 1: Identify Data

    Step 2: Gather Data

    Step 3: Explore Data

    Step 4: Model Data

    Step 5: Evaluate Model

    Predicting Sales in Python

    Step 1: Identify Data

    Step 2: Gather Data

    Step 3: Explore Data

    Step 4: Model Data

    Step 5: Evaluate Model

    Summary

    7. Clustering and Segmentation in R

    Understanding Clustering and Segmentation

    RFM

    Pareto Principle

    k-Means

    k-Medoid

    Hierarchical Clustering

    Time-Series Clustering

    Step 1: Collecting the Data

    Step 2: Cleaning the Data

    Step 3: Analyzing the Data

    Revisiting the Pareto Principle

    Finding Optimal Clusters

    k-Means Clustering

    k-Medoid Clustering

    Hierarchical Clustering

    Manual RFM

    Step 4: Report the Findings

    R Markdown Code

    R Markdown Knit

    Summary

    8. Association Rule Mining

    Understanding Association Rule Mining

    Support

    Confidence

    Lift

    Apriori Algorithm

    Operationalization Overview

    Collecting the Data

    Cleaning the Data

    Analyzing the Data

    Fiori

    Summary

    9. Natural Language Processing with the Google Cloud Natural Language API

    Understanding Natural Language Processing

    Sentiment Analysis

    Translation

    Preparing the Cloud API

    Collecting the Data

    Analyzing the Data

    Summary

    10. Conclusion

    Original Mission

    Recap

    Chapter 1: Introduction

    Chapter 2: Data Science for SAP Professionals

    Chapter 3: SAP for Data Scientists

    Chapter 4: Exploratory Data Analysis

    Chapter 5: Anomaly Detection with R and Python

    Chapter 6: Prediction with R

    Chapter 7: Clustering and Segmentation in R

    Chapter 8: Association Rule Mining

    Chapter 9: Natural Language Processing with the Google Cloud Natural

    Language API

    Tips and Recommendations

    Be Creative

    Be Practical

    Enjoy the Ride

    Stay in Touch

    Index
查看详情
12
相关图书 / 更多
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
SAT长难句宝典
澜大教育集团SAT教研组 编
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
SAP2000在建筑异形幕墙工程中的设计实例解析(上下)
屈铮 编
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
SAP ERP公有云实务教程
SAP ERP公有云编委会
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
SAT真题词汇宝典
澜大教育集团SAT教研组
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
SAR图像去噪模型及算法
刘帅奇 刘彤 赵淑欢 赵杰
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
SAS编程与统计分析
高祖新;言方荣
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
SAS数据分析
[印]哈里斯·格拉蒂 著;马琳琳 译
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
SAP Fiori开发实战——从入门到大师
郑永升 毛茂文 杨斌 编著
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
SAGD井作业关键工艺技术
庞德新 编
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
SAP BW/4HANA 实战指南
智扬信达大数据工作室
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
SAS生存手册:英国皇家特种部队求生教程
(英)约翰
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
SARS-CoV-2 Delta变异株感染:影像与临床
刘晋新 唐小平 雷春亮
您可能感兴趣 / 更多
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
乌托邦的观念史(交界译丛)
Gregory Claeys
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
培养孩子的安全感(第2版)
Green 著;斯坦利·格林斯潘;Stanley;I
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
批判性思维:第6版:英语版
Gregory Bassham;William Irwin;Henry Nardone;Jam
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
下落小猫与基础物理学中信出版社
Gregory J. Gbur 著
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
互联网的商业化路径创新与新型网络的诞生
Greenstein 著;夏恩·格林斯坦、Shane、张晓键、刘越 译
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
交易对手信用风险和信用价值调整(第二版)
Gregory 著;[乔恩·格雷戈里]Jon、杨超 译
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
Twilight of Empire:The Tragedy at Mayerling and the End of the Habsburgs
Greg King;Penny Wilson
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
Lost Boy
Green, Tim
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
MarketingForDummies[营销傻瓜书]
Gregory Brooks(格雷戈瑞·布鲁克斯)、Ruth Mortimer(鲁思·莫蒂默)、Craig Smith(克雷格·史密斯)、Alexander Hiam(亚历山大·西阿姆) 著
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
The Best Life Diet
Greene;Bob
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
Fat Land:How Americans Became the Fattest People in the World
Greg Critser
SAP实用数据科学:企业级数据的机器学习技术(影印版英文版)
A Pioneer Sampler The Daily Life of a Pioneer Family in 1840
Greenwood, Barbara