SlideShare a Scribd company logo
1 of 39
Getting your Supply Chain
Back on Track with AI
Meetup: Jun 2, 2020
Karthik Guruswamy
H2O.ai
Confidential2
• H2O.ai – Our Response to COVID-19
• Supply Chain in the COVID-19 Era
• Tech. Debt with Shortage of Time, Talent and Trust
• Augmenting COVID-19 data in AI/ML models
• Short Term Predictions vs Long Term What-if Scenarios
• Daily/Hourly Predictions - Demand Sensing
• Driverless AI – Time Series Forecasting
• Q – Demand Sensing
• Q & A
Topics
Confidential3
How H2O.ai is Contributing to Solving COVID-19
Expertise
H2O.ai’s data science experts
are contributing their
knowledge to solve pressing
problems with the pandemic
AI Platforms
H2O.ai is contributing its
Driverless AI and Q platform
to model, predict, and
visualize data sets
Sri Ambati
CEO and Founder, H2O.ai
1. Hospital staffing predictions
2. ICU transfers and triage
3. Population risk segmentation
4. Predicting the spread of COVID-19.
5. Predicting operational efficiency and
resilience during a pandemic
6. Hospital supply chain predictions
7. Predicting responses by city,
hospitals
8. Sepsis predictions
Problems we are solving
“
Data Sets
H2O.ai is evaluating global
and open health data sets to
determine patterns
“Data Science can save
lives today. AI is an
incredible force to do
good for humanity.”
AI Solutions
H2O.ai is creating pandemic
and health specific solutions
for general use
Confidential4
• Unprecedented disruption to Supply Chain happening last few
months
– Quick recovery very difficult, unless acted on it proactively and with the right
tools and approach
• Disruption across Models and Processes around:
– Manufacturing, Warehouse Mgmt, Transportation, Distribution, Logistics,
Inventory, Procurement, Demand sensing & Cash Flow
• Through and Post COVID-19 disruption
– Diminished or sudden increase in demand for consumption of
household/industrial
– More Household Supplies, Groceries, PPE, Baking Goods, Alcohol, Frozen Food …
– Less Automotive, Shaving Products, Flowers, Makeup
– Emerging demand for new type of products and services
• What happens if there is a second wave ?
Supply Chain in COVID-19 Era
Confidential5
• AI/ML models that were manually crafted with Agile projects are
increasingly subject to stress
– Underlying assumptions/ecosystem/macro-economic environment has changed.
– New features have to be now created/back tested
– Never one size fits all – COVID cases change from state to state, country to
country!
– Where is the historical data ?
• Cannot afford to build new AI/ML models with the same methods and
timelines as situation changes every other week
• Becomes even more difficult to:
– Find time to train and deploy short-lived models with HIGHEST ACCURACY
– Talent to find and test new features as domain expertise is not fully reusable
– Trust the models and get insights each week on what’s impacting predictions!
Tech. Debt with Shortage of Time, Talent and Trust
Confidential6
• Kaggle GMs who work for H2O.ai have created power-growth models and made it
to the leaderboard here over multiple weeks of competition.
Incorporating COVID-19 data in AI/ML Models
Confidential7
• Power Growth models are great for forecasting and incorporates various
free parameters to model the infection rate.
• Epidemiological Models such as SEIRD can also be used on existing data
using different parameters
– SEIRD – Susceptible, Exposed, Infected, Recovered, Dead
• The next version of Driverless AI 1.9.0 will incorporate a SEIRD
transformer, where you can supply a range of parameters to optimize and
have a Driverless AI fit a model:
– SEIRD predicted - actual (residuals)
• Short term historical data + future predictions of infections etc., can be
incorporated into time series models.
• Other aspects of govt policy on lock downs, mandatory social distancing,
quarantines for the affected etc., can be creatively factored into the models
Incorporating COVID-19 data in AI/ML Models
Confidential8
• Data such as
– Unemployment Claims, Consumer Price Index, Producer
Price Index etc.,
– Mobility data – Migration data of city dwellers to rural areas
– Any other data that that your organization already has
access to, that will apply to supply chain
Incorporating Additional Macroeconomic Data
Confidential9
• Short Term models can be Power Growth models or a
SEIRD type model or a SEIRD transformer that works with
Auto-ML!
• Data can be provided from last X weeks with input from
COVID-19 data and then help forecast
• Long Term models is where the uncertainty plays a very
big role as there is no historic data to determine if a
subsequent wave of infections will occur, etc.,
• What-if simulations however come to help where the
business can allow a range of inputs and see how the
estimates can play out!
Short Term vs Long Term
© Can Stock Photo / abluecup
Confidential10
• Forecast models for short term are great (next week
forecast for instance)
• But what if situation changes Daily or Hourly ?
– We need Demand Sensing!
• Demand Sensing can alter existing short-term time
series predictions and adjust for day to day, hour to
hour or even near real-time
Daily/Hourly Predictions -> Demand Sensing
Confidential11
Driverless AI – Time
Series Forecasting
Confidential12
Confidential13
Confidential14
• Account for the forecasting gap (if any) and forecast horizon
• Robust time-series cross validation scheme – back testing
• Automatic handling of time group columns
• Time-series specific feature transformations
• Incorporate exogenous variables – COVID #s as an example
• Integration with your own forecasting feature, model, cost function
• Explain a forecast value with Shapley
Time Series Forecasting with Driverless AI
Confidential15
Confidential16
Confidential17
Confidential18
Confidential19
Confidential20
Confidential21
Confidential22
Confidential23
Feature Transformations for Forecasting
• Aggregate lag based features, eg. Exponential Moving Average
• Interaction of lags: lag1 - lag2
• Target Transformations: e.g., sqrt, log
• Decomposing the Date Column, e.g. Day of the Month, isHoliday
• Drop-out regularization : randomly remove lag features
Confidential24
Confidential25
Confidential26
Q – Demand Sensing
Confidential27
Demand Sensing
Time Series forecast provides predictions for the sales next X number of weeks and can run every week. The
current crisis will almost always affect the forthcoming sales. Forecasts #s can be updated to produce a second
prediction/correction of the sales of the Y number of weeks and can be run daily/hourly. These daily/hourly data
could be new COVID cases, POS sales, social media data (tweets) etc.
Confidential28
Q and Q Apps
Confidential29
Confidential30
Q Capabilities
• Analytical Database - Store data in a format that supports ad-hoc interactive
querying
• Data Prep - Merge/Join multiple data sources or transform data
• Search/Visualization - Find, filter, understand data. Visualize in ad-hoc ways
• Dashboards/Reports - Save or bookmark findings and share with others
• Integration with Driverless AI
• App SDK/Store – Author interactive apps or use existing apps
Confidential31
Q Data Prep
• Data pre-processing pipeline:
• Formulas (mathematical, string etc.) to create new columns.
• Text cleansing – stop word removal, stemming, punctuation and symbol removal etc.
• Merge and join tables.
Confidential32
Q Search
•
Confidential33
Q Notebooks
Confidential34
Q Apps
Confidential35
Q Apps
• Programmed in 100% pure Python
• No front-end programming (HTML/Javascript/CSS) required
• No need to reason about client-server / distributed architecture
• Apps run in parallel, managed by Q scheduler
• Full-fledged workflow engine
• Apps run in isolated venv, light on resources (no Kubernetes / Docker required)
Confidential36
Q Demand Sensing for sales
forecasting uses augmented COVID-
19 data. It can help a company
forecast the sales for different SKUs
filtered by region/customer/brands.
The forecasting model uses sensing
variables such as – COVID-19
cases, social sentiment and more.
The Q Demand Sensing app then
shows the impact on sales with or
without sensing variables.
Demand Sensing with COVID-19 Data: Q AI App
A New AI App that Forecasts Sales with Augmented Data
Confidential37
Mortgage Lending with COVID-19 Data: Q AI App
One-Click
Scenario
Analysis &
Catastrophe
Modeling
The new Q
Mortgage Lending
app, uses a banks
data and
augments that
with
unemployment or
demographic data
to quickly
determine and
predict default on
loans – in other
words, a new risk
prediction with
COVID-19 data.
Confidential38
Confidential39
Q & A
http://bit.ly/try-driverlessAI
Take Driverless AI for a Test
Drive

