SlideShare a Scribd company logo
1 of 13
Download to read offline
FUTUREWEI TECHNOLOGIES, INC
Towards the Industrialization of AI
Hui Lei, PhD, FIEEE
VP and CTO, Cloud and Big Data
Futurewei Technologies
FUTUREWEI TECHNOLOGIES, INCFUTUREWEI TECHNOLOGIES, INC Page 2
The Enterprise Uptake of AI
• AI augmentation will recover 6.2 billion hours of
worker productivity in 2021 (Gartner)
• AI will contribute $15.7 trillion to global economy
in 2030 and increase GDP by 14% (PWC)
• More than 80% of organizations view AI as a
strategic opportunity (MIT Sloan)
The Promise
• Only a quarter of survey respondents have revenue-
bearing AI projects in production (O’Reilly)
• A majority of companies use less than one-tenth of their
digital budget towards AI (McKinsey)
• By 2022, just 15% of use cases leveraging AI and
involving edge or IoT will be successful (Gartner)
The Reality
Surprise!
ML is not a major challenge
in AI adoption
FUTUREWEI TECHNOLOGIES, INC PageFUTUREWEI TECHNOLOGIES, INC Page 3
Challenges in AI Adoption
▪ Silos
• Functional silos hinder e2e integration
• Project silos result in duplicate efforts
▪ Skills
• Data scientists for building models
• Engineering skills in data, SW, and IT
▪ Infrastructure
• Disparate environments and tools
• Hybrid multicloud is the norm
▪ Data
• 4 V’s: volume, velocity, variety, veracity
• Data integration and wrangling
▪ Trust
• Regulation compliance
• AI fairness and explainability
Source: Enterprise Strategy Group
FUTUREWEI TECHNOLOGIES, INCFUTUREWEI TECHNOLOGIES, INC Page 4
“Garbage In, Garbage Out” [George Fuechsel]
The Issue of Data Quality
■ Data quality is a key challenge in AI
› Only 3% of Companies’ data meets basic quality standards (Harvard Business Review)
› On average, 47% of newly-created data records have at least one critical error (HBR)
› The estimated financial impact of poor data quality is $15M a year on average (Gartner)
› 60% of decision makers cite data quality as their top challenge when trying to deliver AI capabilities (Forrester)
■ Data quality problems may arise throughout the data pipeline
Missing values
Invalid values
Inaccurate or uncertain data
Duplicate or inconsistent records
Hard deletes
…
Source Problems
Uncoordinated schema change
Change in data meaning
Time zone inconsistency
Stale data
Unavailable data sources
…
Ingestion Problems
Discrepancy in data models
Contradicting data values
Differences in semantics
Mismatched records
Biased data
…
Integration Problems
FUTUREWEI TECHNOLOGIES, INC PageFUTUREWEI TECHNOLOGIES, INC Page 5
“It Is in the Pipeline” [Idiom]
The Issue of Insight Generation
KNN
Naïve Bayse
Decision Tree
SVM
Combined Prediction
Prediction
Video Analysis
Language
Identification
Image
Classification
French
Translation
Chinese
Translation
Social Media Processing
Image Processing
Cropping &
Resizing
AlexNet ResNet-50 ResNet-152
■ The need for insight pipelines
› Data pre-processing
› Model ensemble
› Model cascade
› Control logic
› Data post-processing
■ Benefits of a pipeline approach
› Accuracy
› Throughput
› Robustness
› Fairness
› Simplicity
› Cost efficiency
■ Real-time insight against high-speed data streams
FUTUREWEI TECHNOLOGIES, INC PageFUTUREWEI TECHNOLOGIES, INC Page 6
“Variety, Multiplicity Are the Two Most Powerful Vehicles of Lust” [M de Sade]
The Issue of Hybrid Multicloud
■ Enterprises are adopting a hybid multicloud strategy
■ AI use cases in hybrid multicloud
› Train with proprietary data on-prem and deploy on public cloud
› Train on public cloud with specialized hardware (GPUs) and deploy on-prem
› Train on public or private cloud and deploy on IoT devices or the edge for privacy and scalability
› Input data distributed across public cloud and different organizations
› Collaborating models deployed across multiple clouds due to data residency or performance constraints
■ Implications: model portability, geofencing, end-to-end management, performance
# of Clouds Average Median
Using 3.4 3.0
Experimenting 1.5 1.0
Total 4.9 4.0
Source: RightScale
FUTUREWEI TECHNOLOGIES, INC PageFUTUREWEI TECHNOLOGIES, INC Page 7
Provisioning
Rapid spin-up of various environments
Flexible deployment of data and ML tools
Fast-paced algorithmic experimentation
Heterogeneity
Variety in data and ML frameworks
Disparate and distributed data sources
Hybrid multicloud
Performance
Application-specific SLOs
Real-time live data streams
Processing and transfer of big data
Cost
Resource over-provisioning
Sticky resource allocation
Dependability on IT team
Infrastructure
“Automation Is Good, If You Know Where to Put the Machine” [E Goldratt]
The Issue of AI Infrastructure
FUTUREWEI TECHNOLOGIES, INCFUTUREWEI TECHNOLOGIES, INC Page 8
“What Is Difficult Is Being Just” [Victor Hugo]
The Issue of Fairness
■ Fairness is an ever important concern for ML models
› High-stake applications: hiring, lending, recidivism prediction, …
› Biased ML models hurt minority or historically disadvantaged groups
› Model bias arises from bias in training data
■ Fairness is a complex concept
› Many definitions, with very different outcomes
» 21 mathematical definitions by A. Narayanan
› Impossible to satisfy all definitions of fairness at the same time
■ Bias mitigation approaches
› Pre-processing: modify the input data
› In-processing: modify the machine learning algorithm
› Post-processing: modify the output of a model
The Impossibility Theorem: It is impossible to have all of Predictive Rate Parity, False-Positive Rate Balance,
and False Negative Rate Balance except in degenerate cases [Chouldechova 2017; Kleinberg et al. 2017] .
Some definitions of fairness
Unawareness: protected attributes are excluded from
features in training
Individual fairness: similar individuals receive similar
treatments or outcomes
Group fairness: groups defined by protected attributes
receive similar treatments or outcomes
Predictive rate parity: the fraction of correct positive
predictions should be the same across groups
False-positive rate balance: false-positive rates
should be the same across groups
False-negative rate balance: false-negative rates
should be the same across groups
Counterfactual fairness: decision remains the same even if
a protected attribute assumes a counterfactual value
FUTUREWEI TECHNOLOGIES, INCFUTUREWEI TECHNOLOGIES, INC Page 9
“Trust Takes Years to Build and Seconds to Break” [Proverb]
The Issue of Explainability
■ Explainability is key to establishing trust in AI
› Help ensure safety in complex and critical tasks
› Discover unintended bias and guard against discrimination
› Identify mismatched objectives to avoid suboptimal decisions
› Gain understanding to improve results
■ Different personas impose different requirements
› Government auditors
› Consumers
› Data subjects
› Domain experts
› Application developers
■ Most model explanations assume a black-box model
Explanations as samples
Samples in terms of prototypes and
criticisms
Explanations as features
Disentangled meaningful features
Self-explaining model
Persona-specific explanations
Intrinsic model
Easy to understand rules
Explanations based on samples
Contrafactual instances
Explanations based on features
Anchor explanations
Contrastive explanations
Surrogate model
Learning a new interpretable model
Understanding Data
Understanding a Model
Local Explanations Global Explanations
Direct
Explanations
Pos hoc
Explanations
FUTUREWEI TECHNOLOGIES, INCFUTUREWEI TECHNOLOGIES, INC Page 10
“Continuous Improvement Is Better Than Delayed Perfection” [Mark Twain]
The Issue of CICD
Traditional Applications AI Applications
Development artifacts are just code Development artifacts include code, datasets, and models
Requires software engineering and IT skills Requires data engineering, software engineering, ML and IT skills
Integration triggered by code change Integration triggered by code/data/model change
Integration and delivery through a single CICD process Data, model and insight pipelines are integrated and delivered separately
Artifacts change at relatively low frequency Artifacts change continually due to data and model shifts
Small number of artifact versions that evolve linearly Huge number of nonlinear artifact versions due to model tuning / retraining
Application configurations specified by humans Model parameters obtained from training
Monitoring of application performance Monitoring of pipeline performance, data and model quality
CICD Process
Develop Integrate Deliver Execute
Dev Artifact
Repository
???
FUTUREWEI TECHNOLOGIES, INCFUTUREWEI TECHNOLOGIES, INC Page 11
Wenju: A First-Of-A-Kind Enterprise AI Platform
Business
Processes
Data
Pipelines
Model
Pipelines
Insight
Pipelines
Processes for producing
datasets used by machine
learning
Processes for training and
optimizing machine
learning models
Processes for deriving business
insight through analytics and
inference
Infrastructure
Management
Data & Model
Governance
Continuous
Integration &
Delivery
Hybrid
Multicloud
Enablement
Integrated
Platform for Entire
Solution Team
FUTUREWEI TECHNOLOGIES, INCFUTUREWEI TECHNOLOGIES, INC Page 12
Infrastructure Management
Pipeline Lifecycle Management
Define Build Test Deploy Operate
Data Pipelines Model Pipelines Insight Pipelines
Catalog Traceability Trust QualityPrivacy
Dataset Repository Model Repository Pipeline Repository
Asset Management
Provision ScaleInstall Optimize Update
Data Integration Tools Machine Learning ToolsData Analytics Tools
Bare Metal Virtual Machines Docker Containers Serverless Functions
On-Prem Private Cloud Public Cloud Edge IoT Devices
Metadata Repository
Service
Management
Tenants
Users
Projects
Security
Resilience
Metering
Monitoring
Portal
Dashboard
Conceptual Architecture
FUTUREWEI TECHNOLOGIES, INCFUTUREWEI TECHNOLOGIES, INC Page 13
Wenju’s Responses to Challenges in Enterprise AI
Wenju Features
■ Integrated and consistent experience for the entire solution team
■ Simplified development and operations via policies and templates
■ Turnkey infrastructure provisioning and SLO-driven optimization
■ Enablement of pipeline distribution across hybrid multicloud
■ Real-time prediction pipeline against high-speed data streams
■ Unified management and governance of data and models
Challenges
▪ Silos
• Functional silos hinder e2e integration
• Project silos result in duplicate efforts
▪ Skills
• Data scientists for building models
• Engineering skills in data, SW, and IT
▪ Infrastructure
• Disparate environments and tools
• Hybrid multicloud is the norm
▪ Data
• 4 V’s: volume, velocity, variety, veracity
• Data integration and wrangling
▪ Trust
• Regulation compliance
• AI fairness and explainability

More Related Content

What's hot

New professional careers in data
New professional careers in dataNew professional careers in data
New professional careers in dataDavid Rostcheck
 
Big data for cybersecurity - skilledfield slides - 25032021
Big data for cybersecurity - skilledfield slides - 25032021Big data for cybersecurity - skilledfield slides - 25032021
Big data for cybersecurity - skilledfield slides - 25032021Mouaz Alnouri
 
Understanding Cognitive Applications: A Framework - Sue Feldman
Understanding Cognitive Applications:  A Framework - Sue FeldmanUnderstanding Cognitive Applications:  A Framework - Sue Feldman
Understanding Cognitive Applications: A Framework - Sue Feldmandiannepatricia
 
Ethics of Analytics and Machine Learning
Ethics of Analytics and Machine LearningEthics of Analytics and Machine Learning
Ethics of Analytics and Machine LearningMark Underwood
 
MLOps - Getting Machine Learning Into Production
MLOps - Getting Machine Learning Into ProductionMLOps - Getting Machine Learning Into Production
MLOps - Getting Machine Learning Into ProductionMichael Pearce
 
Privacy-preserving Analytics and Data Mining at LinkedIn
Privacy-preserving Analytics and Data Mining at LinkedInPrivacy-preserving Analytics and Data Mining at LinkedIn
Privacy-preserving Analytics and Data Mining at LinkedInKrishnaram Kenthapadi
 