More Related Content

What's hot

Digital Decisioning for the New Decade - 2020 and Beyond
Digital Decisioning for the New Decade - 2020 and BeyondDigital Decisioning for the New Decade - 2020 and Beyond
Digital Decisioning for the New Decade - 2020 and BeyondSCL HUB Conference
 
Accelerate ML Deployment with H2O Driverless AI on AWS
Accelerate ML Deployment with H2O Driverless AI on AWSAccelerate ML Deployment with H2O Driverless AI on AWS
Accelerate ML Deployment with H2O Driverless AI on AWSSri Ambati
 
From Rapid Prototypes to an end-to-end Model Deployment: an AI Hedge Fund Use...
From Rapid Prototypes to an end-to-end Model Deployment: an AI Hedge Fund Use...From Rapid Prototypes to an end-to-end Model Deployment: an AI Hedge Fund Use...
From Rapid Prototypes to an end-to-end Model Deployment: an AI Hedge Fund Use...Sri Ambati
 
Data science with python certification training course with
Data science with python certification training course withData science with python certification training course with
Data science with python certification training course withkiruthikab6
 
Accelerating AI Adoption with Partners
Accelerating AI Adoption with PartnersAccelerating AI Adoption with Partners
Accelerating AI Adoption with PartnersSri Ambati
 
AI Solutions in Manufacturing
AI Solutions in ManufacturingAI Solutions in Manufacturing
AI Solutions in ManufacturingSri Ambati
 
Amitpal Tagore, Integral Ad Science - Leveraging Data for Successful Ad Campa...
Amitpal Tagore, Integral Ad Science - Leveraging Data for Successful Ad Campa...Amitpal Tagore, Integral Ad Science - Leveraging Data for Successful Ad Campa...
Amitpal Tagore, Integral Ad Science - Leveraging Data for Successful Ad Campa...Sri Ambati
 
Introduction & Hands-on with H2O Driverless AI
Introduction & Hands-on with H2O Driverless AIIntroduction & Hands-on with H2O Driverless AI
Introduction & Hands-on with H2O Driverless AISri Ambati
 
Keynote by Mike Gualtieri, Forrester Research - Making AI Happen Without Gett...
Keynote by Mike Gualtieri, Forrester Research - Making AI Happen Without Gett...Keynote by Mike Gualtieri, Forrester Research - Making AI Happen Without Gett...
Keynote by Mike Gualtieri, Forrester Research - Making AI Happen Without Gett...Sri Ambati
 
Robert Coop, Stanley Black & Decker - Optimizing Manufacturing with Driverles...
Robert Coop, Stanley Black & Decker - Optimizing Manufacturing with Driverles...Robert Coop, Stanley Black & Decker - Optimizing Manufacturing with Driverles...
Robert Coop, Stanley Black & Decker - Optimizing Manufacturing with Driverles...Sri Ambati
 
Big Data LDN 2018: THE PATH TO ENTERPRISE AI: TALES FROM THE FIELD
Big Data LDN 2018: THE PATH TO ENTERPRISE AI: TALES FROM THE FIELDBig Data LDN 2018: THE PATH TO ENTERPRISE AI: TALES FROM THE FIELD
Big Data LDN 2018: THE PATH TO ENTERPRISE AI: TALES FROM THE FIELDMatt Stubbs
 