Cognitive Era and Introduction to IBM Watson
Cognitive Era and Introduction to IBM WatsonCognitive Era and Introduction to IBM Watson
Cognitive Era and Introduction to IBM WatsonSubhendu Dey
 
2012 IBM Tech Trends Report: Fast track to the future
2012 IBM Tech Trends Report: Fast track to the future2012 IBM Tech Trends Report: Fast track to the future
2012 IBM Tech Trends Report: Fast track to the futureSusanne Hupfer, Ph.D.
 
Developing cognitive applications v1
Developing cognitive applications v1Developing cognitive applications v1
Developing cognitive applications v1Harsha Srivatsa
 
Decision Intelligence: How AI and DI (and YOU) are Evolving to the Next Level
Decision Intelligence: How AI and DI (and YOU) are Evolving to the Next LevelDecision Intelligence: How AI and DI (and YOU) are Evolving to the Next Level
Decision Intelligence: How AI and DI (and YOU) are Evolving to the Next LevelLorien Pratt
 
Data Quality
Data QualityData Quality
Data QualityVijaya K
 
A Hybrid Approach to Data Science Project Management
A Hybrid Approach to Data Science Project ManagementA Hybrid Approach to Data Science Project Management
A Hybrid Approach to Data Science Project ManagementElaine K. Lee
 
Data-centric design and the knowledge graph
Data-centric design and the knowledge graphData-centric design and the knowledge graph
Data-centric design and the knowledge graphAlan Morrison
 
Trends 2011 and_beyond_business_intelligence
Trends 2011 and_beyond_business_intelligenceTrends 2011 and_beyond_business_intelligence
Trends 2011 and_beyond_business_intelligencedivjeev
 
Ai revolution for human capital for government v2
Ai revolution for human capital for government v2Ai revolution for human capital for government v2
Ai revolution for human capital for government v2Liew Wei Da Andrew
 
Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...
Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...
Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...Jon Mead
 
Artificial intelligence: Simulation of Intelligence
Artificial intelligence: Simulation of IntelligenceArtificial intelligence: Simulation of Intelligence
Artificial intelligence: Simulation of IntelligenceAbhishek Upadhyay
 

What's hot (20)

Data science - An Introduction
Data science - An IntroductionData science - An Introduction
Data science - An Introduction
 
New professional careers in data
New professional careers in dataNew professional careers in data
New professional careers in data
 
Big data for cybersecurity - skilledfield slides - 25032021
Big data for cybersecurity - skilledfield slides - 25032021Big data for cybersecurity - skilledfield slides - 25032021
Big data for cybersecurity - skilledfield slides - 25032021
 
Understanding Cognitive Applications: A Framework - Sue Feldman
Understanding Cognitive Applications:  A Framework - Sue FeldmanUnderstanding Cognitive Applications:  A Framework - Sue Feldman
Understanding Cognitive Applications: A Framework - Sue Feldman
 
Ethics of Analytics and Machine Learning
Ethics of Analytics and Machine LearningEthics of Analytics and Machine Learning
Ethics of Analytics and Machine Learning
 
MLOps - Getting Machine Learning Into Production
MLOps - Getting Machine Learning Into ProductionMLOps - Getting Machine Learning Into Production
MLOps - Getting Machine Learning Into Production
 
Privacy-preserving Analytics and Data Mining at LinkedIn
Privacy-preserving Analytics and Data Mining at LinkedInPrivacy-preserving Analytics and Data Mining at LinkedIn
Privacy-preserving Analytics and Data Mining at LinkedIn
 
Cognitive Era and Introduction to IBM Watson
Cognitive Era and Introduction to IBM WatsonCognitive Era and Introduction to IBM Watson
Cognitive Era and Introduction to IBM Watson
 
2012 IBM Tech Trends Report: Fast track to the future
2012 IBM Tech Trends Report: Fast track to the future2012 IBM Tech Trends Report: Fast track to the future
2012 IBM Tech Trends Report: Fast track to the future
 
Developing cognitive applications v1
Developing cognitive applications v1Developing cognitive applications v1
Developing cognitive applications v1
 
Decision Intelligence: How AI and DI (and YOU) are Evolving to the Next Level
Decision Intelligence: How AI and DI (and YOU) are Evolving to the Next LevelDecision Intelligence: How AI and DI (and YOU) are Evolving to the Next Level
Decision Intelligence: How AI and DI (and YOU) are Evolving to the Next Level
 
Data Quality
Data QualityData Quality
Data Quality
 
A Hybrid Approach to Data Science Project Management
A Hybrid Approach to Data Science Project ManagementA Hybrid Approach to Data Science Project Management
A Hybrid Approach to Data Science Project Management
 
Data-centric design and the knowledge graph
Data-centric design and the knowledge graphData-centric design and the knowledge graph
Data-centric design and the knowledge graph
 
Trends 2011 and_beyond_business_intelligence
Trends 2011 and_beyond_business_intelligenceTrends 2011 and_beyond_business_intelligence
Trends 2011 and_beyond_business_intelligence
 
Ai revolution for human capital for government v2
Ai revolution for human capital for government v2Ai revolution for human capital for government v2
Ai revolution for human capital for government v2
 
Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...
Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...
Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...
 
Artificial intelligence: Simulation of Intelligence
Artificial intelligence: Simulation of IntelligenceArtificial intelligence: Simulation of Intelligence
Artificial intelligence: Simulation of Intelligence
 
Data Analytics: From Basic Skills to Executive Decision-Making
Data Analytics: From Basic Skills to Executive Decision-MakingData Analytics: From Basic Skills to Executive Decision-Making
Data Analytics: From Basic Skills to Executive Decision-Making
 
Road Map for Careers in Big Data
Road Map for Careers in Big DataRoad Map for Careers in Big Data
Road Map for Careers in Big Data
 

Similar to Towards the Industrialization of AI

DataOps - Big Data and AI World London - March 2020 - Harvinder Atwal
DataOps - Big Data and AI World London - March 2020 - Harvinder AtwalDataOps - Big Data and AI World London - March 2020 - Harvinder Atwal
DataOps - Big Data and AI World London - March 2020 - Harvinder AtwalHarvinder Atwal
 
Activate Your Data Lakehouse with an Enterprise Knowledge Graph
Activate Your Data Lakehouse with an Enterprise Knowledge GraphActivate Your Data Lakehouse with an Enterprise Knowledge Graph
Activate Your Data Lakehouse with an Enterprise Knowledge GraphDATAVERSITY
 
Artificial Intelligence As a Service
Artificial Intelligence As a ServiceArtificial Intelligence As a Service
Artificial Intelligence As a ServiceJohn Liu
 
Level Up Your Skills to Lead IT Projects Successfully
Level Up Your Skills to Lead IT Projects SuccessfullyLevel Up Your Skills to Lead IT Projects Successfully
Level Up Your Skills to Lead IT Projects SuccessfullyKaali Dass PMP, PhD.
 