Manufacturing & Supply Chain Analytics Use Cases
Manufacturing & Supply Chain Analytics Use CasesManufacturing & Supply Chain Analytics Use Cases
Manufacturing & Supply Chain Analytics Use CasesRishabh Rai
 
Meg Mude, Intel - Data Engineering Lifecycle Optimized on Intel - H2O World S...
Meg Mude, Intel - Data Engineering Lifecycle Optimized on Intel - H2O World S...Meg Mude, Intel - Data Engineering Lifecycle Optimized on Intel - H2O World S...
Meg Mude, Intel - Data Engineering Lifecycle Optimized on Intel - H2O World S...Sri Ambati
 
AI for Manufacturing (Machine Vision, Edge AI, Federated Learning)
AI for Manufacturing (Machine Vision, Edge AI, Federated Learning)AI for Manufacturing (Machine Vision, Edge AI, Federated Learning)
AI for Manufacturing (Machine Vision, Edge AI, Federated Learning)byteLAKE
 
Big Data LDN 2018: ACCELERATING YOUR ANALYTICS JOURNEY WITH REAL-TIME AI
Big Data LDN 2018: ACCELERATING YOUR ANALYTICS JOURNEY WITH REAL-TIME AIBig Data LDN 2018: ACCELERATING YOUR ANALYTICS JOURNEY WITH REAL-TIME AI
Big Data LDN 2018: ACCELERATING YOUR ANALYTICS JOURNEY WITH REAL-TIME AIMatt Stubbs
 
Fueling AI & Machine Learning: Legacy Data as a Competitive Advantage
Fueling AI & Machine Learning: Legacy Data as a Competitive AdvantageFueling AI & Machine Learning: Legacy Data as a Competitive Advantage
Fueling AI & Machine Learning: Legacy Data as a Competitive AdvantagePrecisely
 
Supply Chain and Logistics Management with Graph & AI
Supply Chain and Logistics Management with Graph & AISupply Chain and Logistics Management with Graph & AI
Supply Chain and Logistics Management with Graph & AITigerGraph
 
Transformacion del Negocio Financiero por medio de Tecnologias Cloud
Transformacion del Negocio Financiero por medio de Tecnologias CloudTransformacion del Negocio Financiero por medio de Tecnologias Cloud
Transformacion del Negocio Financiero por medio de Tecnologias CloudRaul Goycoolea Seoane
 
A Look Under the Hood of H2O Driverless AI
A Look Under the Hood of H2O Driverless AIA Look Under the Hood of H2O Driverless AI
A Look Under the Hood of H2O Driverless AISri Ambati
 

What's hot (20)

Digital Decisioning for the New Decade - 2020 and Beyond
Digital Decisioning for the New Decade - 2020 and BeyondDigital Decisioning for the New Decade - 2020 and Beyond
Digital Decisioning for the New Decade - 2020 and Beyond
 
Accelerate ML Deployment with H2O Driverless AI on AWS
Accelerate ML Deployment with H2O Driverless AI on AWSAccelerate ML Deployment with H2O Driverless AI on AWS
Accelerate ML Deployment with H2O Driverless AI on AWS
 
From Rapid Prototypes to an end-to-end Model Deployment: an AI Hedge Fund Use...
From Rapid Prototypes to an end-to-end Model Deployment: an AI Hedge Fund Use...From Rapid Prototypes to an end-to-end Model Deployment: an AI Hedge Fund Use...
From Rapid Prototypes to an end-to-end Model Deployment: an AI Hedge Fund Use...
 
Data science with python certification training course with
Data science with python certification training course withData science with python certification training course with
Data science with python certification training course with
 
Accelerating AI Adoption with Partners
Accelerating AI Adoption with PartnersAccelerating AI Adoption with Partners
Accelerating AI Adoption with Partners
 
AI Solutions in Manufacturing
AI Solutions in ManufacturingAI Solutions in Manufacturing
AI Solutions in Manufacturing
 
Amitpal Tagore, Integral Ad Science - Leveraging Data for Successful Ad Campa...
Amitpal Tagore, Integral Ad Science - Leveraging Data for Successful Ad Campa...Amitpal Tagore, Integral Ad Science - Leveraging Data for Successful Ad Campa...
Amitpal Tagore, Integral Ad Science - Leveraging Data for Successful Ad Campa...
 
Introduction & Hands-on with H2O Driverless AI
Introduction & Hands-on with H2O Driverless AIIntroduction & Hands-on with H2O Driverless AI
Introduction & Hands-on with H2O Driverless AI
 
Keynote by Mike Gualtieri, Forrester Research - Making AI Happen Without Gett...
Keynote by Mike Gualtieri, Forrester Research - Making AI Happen Without Gett...Keynote by Mike Gualtieri, Forrester Research - Making AI Happen Without Gett...
Keynote by Mike Gualtieri, Forrester Research - Making AI Happen Without Gett...
 
Robert Coop, Stanley Black & Decker - Optimizing Manufacturing with Driverles...
Robert Coop, Stanley Black & Decker - Optimizing Manufacturing with Driverles...Robert Coop, Stanley Black & Decker - Optimizing Manufacturing with Driverles...
Robert Coop, Stanley Black & Decker - Optimizing Manufacturing with Driverles...
 
AI is a Team Sport
AI is a Team SportAI is a Team Sport
AI is a Team Sport
 
Big Data LDN 2018: THE PATH TO ENTERPRISE AI: TALES FROM THE FIELD
Big Data LDN 2018: THE PATH TO ENTERPRISE AI: TALES FROM THE FIELDBig Data LDN 2018: THE PATH TO ENTERPRISE AI: TALES FROM THE FIELD
Big Data LDN 2018: THE PATH TO ENTERPRISE AI: TALES FROM THE FIELD
 