Data Virtualization Accelerating Your Data Strategy
Data Virtualization Accelerating Your Data StrategyData Virtualization Accelerating Your Data Strategy
Data Virtualization Accelerating Your Data StrategyDenodo
 
Demystifying Machine Learning for Manufacturing: Data Science for all
Demystifying Machine Learning for Manufacturing: Data Science for allDemystifying Machine Learning for Manufacturing: Data Science for all
Demystifying Machine Learning for Manufacturing: Data Science for allInfosys
 
Day 2 aziz apj aziz_big_datakeynote_press
Day 2 aziz apj aziz_big_datakeynote_pressDay 2 aziz apj aziz_big_datakeynote_press
Day 2 aziz apj aziz_big_datakeynote_pressIntelAPAC
 
Data Virtualization - Enabling Next Generation Analytics
Data Virtualization - Enabling Next Generation AnalyticsData Virtualization - Enabling Next Generation Analytics
Data Virtualization - Enabling Next Generation AnalyticsDenodo
 
Executing on the promise of the Internet of Things (IoT)
Executing on the promise of the Internet of Things (IoT)Executing on the promise of the Internet of Things (IoT)
Executing on the promise of the Internet of Things (IoT)Dell World
 
Analyst Webinar: Discover how a logical data fabric helps organizations avoid...
Analyst Webinar: Discover how a logical data fabric helps organizations avoid...Analyst Webinar: Discover how a logical data fabric helps organizations avoid...
Analyst Webinar: Discover how a logical data fabric helps organizations avoid...Denodo
 
Gse uk-cedrinemadera-2018-shared
Gse uk-cedrinemadera-2018-sharedGse uk-cedrinemadera-2018-shared
Gse uk-cedrinemadera-2018-sharedcedrinemadera
 
3 джозеп курто превращаем вашу организацию в big data компанию
3 джозеп курто превращаем вашу организацию в big data компанию3 джозеп курто превращаем вашу организацию в big data компанию
3 джозеп курто превращаем вашу организацию в big data компаниюantishmanti
 
Why Everything You Know About bigdata Is A Lie
Why Everything You Know About bigdata Is A LieWhy Everything You Know About bigdata Is A Lie
Why Everything You Know About bigdata Is A LieSunil Ranka
 
Future of Data Strategy (ASEAN)
Future of Data Strategy (ASEAN)Future of Data Strategy (ASEAN)
Future of Data Strategy (ASEAN)Denodo
 
MLOps - Build pipelines with Tensor Flow Extended & Kubeflow
MLOps - Build pipelines with Tensor Flow Extended & KubeflowMLOps - Build pipelines with Tensor Flow Extended & Kubeflow
MLOps - Build pipelines with Tensor Flow Extended & KubeflowJan Kirenz
 
Artificial intelligence capabilities overview yashowardhan sowale cwin18-india
Artificial intelligence capabilities overview yashowardhan sowale cwin18-indiaArtificial intelligence capabilities overview yashowardhan sowale cwin18-india
Artificial intelligence capabilities overview yashowardhan sowale cwin18-indiaCapgemini
 
ADV Slides: How to Improve Your Analytic Data Architecture Maturity
ADV Slides: How to Improve Your Analytic Data Architecture MaturityADV Slides: How to Improve Your Analytic Data Architecture Maturity
ADV Slides: How to Improve Your Analytic Data Architecture MaturityDATAVERSITY
 

Similar to Towards the Industrialization of AI (20)

DataOps - Big Data and AI World London - March 2020 - Harvinder Atwal
DataOps - Big Data and AI World London - March 2020 - Harvinder AtwalDataOps - Big Data and AI World London - March 2020 - Harvinder Atwal
DataOps - Big Data and AI World London - March 2020 - Harvinder Atwal
 
Activate Your Data Lakehouse with an Enterprise Knowledge Graph
Activate Your Data Lakehouse with an Enterprise Knowledge GraphActivate Your Data Lakehouse with an Enterprise Knowledge Graph
Activate Your Data Lakehouse with an Enterprise Knowledge Graph
 
Brainstorm:KC 2016
Brainstorm:KC 2016Brainstorm:KC 2016
Brainstorm:KC 2016
 
Artificial Intelligence As a Service
Artificial Intelligence As a ServiceArtificial Intelligence As a Service
Artificial Intelligence As a Service
 
Level Up Your Skills to Lead IT Projects Successfully
Level Up Your Skills to Lead IT Projects SuccessfullyLevel Up Your Skills to Lead IT Projects Successfully
Level Up Your Skills to Lead IT Projects Successfully
 
Data Virtualization Accelerating Your Data Strategy
Data Virtualization Accelerating Your Data StrategyData Virtualization Accelerating Your Data Strategy
Data Virtualization Accelerating Your Data Strategy
 