Manufacturing & Supply Chain Analytics Use Cases
Manufacturing & Supply Chain Analytics Use CasesManufacturing & Supply Chain Analytics Use Cases
Manufacturing & Supply Chain Analytics Use Cases
 
Meg Mude, Intel - Data Engineering Lifecycle Optimized on Intel - H2O World S...
Meg Mude, Intel - Data Engineering Lifecycle Optimized on Intel - H2O World S...Meg Mude, Intel - Data Engineering Lifecycle Optimized on Intel - H2O World S...
Meg Mude, Intel - Data Engineering Lifecycle Optimized on Intel - H2O World S...
 
AI for Manufacturing (Machine Vision, Edge AI, Federated Learning)
AI for Manufacturing (Machine Vision, Edge AI, Federated Learning)AI for Manufacturing (Machine Vision, Edge AI, Federated Learning)
AI for Manufacturing (Machine Vision, Edge AI, Federated Learning)
 
Big Data LDN 2018: ACCELERATING YOUR ANALYTICS JOURNEY WITH REAL-TIME AI
Big Data LDN 2018: ACCELERATING YOUR ANALYTICS JOURNEY WITH REAL-TIME AIBig Data LDN 2018: ACCELERATING YOUR ANALYTICS JOURNEY WITH REAL-TIME AI
Big Data LDN 2018: ACCELERATING YOUR ANALYTICS JOURNEY WITH REAL-TIME AI
 
Fueling AI & Machine Learning: Legacy Data as a Competitive Advantage
Fueling AI & Machine Learning: Legacy Data as a Competitive AdvantageFueling AI & Machine Learning: Legacy Data as a Competitive Advantage
Fueling AI & Machine Learning: Legacy Data as a Competitive Advantage
 
Supply Chain and Logistics Management with Graph & AI
Supply Chain and Logistics Management with Graph & AISupply Chain and Logistics Management with Graph & AI
Supply Chain and Logistics Management with Graph & AI
 
Transformacion del Negocio Financiero por medio de Tecnologias Cloud
Transformacion del Negocio Financiero por medio de Tecnologias CloudTransformacion del Negocio Financiero por medio de Tecnologias Cloud
Transformacion del Negocio Financiero por medio de Tecnologias Cloud
 
A Look Under the Hood of H2O Driverless AI
A Look Under the Hood of H2O Driverless AIA Look Under the Hood of H2O Driverless AI
A Look Under the Hood of H2O Driverless AI
 

Similar to Getting Your Supply Chain Back on Track with AI

Coherent - Insurtech Innovation Award 2023
Coherent - Insurtech Innovation Award 2023Coherent - Insurtech Innovation Award 2023
Coherent - Insurtech Innovation Award 2023The Digital Insurer
 
Gain Deep Visibility into APIs and Integrations with Anypoint Monitoring
Gain Deep Visibility into APIs and Integrations with Anypoint MonitoringGain Deep Visibility into APIs and Integrations with Anypoint Monitoring
Gain Deep Visibility into APIs and Integrations with Anypoint MonitoringInfluxData
 
Application Modernization
Application ModernizationApplication Modernization
Application ModernizationSulaiman64
 
Legacy IBM Systems and Splunk: Security, Compliance and Uptime
Legacy IBM Systems and Splunk: Security, Compliance and UptimeLegacy IBM Systems and Splunk: Security, Compliance and Uptime
Legacy IBM Systems and Splunk: Security, Compliance and UptimePrecisely
 
Unlock your core business assets for the hybrid cloud with addi webinar dec...
Unlock your core business assets for the hybrid cloud with addi   webinar dec...Unlock your core business assets for the hybrid cloud with addi   webinar dec...
Unlock your core business assets for the hybrid cloud with addi webinar dec...Sherri Hanna
 
Mobile, Wearables, Big Data and A Strategy to Move Forward (with NTT Data Ent...
Mobile, Wearables, Big Data and A Strategy to Move Forward (with NTT Data Ent...Mobile, Wearables, Big Data and A Strategy to Move Forward (with NTT Data Ent...
Mobile, Wearables, Big Data and A Strategy to Move Forward (with NTT Data Ent...Barcoding, Inc.
 
Disrupting Insurance with Advanced Analytics The Next Generation Carrier
Disrupting Insurance with Advanced Analytics The Next Generation CarrierDisrupting Insurance with Advanced Analytics The Next Generation Carrier
Disrupting Insurance with Advanced Analytics The Next Generation CarrierDataWorks Summit/Hadoop Summit
 
Machine Learning & IT Service Intelligence for the Enterprise: The Future is ...
Machine Learning & IT Service Intelligence for the Enterprise: The Future is ...Machine Learning & IT Service Intelligence for the Enterprise: The Future is ...
Machine Learning & IT Service Intelligence for the Enterprise: The Future is ...Precisely
 
Why you should use Elastic for infrastructure metrics
Why you should use Elastic for infrastructure metricsWhy you should use Elastic for infrastructure metrics
Why you should use Elastic for infrastructure metricsElasticsearch
 
Machine Learning and Analytics Breakout Session
Machine Learning and Analytics Breakout SessionMachine Learning and Analytics Breakout Session
Machine Learning and Analytics Breakout SessionSplunk
 
Analyze billions of records on Salesforce App Cloud with BigObject
Analyze billions of records on Salesforce App Cloud with BigObjectAnalyze billions of records on Salesforce App Cloud with BigObject
Analyze billions of records on Salesforce App Cloud with BigObjectSalesforce Developers
 
AI-Powered Analytics: What It Is and How It’s Powering the Next Generation of...
AI-Powered Analytics: What It Is and How It’s Powering the Next Generation of...AI-Powered Analytics: What It Is and How It’s Powering the Next Generation of...
AI-Powered Analytics: What It Is and How It’s Powering the Next Generation of...Tyler Wishnoff
 
Machine Learning and Analytics Breakout Session
Machine Learning and Analytics Breakout SessionMachine Learning and Analytics Breakout Session
Machine Learning and Analytics Breakout SessionSplunk
 
Machine Learning + Analytics in Splunk
Machine Learning + Analytics in Splunk Machine Learning + Analytics in Splunk
Machine Learning + Analytics in Splunk Splunk
 
apidays LIVE Hong Kong - The Future of Legacy - How to leverage legacy and on...
apidays LIVE Hong Kong - The Future of Legacy - How to leverage legacy and on...apidays LIVE Hong Kong - The Future of Legacy - How to leverage legacy and on...
apidays LIVE Hong Kong - The Future of Legacy - How to leverage legacy and on...apidays
 
How Cisco is Leveraging MuleSoft to Drive Continuous Innovation​ at Enterpris...
How Cisco is Leveraging MuleSoft to Drive Continuous Innovation​ at Enterpris...How Cisco is Leveraging MuleSoft to Drive Continuous Innovation​ at Enterpris...
How Cisco is Leveraging MuleSoft to Drive Continuous Innovation​ at Enterpris...MuleSoft
 
DevOps for Enterprise Systems : Innovate like a Startup
DevOps for Enterprise Systems : Innovate like a StartupDevOps for Enterprise Systems : Innovate like a Startup
DevOps for Enterprise Systems : Innovate like a StartupDevOps for Enterprise Systems
 
Data Analytics in Digital Transformation
Data Analytics in Digital TransformationData Analytics in Digital Transformation
Data Analytics in Digital TransformationMukund Babbar
 

Similar to Getting Your Supply Chain Back on Track with AI (20)

Coherent - Insurtech Innovation Award 2023
Coherent - Insurtech Innovation Award 2023Coherent - Insurtech Innovation Award 2023
Coherent - Insurtech Innovation Award 2023
 
Gain Deep Visibility into APIs and Integrations with Anypoint Monitoring
Gain Deep Visibility into APIs and Integrations with Anypoint MonitoringGain Deep Visibility into APIs and Integrations with Anypoint Monitoring
Gain Deep Visibility into APIs and Integrations with Anypoint Monitoring
 
Application Modernization
Application ModernizationApplication Modernization
Application Modernization
 
Legacy IBM Systems and Splunk: Security, Compliance and Uptime
Legacy IBM Systems and Splunk: Security, Compliance and UptimeLegacy IBM Systems and Splunk: Security, Compliance and Uptime
Legacy IBM Systems and Splunk: Security, Compliance and Uptime
 
Unlock your core business assets for the hybrid cloud with addi webinar dec...
Unlock your core business assets for the hybrid cloud with addi   webinar dec...Unlock your core business assets for the hybrid cloud with addi   webinar dec...
Unlock your core business assets for the hybrid cloud with addi webinar dec...
 
Manufactures whats keeping you up
Manufactures   whats keeping you upManufactures   whats keeping you up
Manufactures whats keeping you up
 
Mobile, Wearables, Big Data and A Strategy to Move Forward (with NTT Data Ent...
Mobile, Wearables, Big Data and A Strategy to Move Forward (with NTT Data Ent...Mobile, Wearables, Big Data and A Strategy to Move Forward (with NTT Data Ent...
Mobile, Wearables, Big Data and A Strategy to Move Forward (with NTT Data Ent...
 
Disrupting Insurance with Advanced Analytics The Next Generation Carrier
Disrupting Insurance with Advanced Analytics The Next Generation CarrierDisrupting Insurance with Advanced Analytics The Next Generation Carrier
Disrupting Insurance with Advanced Analytics The Next Generation Carrier
 
Machine Learning & IT Service Intelligence for the Enterprise: The Future is ...
Machine Learning & IT Service Intelligence for the Enterprise: The Future is ...Machine Learning & IT Service Intelligence for the Enterprise: The Future is ...
Machine Learning & IT Service Intelligence for the Enterprise: The Future is ...
 
Why you should use Elastic for infrastructure metrics
Why you should use Elastic for infrastructure metricsWhy you should use Elastic for infrastructure metrics
Why you should use Elastic for infrastructure metrics
 
Machine Learning and Analytics Breakout Session
Machine Learning and Analytics Breakout SessionMachine Learning and Analytics Breakout Session
Machine Learning and Analytics Breakout Session
 
Analyze billions of records on Salesforce App Cloud with BigObject
Analyze billions of records on Salesforce App Cloud with BigObjectAnalyze billions of records on Salesforce App Cloud with BigObject
Analyze billions of records on Salesforce App Cloud with BigObject
 
AI-Powered Analytics: What It Is and How It’s Powering the Next Generation of...
AI-Powered Analytics: What It Is and How It’s Powering the Next Generation of...AI-Powered Analytics: What It Is and How It’s Powering the Next Generation of...
AI-Powered Analytics: What It Is and How It’s Powering the Next Generation of...
 
Machine Learning and Analytics Breakout Session
Machine Learning and Analytics Breakout SessionMachine Learning and Analytics Breakout Session
Machine Learning and Analytics Breakout Session
 
Machine Learning + Analytics in Splunk
Machine Learning + Analytics in Splunk Machine Learning + Analytics in Splunk
Machine Learning + Analytics in Splunk
 
AI, ML ,IIOT in steel plant
AI, ML ,IIOT in steel plantAI, ML ,IIOT in steel plant
AI, ML ,IIOT in steel plant
 
apidays LIVE Hong Kong - The Future of Legacy - How to leverage legacy and on...
apidays LIVE Hong Kong - The Future of Legacy - How to leverage legacy and on...apidays LIVE Hong Kong - The Future of Legacy - How to leverage legacy and on...
apidays LIVE Hong Kong - The Future of Legacy - How to leverage legacy and on...
 
How Cisco is Leveraging MuleSoft to Drive Continuous Innovation​ at Enterpris...
How Cisco is Leveraging MuleSoft to Drive Continuous Innovation​ at Enterpris...How Cisco is Leveraging MuleSoft to Drive Continuous Innovation​ at Enterpris...
How Cisco is Leveraging MuleSoft to Drive Continuous Innovation​ at Enterpris...
 
DevOps for Enterprise Systems : Innovate like a Startup
DevOps for Enterprise Systems : Innovate like a StartupDevOps for Enterprise Systems : Innovate like a Startup
DevOps for Enterprise Systems : Innovate like a Startup
 
Data Analytics in Digital Transformation
Data Analytics in Digital TransformationData Analytics in Digital Transformation
Data Analytics in Digital Transformation
 

More from Sri Ambati

H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Generative AI Masterclass - Model Risk Management.pptx
Generative AI Masterclass - Model Risk Management.pptxGenerative AI Masterclass - Model Risk Management.pptx
Generative AI Masterclass - Model Risk Management.pptxSri Ambati
 
AI and the Future of Software Development: A Sneak Peek
AI and the Future of Software Development: A Sneak Peek AI and the Future of Software Development: A Sneak Peek
AI and the Future of Software Development: A Sneak Peek Sri Ambati
 
LLMOps: Match report from the top of the 5th
LLMOps: Match report from the top of the 5thLLMOps: Match report from the top of the 5th
LLMOps: Match report from the top of the 5thSri Ambati
 
Building, Evaluating, and Optimizing your RAG App for Production
Building, Evaluating, and Optimizing your RAG App for ProductionBuilding, Evaluating, and Optimizing your RAG App for Production
Building, Evaluating, and Optimizing your RAG App for ProductionSri Ambati
 
Building LLM Solutions using Open Source and Closed Source Solutions in Coher...
Building LLM Solutions using Open Source and Closed Source Solutions in Coher...Building LLM Solutions using Open Source and Closed Source Solutions in Coher...
Building LLM Solutions using Open Source and Closed Source Solutions in Coher...Sri Ambati
 
Risk Management for LLMs
Risk Management for LLMsRisk Management for LLMs
Risk Management for LLMsSri Ambati
 
Open-Source AI: Community is the Way
Open-Source AI: Community is the WayOpen-Source AI: Community is the Way
Open-Source AI: Community is the WaySri Ambati
 
Building Custom GenAI Apps at H2O
Building Custom GenAI Apps at H2OBuilding Custom GenAI Apps at H2O
Building Custom GenAI Apps at H2OSri Ambati
 
Applied Gen AI for the Finance Vertical
Applied Gen AI for the Finance Vertical Applied Gen AI for the Finance Vertical
Applied Gen AI for the Finance Vertical Sri Ambati
 
Cutting Edge Tricks from LLM Papers
Cutting Edge Tricks from LLM PapersCutting Edge Tricks from LLM Papers
Cutting Edge Tricks from LLM PapersSri Ambati
 
Practitioner's Guide to LLMs: Exploring Use Cases and a Glimpse Beyond Curren...
Practitioner's Guide to LLMs: Exploring Use Cases and a Glimpse Beyond Curren...Practitioner's Guide to LLMs: Exploring Use Cases and a Glimpse Beyond Curren...
Practitioner's Guide to LLMs: Exploring Use Cases and a Glimpse Beyond Curren...Sri Ambati
 
Open Source h2oGPT with Retrieval Augmented Generation (RAG), Web Search, and...
Open Source h2oGPT with Retrieval Augmented Generation (RAG), Web Search, and...Open Source h2oGPT with Retrieval Augmented Generation (RAG), Web Search, and...
Open Source h2oGPT with Retrieval Augmented Generation (RAG), Web Search, and...Sri Ambati
 
KGM Mastering Classification and Regression with LLMs: Insights from Kaggle C...
KGM Mastering Classification and Regression with LLMs: Insights from Kaggle C...KGM Mastering Classification and Regression with LLMs: Insights from Kaggle C...
KGM Mastering Classification and Regression with LLMs: Insights from Kaggle C...Sri Ambati
 
LLM Interpretability
LLM Interpretability LLM Interpretability
LLM Interpretability Sri Ambati
 
Never Reply to an Email Again
Never Reply to an Email AgainNever Reply to an Email Again
Never Reply to an Email AgainSri Ambati
 
Introducción al Aprendizaje Automatico con H2O-3 (1)
Introducción al Aprendizaje Automatico con H2O-3 (1)Introducción al Aprendizaje Automatico con H2O-3 (1)
Introducción al Aprendizaje Automatico con H2O-3 (1)Sri Ambati
 
Automatic Model Documentation with H2O
Automatic Model Documentation with H2OAutomatic Model Documentation with H2O
Automatic Model Documentation with H2OSri Ambati
 
ICLR 2020 Recap
ICLR 2020 RecapICLR 2020 Recap
ICLR 2020 RecapSri Ambati
 
Scalable Automatic Machine Learning with H2O
Scalable Automatic Machine Learning with H2OScalable Automatic Machine Learning with H2O
Scalable Automatic Machine Learning with H2OSri Ambati
 

More from Sri Ambati (20)

H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Generative AI Masterclass - Model Risk Management.pptx
Generative AI Masterclass - Model Risk Management.pptxGenerative AI Masterclass - Model Risk Management.pptx
Generative AI Masterclass - Model Risk Management.pptx
 
AI and the Future of Software Development: A Sneak Peek
AI and the Future of Software Development: A Sneak Peek AI and the Future of Software Development: A Sneak Peek
AI and the Future of Software Development: A Sneak Peek
 
LLMOps: Match report from the top of the 5th
LLMOps: Match report from the top of the 5thLLMOps: Match report from the top of the 5th
LLMOps: Match report from the top of the 5th
 
Building, Evaluating, and Optimizing your RAG App for Production
Building, Evaluating, and Optimizing your RAG App for ProductionBuilding, Evaluating, and Optimizing your RAG App for Production
Building, Evaluating, and Optimizing your RAG App for Production
 
Building LLM Solutions using Open Source and Closed Source Solutions in Coher...
Building LLM Solutions using Open Source and Closed Source Solutions in Coher...Building LLM Solutions using Open Source and Closed Source Solutions in Coher...
Building LLM Solutions using Open Source and Closed Source Solutions in Coher...
 
Risk Management for LLMs
Risk Management for LLMsRisk Management for LLMs
Risk Management for LLMs
 
Open-Source AI: Community is the Way
Open-Source AI: Community is the WayOpen-Source AI: Community is the Way
Open-Source AI: Community is the Way
 
Building Custom GenAI Apps at H2O
Building Custom GenAI Apps at H2OBuilding Custom GenAI Apps at H2O
Building Custom GenAI Apps at H2O
 
Applied Gen AI for the Finance Vertical
Applied Gen AI for the Finance Vertical Applied Gen AI for the Finance Vertical
Applied Gen AI for the Finance Vertical
 
Cutting Edge Tricks from LLM Papers
Cutting Edge Tricks from LLM PapersCutting Edge Tricks from LLM Papers
Cutting Edge Tricks from LLM Papers
 
Practitioner's Guide to LLMs: Exploring Use Cases and a Glimpse Beyond Curren...
Practitioner's Guide to LLMs: Exploring Use Cases and a Glimpse Beyond Curren...Practitioner's Guide to LLMs: Exploring Use Cases and a Glimpse Beyond Curren...
Practitioner's Guide to LLMs: Exploring Use Cases and a Glimpse Beyond Curren...
 
Open Source h2oGPT with Retrieval Augmented Generation (RAG), Web Search, and...
Open Source h2oGPT with Retrieval Augmented Generation (RAG), Web Search, and...Open Source h2oGPT with Retrieval Augmented Generation (RAG), Web Search, and...
Open Source h2oGPT with Retrieval Augmented Generation (RAG), Web Search, and...
 
KGM Mastering Classification and Regression with LLMs: Insights from Kaggle C...
KGM Mastering Classification and Regression with LLMs: Insights from Kaggle C...KGM Mastering Classification and Regression with LLMs: Insights from Kaggle C...
KGM Mastering Classification and Regression with LLMs: Insights from Kaggle C...
 
LLM Interpretability
LLM Interpretability LLM Interpretability
LLM Interpretability
 
Never Reply to an Email Again
Never Reply to an Email AgainNever Reply to an Email Again
Never Reply to an Email Again
 
Introducción al Aprendizaje Automatico con H2O-3 (1)
Introducción al Aprendizaje Automatico con H2O-3 (1)Introducción al Aprendizaje Automatico con H2O-3 (1)
Introducción al Aprendizaje Automatico con H2O-3 (1)
 
Automatic Model Documentation with H2O
Automatic Model Documentation with H2OAutomatic Model Documentation with H2O
Automatic Model Documentation with H2O
 
ICLR 2020 Recap
ICLR 2020 RecapICLR 2020 Recap
ICLR 2020 Recap
 
Scalable Automatic Machine Learning with H2O
Scalable Automatic Machine Learning with H2OScalable Automatic Machine Learning with H2O
Scalable Automatic Machine Learning with H2O
 

Recently uploaded

Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 

Recently uploaded (20)

Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 

Getting Your Supply Chain Back on Track with AI

  • 1. Getting your Supply Chain Back on Track with AI Meetup: Jun 2, 2020 Karthik Guruswamy H2O.ai
  • 2. Confidential2 • H2O.ai – Our Response to COVID-19 • Supply Chain in the COVID-19 Era • Tech. Debt with Shortage of Time, Talent and Trust • Augmenting COVID-19 data in AI/ML models • Short Term Predictions vs Long Term What-if Scenarios • Daily/Hourly Predictions - Demand Sensing • Driverless AI – Time Series Forecasting • Q – Demand Sensing • Q & A Topics
  • 3. Confidential3 How H2O.ai is Contributing to Solving COVID-19 Expertise H2O.ai’s data science experts are contributing their knowledge to solve pressing problems with the pandemic AI Platforms H2O.ai is contributing its Driverless AI and Q platform to model, predict, and visualize data sets Sri Ambati CEO and Founder, H2O.ai 1. Hospital staffing predictions 2. ICU transfers and triage 3. Population risk segmentation 4. Predicting the spread of COVID-19. 5. Predicting operational efficiency and resilience during a pandemic 6. Hospital supply chain predictions 7. Predicting responses by city, hospitals 8. Sepsis predictions Problems we are solving “ Data Sets H2O.ai is evaluating global and open health data sets to determine patterns “Data Science can save lives today. AI is an incredible force to do good for humanity.” AI Solutions H2O.ai is creating pandemic and health specific solutions for general use
  • 4. Confidential4 • Unprecedented disruption to Supply Chain happening last few months – Quick recovery very difficult, unless acted on it proactively and with the right tools and approach • Disruption across Models and Processes around: – Manufacturing, Warehouse Mgmt, Transportation, Distribution, Logistics, Inventory, Procurement, Demand sensing & Cash Flow • Through and Post COVID-19 disruption – Diminished or sudden increase in demand for consumption of household/industrial – More Household Supplies, Groceries, PPE, Baking Goods, Alcohol, Frozen Food … – Less Automotive, Shaving Products, Flowers, Makeup – Emerging demand for new type of products and services • What happens if there is a second wave ? Supply Chain in COVID-19 Era
  • 5. Confidential5 • AI/ML models that were manually crafted with Agile projects are increasingly subject to stress – Underlying assumptions/ecosystem/macro-economic environment has changed. – New features have to be now created/back tested – Never one size fits all – COVID cases change from state to state, country to country! – Where is the historical data ? • Cannot afford to build new AI/ML models with the same methods and timelines as situation changes every other week • Becomes even more difficult to: – Find time to train and deploy short-lived models with HIGHEST ACCURACY – Talent to find and test new features as domain expertise is not fully reusable – Trust the models and get insights each week on what’s impacting predictions! Tech. Debt with Shortage of Time, Talent and Trust
  • 6. Confidential6 • Kaggle GMs who work for H2O.ai have created power-growth models and made it to the leaderboard here over multiple weeks of competition. Incorporating COVID-19 data in AI/ML Models
  • 7. Confidential7 • Power Growth models are great for forecasting and incorporates various free parameters to model the infection rate. • Epidemiological Models such as SEIRD can also be used on existing data using different parameters – SEIRD – Susceptible, Exposed, Infected, Recovered, Dead • The next version of Driverless AI 1.9.0 will incorporate a SEIRD transformer, where you can supply a range of parameters to optimize and have a Driverless AI fit a model: – SEIRD predicted - actual (residuals) • Short term historical data + future predictions of infections etc., can be incorporated into time series models. • Other aspects of govt policy on lock downs, mandatory social distancing, quarantines for the affected etc., can be creatively factored into the models Incorporating COVID-19 data in AI/ML Models
  • 8. Confidential8 • Data such as – Unemployment Claims, Consumer Price Index, Producer Price Index etc., – Mobility data – Migration data of city dwellers to rural areas – Any other data that that your organization already has access to, that will apply to supply chain Incorporating Additional Macroeconomic Data
  • 9. Confidential9 • Short Term models can be Power Growth models or a SEIRD type model or a SEIRD transformer that works with Auto-ML! • Data can be provided from last X weeks with input from COVID-19 data and then help forecast • Long Term models is where the uncertainty plays a very big role as there is no historic data to determine if a subsequent wave of infections will occur, etc., • What-if simulations however come to help where the business can allow a range of inputs and see how the estimates can play out! Short Term vs Long Term © Can Stock Photo / abluecup
  • 10. Confidential10 • Forecast models for short term are great (next week forecast for instance) • But what if situation changes Daily or Hourly ? – We need Demand Sensing! • Demand Sensing can alter existing short-term time series predictions and adjust for day to day, hour to hour or even near real-time Daily/Hourly Predictions -> Demand Sensing
  • 11. Confidential11 Driverless AI – Time Series Forecasting
  • 14. Confidential14 • Account for the forecasting gap (if any) and forecast horizon • Robust time-series cross validation scheme – back testing • Automatic handling of time group columns • Time-series specific feature transformations • Incorporate exogenous variables – COVID #s as an example • Integration with your own forecasting feature, model, cost function • Explain a forecast value with Shapley Time Series Forecasting with Driverless AI
  • 23. Confidential23 Feature Transformations for Forecasting • Aggregate lag based features, eg. Exponential Moving Average • Interaction of lags: lag1 - lag2 • Target Transformations: e.g., sqrt, log • Decomposing the Date Column, e.g. Day of the Month, isHoliday • Drop-out regularization : randomly remove lag features
  • 27. Confidential27 Demand Sensing Time Series forecast provides predictions for the sales next X number of weeks and can run every week. The current crisis will almost always affect the forthcoming sales. Forecasts #s can be updated to produce a second prediction/correction of the sales of the Y number of weeks and can be run daily/hourly. These daily/hourly data could be new COVID cases, POS sales, social media data (tweets) etc.
  • 30. Confidential30 Q Capabilities • Analytical Database - Store data in a format that supports ad-hoc interactive querying • Data Prep - Merge/Join multiple data sources or transform data • Search/Visualization - Find, filter, understand data. Visualize in ad-hoc ways • Dashboards/Reports - Save or bookmark findings and share with others • Integration with Driverless AI • App SDK/Store – Author interactive apps or use existing apps
  • 31. Confidential31 Q Data Prep • Data pre-processing pipeline: • Formulas (mathematical, string etc.) to create new columns. • Text cleansing – stop word removal, stemming, punctuation and symbol removal etc. • Merge and join tables.
  • 35. Confidential35 Q Apps • Programmed in 100% pure Python • No front-end programming (HTML/Javascript/CSS) required • No need to reason about client-server / distributed architecture • Apps run in parallel, managed by Q scheduler • Full-fledged workflow engine • Apps run in isolated venv, light on resources (no Kubernetes / Docker required)
  • 36. Confidential36 Q Demand Sensing for sales forecasting uses augmented COVID- 19 data. It can help a company forecast the sales for different SKUs filtered by region/customer/brands. The forecasting model uses sensing variables such as – COVID-19 cases, social sentiment and more. The Q Demand Sensing app then shows the impact on sales with or without sensing variables. Demand Sensing with COVID-19 Data: Q AI App A New AI App that Forecasts Sales with Augmented Data
  • 37. Confidential37 Mortgage Lending with COVID-19 Data: Q AI App One-Click Scenario Analysis & Catastrophe Modeling The new Q Mortgage Lending app, uses a banks data and augments that with unemployment or demographic data to quickly determine and predict default on loans – in other words, a new risk prediction with COVID-19 data.