Demystifying Machine Learning for Manufacturing: Data Science for all
Demystifying Machine Learning for Manufacturing: Data Science for allDemystifying Machine Learning for Manufacturing: Data Science for all
Demystifying Machine Learning for Manufacturing: Data Science for all
 
Challenges of Executing AI
Challenges of Executing AIChallenges of Executing AI
Challenges of Executing AI
 
Day 2 aziz apj aziz_big_datakeynote_press
Day 2 aziz apj aziz_big_datakeynote_pressDay 2 aziz apj aziz_big_datakeynote_press
Day 2 aziz apj aziz_big_datakeynote_press
 
Data Virtualization - Enabling Next Generation Analytics
Data Virtualization - Enabling Next Generation AnalyticsData Virtualization - Enabling Next Generation Analytics
Data Virtualization - Enabling Next Generation Analytics
 
Executing on the promise of the Internet of Things (IoT)
Executing on the promise of the Internet of Things (IoT)Executing on the promise of the Internet of Things (IoT)
Executing on the promise of the Internet of Things (IoT)
 
Analyst Webinar: Discover how a logical data fabric helps organizations avoid...
Analyst Webinar: Discover how a logical data fabric helps organizations avoid...Analyst Webinar: Discover how a logical data fabric helps organizations avoid...
Analyst Webinar: Discover how a logical data fabric helps organizations avoid...
 
Gse uk-cedrinemadera-2018-shared
Gse uk-cedrinemadera-2018-sharedGse uk-cedrinemadera-2018-shared
Gse uk-cedrinemadera-2018-shared
 
3 джозеп курто превращаем вашу организацию в big data компанию
3 джозеп курто превращаем вашу организацию в big data компанию3 джозеп курто превращаем вашу организацию в big data компанию
3 джозеп курто превращаем вашу организацию в big data компанию
 
Why Everything You Know About bigdata Is A Lie
Why Everything You Know About bigdata Is A LieWhy Everything You Know About bigdata Is A Lie
Why Everything You Know About bigdata Is A Lie
 
Just ask Watson Seminar
Just ask Watson SeminarJust ask Watson Seminar
Just ask Watson Seminar
 
Future of Data Strategy (ASEAN)
Future of Data Strategy (ASEAN)Future of Data Strategy (ASEAN)
Future of Data Strategy (ASEAN)
 
MLOps - Build pipelines with Tensor Flow Extended & Kubeflow
MLOps - Build pipelines with Tensor Flow Extended & KubeflowMLOps - Build pipelines with Tensor Flow Extended & Kubeflow
MLOps - Build pipelines with Tensor Flow Extended & Kubeflow
 
Artificial intelligence capabilities overview yashowardhan sowale cwin18-india
Artificial intelligence capabilities overview yashowardhan sowale cwin18-indiaArtificial intelligence capabilities overview yashowardhan sowale cwin18-india
Artificial intelligence capabilities overview yashowardhan sowale cwin18-india
 
ADV Slides: How to Improve Your Analytic Data Architecture Maturity
ADV Slides: How to Improve Your Analytic Data Architecture MaturityADV Slides: How to Improve Your Analytic Data Architecture Maturity
ADV Slides: How to Improve Your Analytic Data Architecture Maturity
 

Recently uploaded

B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSAishani27
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...Suhani Kapoor
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
Data Warehouse , Data Cube Computation
Data Warehouse   , Data Cube ComputationData Warehouse   , Data Cube Computation
Data Warehouse , Data Cube Computationsit20ad004
 

Recently uploaded (20)

B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICS
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
Russian Call Girls Dwarka Sector 15 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Dwarka Sector 15 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...Russian Call Girls Dwarka Sector 15 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Dwarka Sector 15 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
Data Warehouse , Data Cube Computation
Data Warehouse   , Data Cube ComputationData Warehouse   , Data Cube Computation
Data Warehouse , Data Cube Computation
 

Towards the Industrialization of AI

  • 1. FUTUREWEI TECHNOLOGIES, INC Towards the Industrialization of AI Hui Lei, PhD, FIEEE VP and CTO, Cloud and Big Data Futurewei Technologies
  • 2. FUTUREWEI TECHNOLOGIES, INCFUTUREWEI TECHNOLOGIES, INC Page 2 The Enterprise Uptake of AI • AI augmentation will recover 6.2 billion hours of worker productivity in 2021 (Gartner) • AI will contribute $15.7 trillion to global economy in 2030 and increase GDP by 14% (PWC) • More than 80% of organizations view AI as a strategic opportunity (MIT Sloan) The Promise • Only a quarter of survey respondents have revenue- bearing AI projects in production (O’Reilly) • A majority of companies use less than one-tenth of their digital budget towards AI (McKinsey) • By 2022, just 15% of use cases leveraging AI and involving edge or IoT will be successful (Gartner) The Reality Surprise! ML is not a major challenge in AI adoption
  • 3. FUTUREWEI TECHNOLOGIES, INC PageFUTUREWEI TECHNOLOGIES, INC Page 3 Challenges in AI Adoption ▪ Silos • Functional silos hinder e2e integration • Project silos result in duplicate efforts ▪ Skills • Data scientists for building models • Engineering skills in data, SW, and IT ▪ Infrastructure • Disparate environments and tools • Hybrid multicloud is the norm ▪ Data • 4 V’s: volume, velocity, variety, veracity • Data integration and wrangling ▪ Trust • Regulation compliance • AI fairness and explainability Source: Enterprise Strategy Group
  • 4. FUTUREWEI TECHNOLOGIES, INCFUTUREWEI TECHNOLOGIES, INC Page 4 “Garbage In, Garbage Out” [George Fuechsel] The Issue of Data Quality ■ Data quality is a key challenge in AI › Only 3% of Companies’ data meets basic quality standards (Harvard Business Review) › On average, 47% of newly-created data records have at least one critical error (HBR) › The estimated financial impact of poor data quality is $15M a year on average (Gartner) › 60% of decision makers cite data quality as their top challenge when trying to deliver AI capabilities (Forrester) ■ Data quality problems may arise throughout the data pipeline Missing values Invalid values Inaccurate or uncertain data Duplicate or inconsistent records Hard deletes … Source Problems Uncoordinated schema change Change in data meaning Time zone inconsistency Stale data Unavailable data sources … Ingestion Problems Discrepancy in data models Contradicting data values Differences in semantics Mismatched records Biased data … Integration Problems
  • 5. FUTUREWEI TECHNOLOGIES, INC PageFUTUREWEI TECHNOLOGIES, INC Page 5 “It Is in the Pipeline” [Idiom] The Issue of Insight Generation KNN Naïve Bayse Decision Tree SVM Combined Prediction Prediction Video Analysis Language Identification Image Classification French Translation Chinese Translation Social Media Processing Image Processing Cropping & Resizing AlexNet ResNet-50 ResNet-152 ■ The need for insight pipelines › Data pre-processing › Model ensemble › Model cascade › Control logic › Data post-processing ■ Benefits of a pipeline approach › Accuracy › Throughput › Robustness › Fairness › Simplicity › Cost efficiency ■ Real-time insight against high-speed data streams
  • 6. FUTUREWEI TECHNOLOGIES, INC PageFUTUREWEI TECHNOLOGIES, INC Page 6 “Variety, Multiplicity Are the Two Most Powerful Vehicles of Lust” [M de Sade] The Issue of Hybrid Multicloud ■ Enterprises are adopting a hybid multicloud strategy ■ AI use cases in hybrid multicloud › Train with proprietary data on-prem and deploy on public cloud › Train on public cloud with specialized hardware (GPUs) and deploy on-prem › Train on public or private cloud and deploy on IoT devices or the edge for privacy and scalability › Input data distributed across public cloud and different organizations › Collaborating models deployed across multiple clouds due to data residency or performance constraints ■ Implications: model portability, geofencing, end-to-end management, performance # of Clouds Average Median Using 3.4 3.0 Experimenting 1.5 1.0 Total 4.9 4.0 Source: RightScale
  • 7. FUTUREWEI TECHNOLOGIES, INC PageFUTUREWEI TECHNOLOGIES, INC Page 7 Provisioning Rapid spin-up of various environments Flexible deployment of data and ML tools Fast-paced algorithmic experimentation Heterogeneity Variety in data and ML frameworks Disparate and distributed data sources Hybrid multicloud Performance Application-specific SLOs Real-time live data streams Processing and transfer of big data Cost Resource over-provisioning Sticky resource allocation Dependability on IT team Infrastructure “Automation Is Good, If You Know Where to Put the Machine” [E Goldratt] The Issue of AI Infrastructure
  • 8. FUTUREWEI TECHNOLOGIES, INCFUTUREWEI TECHNOLOGIES, INC Page 8 “What Is Difficult Is Being Just” [Victor Hugo] The Issue of Fairness ■ Fairness is an ever important concern for ML models › High-stake applications: hiring, lending, recidivism prediction, … › Biased ML models hurt minority or historically disadvantaged groups › Model bias arises from bias in training data ■ Fairness is a complex concept › Many definitions, with very different outcomes » 21 mathematical definitions by A. Narayanan › Impossible to satisfy all definitions of fairness at the same time ■ Bias mitigation approaches › Pre-processing: modify the input data › In-processing: modify the machine learning algorithm › Post-processing: modify the output of a model The Impossibility Theorem: It is impossible to have all of Predictive Rate Parity, False-Positive Rate Balance, and False Negative Rate Balance except in degenerate cases [Chouldechova 2017; Kleinberg et al. 2017] . Some definitions of fairness Unawareness: protected attributes are excluded from features in training Individual fairness: similar individuals receive similar treatments or outcomes Group fairness: groups defined by protected attributes receive similar treatments or outcomes Predictive rate parity: the fraction of correct positive predictions should be the same across groups False-positive rate balance: false-positive rates should be the same across groups False-negative rate balance: false-negative rates should be the same across groups Counterfactual fairness: decision remains the same even if a protected attribute assumes a counterfactual value
  • 9. FUTUREWEI TECHNOLOGIES, INCFUTUREWEI TECHNOLOGIES, INC Page 9 “Trust Takes Years to Build and Seconds to Break” [Proverb] The Issue of Explainability ■ Explainability is key to establishing trust in AI › Help ensure safety in complex and critical tasks › Discover unintended bias and guard against discrimination › Identify mismatched objectives to avoid suboptimal decisions › Gain understanding to improve results ■ Different personas impose different requirements › Government auditors › Consumers › Data subjects › Domain experts › Application developers ■ Most model explanations assume a black-box model Explanations as samples Samples in terms of prototypes and criticisms Explanations as features Disentangled meaningful features Self-explaining model Persona-specific explanations Intrinsic model Easy to understand rules Explanations based on samples Contrafactual instances Explanations based on features Anchor explanations Contrastive explanations Surrogate model Learning a new interpretable model Understanding Data Understanding a Model Local Explanations Global Explanations Direct Explanations Pos hoc Explanations
  • 10. FUTUREWEI TECHNOLOGIES, INCFUTUREWEI TECHNOLOGIES, INC Page 10 “Continuous Improvement Is Better Than Delayed Perfection” [Mark Twain] The Issue of CICD Traditional Applications AI Applications Development artifacts are just code Development artifacts include code, datasets, and models Requires software engineering and IT skills Requires data engineering, software engineering, ML and IT skills Integration triggered by code change Integration triggered by code/data/model change Integration and delivery through a single CICD process Data, model and insight pipelines are integrated and delivered separately Artifacts change at relatively low frequency Artifacts change continually due to data and model shifts Small number of artifact versions that evolve linearly Huge number of nonlinear artifact versions due to model tuning / retraining Application configurations specified by humans Model parameters obtained from training Monitoring of application performance Monitoring of pipeline performance, data and model quality CICD Process Develop Integrate Deliver Execute Dev Artifact Repository ???
  • 11. FUTUREWEI TECHNOLOGIES, INCFUTUREWEI TECHNOLOGIES, INC Page 11 Wenju: A First-Of-A-Kind Enterprise AI Platform Business Processes Data Pipelines Model Pipelines Insight Pipelines Processes for producing datasets used by machine learning Processes for training and optimizing machine learning models Processes for deriving business insight through analytics and inference Infrastructure Management Data & Model Governance Continuous Integration & Delivery Hybrid Multicloud Enablement Integrated Platform for Entire Solution Team
  • 12. FUTUREWEI TECHNOLOGIES, INCFUTUREWEI TECHNOLOGIES, INC Page 12 Infrastructure Management Pipeline Lifecycle Management Define Build Test Deploy Operate Data Pipelines Model Pipelines Insight Pipelines Catalog Traceability Trust QualityPrivacy Dataset Repository Model Repository Pipeline Repository Asset Management Provision ScaleInstall Optimize Update Data Integration Tools Machine Learning ToolsData Analytics Tools Bare Metal Virtual Machines Docker Containers Serverless Functions On-Prem Private Cloud Public Cloud Edge IoT Devices Metadata Repository Service Management Tenants Users Projects Security Resilience Metering Monitoring Portal Dashboard Conceptual Architecture
  • 13. FUTUREWEI TECHNOLOGIES, INCFUTUREWEI TECHNOLOGIES, INC Page 13 Wenju’s Responses to Challenges in Enterprise AI Wenju Features ■ Integrated and consistent experience for the entire solution team ■ Simplified development and operations via policies and templates ■ Turnkey infrastructure provisioning and SLO-driven optimization ■ Enablement of pipeline distribution across hybrid multicloud ■ Real-time prediction pipeline against high-speed data streams ■ Unified management and governance of data and models Challenges ▪ Silos • Functional silos hinder e2e integration • Project silos result in duplicate efforts ▪ Skills • Data scientists for building models • Engineering skills in data, SW, and IT ▪ Infrastructure • Disparate environments and tools • Hybrid multicloud is the norm ▪ Data • 4 V’s: volume, velocity, variety, veracity • Data integration and wrangling ▪ Trust • Regulation compliance • AI fairness and explainability