SlideShare ist ein Scribd-Unternehmen logo
1 von 50
Downloaden Sie, um offline zu lesen
Evening with Lak Lakshmanan
Head, Data Analytics & AI Solutions, GCP
Welcome to ServerlessToronto.org
2
Introduce Yourself:
- Where from?
- Why are you here?
Fill the survey to win prises!
Aug 9, 2021: “Building a Data Cloud
to enable Analytics and AI-Driven
Innovation” starts at 6:10pm

Serverless Evolution (since FaaS started)
3
Serverless is New Agile & Mindset
#1 We started as Back-
end FaaS (Serverless)
Developers who enjoyed
“gluing” other people’s
APIs and Managed
Services)
#3 We're obsessed by
creating business value
(meaningful MVPs,
Products), focusing on
Outcomes – NOT
Outputs, and we mesh
well with Product
Managers
#2 We build bridges
between Serverless
Community (“Dev leg”),
and Front-end, Voice-First
& UX folks (“UX leg”)
#4 Achieve agility NOT
by “sprinting” faster
(like in Scrum), but
working smarter (by
using bigger building
blocks and less Ops)
Disconnect between IT & Business needs
4
How to help companies accelerate?
Technology is not the point => We are here to create Value
Adopting Serverless Mindset allowed us to shift the focus from “pimping
up our cars” (infrastructure/code), towards “driving” (the business) forward.
≠
Let’s bridge the Businesses & IT Gap by:
5
1. bringing more Business-focused
topics (like one today) to educate,
2. offering free Second Opinions on
Application/Data Architecture
modernization (to Businesses),
3. offering for-fee Consulting service
(regardless of how short they are),
4. connecting Cloud enthusiasts from
the Community with Employers
Fill the Survey help us serve you better,
plus to win Manning raffle:
https://forms.gle/oH2ZTnSgMTH41xsg7
Knowledge Sponsor
1. Go to www.manning.com
2. Select *any* e-Book, Video course, or liveProject you want!
3. Add it to your shopping cart (no more than 1 item in the cart)
4. Raffle winners will send me the emails (used in Manning portal),
5. So the publisher can move it to your Dashboard – as if purchased.
Fill the survey to win!
Upcoming ServerlessToronto.org Meetups
7
1) Get started with Dialogflow &
Contact Center AI on Google
Cloud – Lee Boonstra,
Conversational AI @ Google
2) Dr. Maloy – Empowering
Developers to be Healthcare
Heroes
3) Snowflake talk
 getting closer
4) YOUR “This is my Architecture”
style presentations are welcome!
Regardless how big or small
your learning & sharing will be â˜ș Please rate us on Meetup, Tell your peers
We’re here to Help YOU help others
8
Feature Presentation: Lak Lakshmanan
Building a Data Cloud to
enable Analytics and
AI-Driven Innovation
How Google Cloud addresses key challenges
when building an agile Data & AI Platform
Lak Lakshmanan,
Director, Analytics & AI Solutions
@lak_gcp
https://www.meetup.com/Serverless-Toronto/events/277818918/
Proprietary + Confidential
Bring great products to market faster
Unique customer segmentation
Fundamentally change the way you
go to market: identify highest value
customers and provide right products
at the right time
Build better products
Improve end-user experience
through data-driven innovation and
launch of new revenue-generating
opportunities
Adapt in real-time
Run advanced analytics and predict
the future through real-time tests
that allows you to react and respond
immediately to evolving user &
market needs
Proprietary + Confidential
Achieve better economics to scale your business
Operations productivity
Apply machine learning techniques to
identify and rectify systemic
inefficiencies, allowing you to learn
and adapt your operations efficiently
Developer productivity
Discover patterns in code and build
tools that improve developer
productivity, e.g., code
recommendation and automatic bug
fixing
AI/ML infrastructure efficiencies
Reduce your cash burn rate by
utilizing machine learning to run and
execute your models quicker
Why is AI/ML so exciting today? Why all the hype?
ArtiïŹcial
Intelligence
Machine
Learning
Deep
Learning
Class of problems we can solve when
computers think/act like humans
Scalably solve those problems using data
examples (not custom code)
Even when that data consists of
unstructured data like images, speech,
video, natural language text, etc.
Challenge
#1
High-quality AI requires a lot of
data
Many recent AI advances can be attributed to
increases in data size and compute power
Deep Learning scaling is predictable, empirically
https://arxiv.org/abs/1712.00409
https://blog.openai.com/ai-and-compute/
Fortunately, Transfer Learning works in many scenarios
but requires high-quality pre-trained models
Customizing Google’s video models with
AutoML Video
SHOT
CLASSIFICATION
ACTION RECOGNITION OBJECT TRACKING
VIDEO CLASSIFICATION
Predict labels on entire videos
(not segments within the
video)
Predict shot boundaries
inside a video, and predict
labels on each of those
those shots
Use a 1-second sliding
window to predict actions,
e.g., goal celebration
Predict bounding boxes
and start/end tracks of
objects inside videos,
e.g., track a drifting car
Enable powerful content discovery and engaging video experiences
Proprietary + Confidential
Data Science
Key to ML on structured data is having more features – it’s essential to break
down data silos and do ML while minimizing data movement
BigQuery
Analytics
Project: Sales Data Mesh
Transactions dataset
Project: Customers
Data Mesh
CRM dataset
Project: Products Data Mesh
Products dataset
Offline tickets Online orders Cust. Details P. Referential
ML tooling BI tooling
Global Logical Semantic Layer
Raw data access
still possible
Challenge
#2
AI Expertise is in high demand
Very few people
can create
net-new ML
models today
10K
DL researchers
2M
ML experts
+23M
Developers
+100M
Business users
Democratize predictive analytics for
business users using BigQuery ML
1
2
3
Execute ML initiatives without
moving data from BigQuery
Iterate on models in SQL in BigQuery
to increase development speed
Automate common ML tasks,
and hyperparameter tuning
CREATE MODEL my_models.car_accidents
OPTIONS(type=‘logistic_reg’, labels=[‘bad_accident’])
AS SELECT
speed, age, ...,
FROM
input_table);
SELECT label
FROM
ml.PREDICT(
MODEL my_models.car_accidents,
(SELECT speed, age, ...
FROM input_table));
Proprietary + Confidential
Build end-to-end AI
Deploy custom AI
Build a portfolio of AI use cases
Requires
Effort
Benefit
Use AI out of the box
Maximize the value AI
delivers into business
workflows
Low effort, high volume
High quality AI building
blocks and industry
solutions
Extract value from your
data
Medium effort,
customization
High quality baselines and
ease-of-use
Use AI on your data to
differentiate your product
High effort, low volume
Powerful, easy-to-use
platform that allows you to
reuse pre-built and/or
customizable components
Similar value creation (“reward”) from all 3 buckets
Need a unified platform that supports all 3 buckets
AI Platform for every level of expertise
Pre-trained APIs
No training data needed,
get started right away
Custom AI with AutoML
Easily create custom models
(A no-code approach)
End-to-end AI with core tools
Help data scientists and ML
engineers build and deploy AI
Proprietary + Confidential
Google
Cloud
AI
Prebuilt
ML APIs
AI Platform
AutoML
AI Solutions
Language Conversation
Horizontal solutions
Structured Data
Language
Contact
Center AI
Notebooks
Industry solutions
Data
Labeling
Training Prediction Continuous
evaluation
Explainability Pipelines
Data Science and Machine Learning
Sight
Sight
Vision Video Translate Natural
Language
Tables
Video
Intelligence
Vision Natural
Language
Translate Speech-to-Text Text-to-Speech
Document AI
DialogïŹ‚ow Talent Solution Recommendation AI
Buy
Build
Customize
Challenge
#3
Getting value of ML requires a
modern data platform
Google’s data cloud embraces the full data life cycle
Google’s data cloud embraces the full data life cycle
Google’s data cloud embraces the full data life cycle
Google’s data cloud embraces the full data life cycle
Google’s data cloud allows customers to unify data
across the entire organization
Break down silos
Increase agility
Innovate faster
Get value from data
Support business transformation
+consistent governance & security
The data and ML infrastructure have to be integrated because
real-time, personalized machine learning is where the value is
Speed of Analytics
Systems must be able to ingest, process, and serve
data in real-time, or opportunities are lost
Speed of Action
Machine-learning drives personalized services,
based on the customer’s context
Deliver serverless
analytics, not
infrastructure
Build for growth to
any scale
Embed ML and
drive an end-to-
end lifecycle
Empower analytics
across the entire
data lifecycle
Enable the best
OSS technologies
Google Cloud significantly simplifies big data analytics
Proprietary + Confidential
Data Analytics &
Management
Google
Cloud
Smart
Analytics
& AI
Prebuilt
ML APIs
Foundation
AI Platform
AutoML
AI Solutions
Language Conversation
Horizontal solutions
Structured Data
Language
Frameworks Compute
Contact
Center AI
Ingestion and Processing Storage and Analytics
Orchestration
Notebooks
Industry solutions
Data
Labeling
Training Prediction Continuous
evaluation
Explainability Pipelines
Compute
Engine
Cloud TPU
Cloud GPU Cloud
scheduler
Cloud
Composer
Instrumentation
Cloud Build Container
Registry
Cloud
Pub/Sub
Cloud
DataïŹ‚ow
Cloud
Dataproc
Data
Fusion
Cloud
Storage BigQuery
Cloud
Bigtable
Cloud SQL
Data
Catalog
Data Studio
Data Science and Machine Learning
Sight
Sight
Vision Video Translate Natural
Language
Tables
Video
Intelligence
Vision Natural
Language
Translate Speech-to-Text Text-to-Speech
Document AI
DialogïŹ‚ow Talent Solution Recommendation AI
Supports the entire Data Science team
Data Engineer
Uses Pub/Sub,
DataïŹ‚ow, and
Dataprep to ingest,
prepare and transform
data
Data Scientist
Uses AI Platform
Notebooks and
Training services to
build, and evaluate
models
ML Engineer
Uses AI Platform
Predictions to serve
models, and KubeïŹ‚ow
Pipelines to
encapsulate ML
workïŹ‚ows for reuse.
Developer
Collaborates with data
scientists to embed AI
through REST APIs
into applications
Business Analyst
Discovers solutions
from AI Hub and
deploys it into
production
Proprietary + Confidential
A platform for all users and intents throughout the data lifecycle
Fine-grained
access control
Cloud IAM
Metadata
management
Data Catalog
Always
encrypted
Data at rest and
in transit
Redact sensitive
data
Cloud DLP
Security Admin
Protecting data
Messaging
PubSub
Data Processing
Dataflow
Data Apps
Looker
(LookML)
OSS Engines
Dataproc
(Spark, Flink)
Developer
Intelligent apps
DW & DB
BigQuery ,
BigTable
Data processing
(OSS) pipelines
Dataproc
(Spark, Presto, Flink)
Data Processing
(Native) pipelines
Dataflow
Orchestration
Composer
Data engineer
Get clean, useful data
Messaging
PubSub or
Confluent Kafka
CDW
BigQuery
CDW &
Orchestration
BigQuery
Visual data
Integration
Data Fusion
ML in SQL
BigQuery ML
Data models,
catalog
Looker, Data
Catalog
Data analyst
Query and analyze
Ingestion
BigQuery
Streaming & DTS
Governed BI
Looker
CDW in a
Spreadsheet
Connected
Sheets
Natural Language
Query
Data QnA
Business User
Insights Everywhere
Data models,
catalog
Looker, Data
Catalog
CDW
BigQuery
Portable
notebooks
AI Platform
Notebooks
Simplified ML
BigQuery ML &
Auto ML
Collaboration
Feature Store,
AI Platform
Pipelines
Spark
Dataproc /
Dataproc Hub
Data scientist
Models that work
CDW
BigQuery
Secure data
sharing
BigQuery
Dataflow: fully integrated data processor for ML
BigQuery ML
Onboard training data for BQML
In batch or streaming mode
Use BQML models for online
inference
Export BQML-trained models as
SavedModel and do streaming
inference
Cloud AI
Platform
Tensorflow
Extended (TFX)
Dataflow Dataflow Dataflow
Integrated with KubeïŹ‚ow
for production ML pipelines
Data processor for CAIP training
On CPUs and GPUs
Enables large-scale processing
for TFX Transform, Data
Validation, Model Analysis
Brings streaming events and
generates Examples for training
and inference
Robust ingestion
services
Advanced Analytics at
speed
Actionable
Intelligence
Challenge
#4
Activating ML requires
surfacing AI into decision UIs
Proprietary + Confidential
Use Looker to push data into apps
OEM
White labeled Looker
Customers log directly into Looker
Embed/iFrames
Displaying data visualizations and all
advanced BI capabilities using iframes
Proprietary + Confidential
A lot of ML predictions happen at the edge
On-premises
deployments
IoT Devices Machine Learning at the Edge
Device inference
framework
Model deployment
to the Edge
ML HW accelerator
for the Edge
Anthos on-prem
Create, manage, and
upgrade Kubernetes
clusters in on-premises
environments
Cloud IoT Core
Managed service to
securely connect,
manage, and ingest
data from global
device fleets
Tensorflow Lite
Deep learning
framework for
on-device inference
Edge Manager
for ML
Deploy, manage and
run ML models on
edge devices with
Cloud AI Platform
Coral
A platform of
hardware
components,
software tools and
precompiled models
Challenge
#5
Operationalizing ML is hard
ML requires operationalizing both data and code
ConïŹguration
Data Collection
Data
VeriïŹcation
Feature Extraction
Process Management
Tools
Analysis Tools
Machine
Resource
Management
Serving
Infrastructure
Monitoring
ML
Code
Source: Sculley et al.: Hidden Technical Debt in Machine Learning Systems
Get models into production faster
Ingestion Analysis Transform Training Tracking Evaluating Deploying
Managed dataset
AutoML Models
Evaluation
Endpoints
and
Batch
predictions
START
END
Custom
Code
Labeling
tasks
Unmanaged dataset
Flexibility in training methods, and
running parallel experiments
Access model evaluation, optimization, and
XAI capabilities built into the platform
Robust backend for deployment
with all relevant MLOps services
Proprietary + Confidential
Scaling ML workflows with AI Platform Pipelines and the
MLOps suite of services
Artifact Store
Cloud Storage
Scalable Inference
AI Platform Prediction
Processing
Cloud Dataflow
Serverless Training
AI Platform Training
Extract Data
Prepare
Data
Train
Model
Validate
Data
Vertex AI Pipelines
Evaluate
Model
Validate
Model
Deploy
Model
Container Registry
Data warehouse
BigQuery
Proprietary + Confidential
AutoML
Experiment Train Deploy
Data Labeling
TensorBoard
Model Builder
SDK
Training
Vizier
NAS
Prediction
Model Monitoring Explainable AI Feature Store ML Metadata
Pipelines
Notebooks
Vision Video Language Tables Forecast
Custom training
workflow
No code / low code
workflow
Vertex AI GA
NEW
NEW
NEW
NEW
NEW
NEW NEW
NEW Matching
Engine
NEW
BigQuery ML Translation
NEW
Proprietary + Confidential
Unified machine learning and data science
Increased productivity &
reduced learning curve
Learn a single workflow and
vocabulary for all of our AI
products, regardless of the
layer of abstraction.
Easy experimentation
Train models quickly using
AutoML by building on
Google’s proprietary IP and
compare the results easily
against custom-built models
trained on the same dataset
and managed in one place on
the unified platform.
Seamless integration
& exibility
Easily interchange custom and
AutoML-trained models as
they are now leveraging the
same format and technical
foundation. Take them with
you and deploy them
anywhere.
MLOps
Tooling and automated
workflows for rapid,
continuous delivery and
management of models to
production
Challenge
#6
State-of-the-art changes rapidly
Proprietary + Confidential
Use Google’s best-in-class algorithms like NAS
Use of Neural Architecture Search (NAS) at Waymo
20–30% lower latency/same quality
8–10% lower error rate/same latency
NAS model in 2 weeks vs months (1 year of
GPU time) searching over 10k architectures
“Going from months of engineering time to
generate and fine tune a architecture manually to
"automatically generating" neural nets with NAS”
NAS
Waymo ML Expert
Unstructured
Documents
{ Type: Check
Amount: $100
To:Allstate

}
Enterprise
Knowledge Graph
(EKG)
Normalize, validate & link
entities across your data
Capture
Unstructured
Content
Content
Warehouse
Integrated unstructured +
structured storage
{ Type: Check
Amount: $100
To: Allstate
Insurance,Inc

}
“10 checks indicate
$100 payments to Allstate
Insurance, Inc”
BigQuery
analysis engine
Unified Analytics
Easily join structured &
unstructured data into
analysis, models, and
processes
“We’re seeing new payment
patterns to All-state Insurance,
Inc correlating with Jumbo Loan
volumes in the North East”
The AI-Powered Enterprise Data Warehouse
DocAI + EKG + CMS = Unstructured Data ETL
Process
Best-in-class AI
Store
Unified Data
Lake
Analyze
Data
Warehousing
Use
Advanced
analytics
Document
AI
Get structured data from
unstructured content
Human in the Loop (HITL)
Comprehensive tooling for human review of AI model creation & outputs
Proprietary + Confidential
Train on less data
Get a jump start by customizing
Google’s high-quality APIs
through AutoML
Google Cloud can help you leverage
AI more effectively
Develop AI fast
Train ML models in SQL without
moving data around. Less code
to maintain.
Large Scale ML
Take advantage of AI
accelerators, notebooks to
dramatically speed up ML
development
Integrated with Data Cloud
Build unified AI and data pipelines
to support recommendations,
streaming, and other use cases
Activate Analytics, ML easily
Incorporate Looker embedded
analytics widgets into websites
and mobile applications
Operationalize ML
Take advantage of Vertex AI
Pipelines, Feature Store,
Notebooks, Continuous
Evaluation, etc.
Deploy ML on the Edge
Leverage TensorFlow Lite and
Coral to deploy AI to iOS,
Android, custom hardware
Work with leader in Data & AI
Google Cloud sets the innovation
bar in data and AI. Work with us.
Thank you
Join www.ServerlessToronto.org
Home of “Less IT Mess”

Weitere Àhnliche Inhalte

Was ist angesagt?

Lunch & Learn BigQuery & Firebase from other Google Cloud customers
Lunch & Learn BigQuery & Firebase from other Google Cloud customersLunch & Learn BigQuery & Firebase from other Google Cloud customers
Lunch & Learn BigQuery & Firebase from other Google Cloud customersDaniel Zivkovic
 
Bringing AI to the edge on-premises Azure Cognitive Services using Docker con...
Bringing AI to the edge on-premises Azure Cognitive Services using Docker con...Bringing AI to the edge on-premises Azure Cognitive Services using Docker con...
Bringing AI to the edge on-premises Azure Cognitive Services using Docker con...Luis Beltran
 
Bringing AI to the edge: On-premise Azure Cognitive Services
Bringing AI to the edge: On-premise Azure Cognitive Services Bringing AI to the edge: On-premise Azure Cognitive Services
Bringing AI to the edge: On-premise Azure Cognitive Services Luis Beltran
 
Da 0 all'AI conversazionale usando Microsoft Azure
Da 0 all'AI conversazionale usando Microsoft AzureDa 0 all'AI conversazionale usando Microsoft Azure
Da 0 all'AI conversazionale usando Microsoft AzureMarco Parenzan
 
BSFI Technology Offerings by Value Innovation Labs
BSFI Technology Offerings by Value Innovation LabsBSFI Technology Offerings by Value Innovation Labs
BSFI Technology Offerings by Value Innovation LabsMount Talent Consulting
 
Whats New in Visual Studio 2019
Whats New in Visual Studio 2019Whats New in Visual Studio 2019
Whats New in Visual Studio 2019Luis Beltran
 
Bots & conversational AI
Bots & conversational AIBots & conversational AI
Bots & conversational AIgrojasn
 
"API Design: From User Need to Finished Spec" by Andrew Jordan, ex-Product @T...
"API Design: From User Need to Finished Spec" by Andrew Jordan, ex-Product @T..."API Design: From User Need to Finished Spec" by Andrew Jordan, ex-Product @T...
"API Design: From User Need to Finished Spec" by Andrew Jordan, ex-Product @T...TheFamily
 
IBM cognitive service introduction
IBM cognitive service introductionIBM cognitive service introduction
IBM cognitive service introductionHui Wen Han
 
Pragmatic approach to Microservice Architecture: Role of Middleware
Pragmatic approach to Microservice Architecture: Role of MiddlewarePragmatic approach to Microservice Architecture: Role of Middleware
Pragmatic approach to Microservice Architecture: Role of MiddlewareAsanka Abeysinghe
 
[DevDay2019] Hands-on Machine Learning on Google Cloud Platform - By Thanh Le...
[DevDay2019] Hands-on Machine Learning on Google Cloud Platform - By Thanh Le...[DevDay2019] Hands-on Machine Learning on Google Cloud Platform - By Thanh Le...
[DevDay2019] Hands-on Machine Learning on Google Cloud Platform - By Thanh Le...DevDay.org
 
WSO2Con USA 2017: Geospatial Big Data – Location Intelligence in Digital Tran...
WSO2Con USA 2017: Geospatial Big Data – Location Intelligence in Digital Tran...WSO2Con USA 2017: Geospatial Big Data – Location Intelligence in Digital Tran...
WSO2Con USA 2017: Geospatial Big Data – Location Intelligence in Digital Tran...WSO2
 
Microservice: the phanot menace. Istio Service Mesh: the new hope. JEEConf 2019
Microservice: the phanot menace. Istio Service Mesh: the new hope. JEEConf 2019Microservice: the phanot menace. Istio Service Mesh: the new hope. JEEConf 2019
Microservice: the phanot menace. Istio Service Mesh: the new hope. JEEConf 2019Sergii Bishyr
 
The New IT - Your Milestone Plan
The New IT -  Your Milestone PlanThe New IT -  Your Milestone Plan
The New IT - Your Milestone PlanWSO2
 
WSO2Con USA 2017: IoT in Airline Operations
WSO2Con USA 2017: IoT in Airline OperationsWSO2Con USA 2017: IoT in Airline Operations
WSO2Con USA 2017: IoT in Airline OperationsWSO2
 
Smashing Through Big Data Barriers with Tableau and Snowflake
Smashing Through Big Data Barriers with Tableau and SnowflakeSmashing Through Big Data Barriers with Tableau and Snowflake
Smashing Through Big Data Barriers with Tableau and SnowflakeSamanthaBerlant
 
Global Azure2021 Verona.pptx
Global Azure2021 Verona.pptxGlobal Azure2021 Verona.pptx
Global Azure2021 Verona.pptxLuis Beltran
 
Internet of Things: Patterns For Building Real World Applications
Internet of Things: Patterns For Building Real World ApplicationsInternet of Things: Patterns For Building Real World Applications
Internet of Things: Patterns For Building Real World ApplicationsIvan Dwyer
 
Change data capture
Change data captureChange data capture
Change data captureJames Deppen
 

Was ist angesagt? (20)

Lunch & Learn BigQuery & Firebase from other Google Cloud customers
Lunch & Learn BigQuery & Firebase from other Google Cloud customersLunch & Learn BigQuery & Firebase from other Google Cloud customers
Lunch & Learn BigQuery & Firebase from other Google Cloud customers
 
Bringing AI to the edge on-premises Azure Cognitive Services using Docker con...
Bringing AI to the edge on-premises Azure Cognitive Services using Docker con...Bringing AI to the edge on-premises Azure Cognitive Services using Docker con...
Bringing AI to the edge on-premises Azure Cognitive Services using Docker con...
 
Bringing AI to the edge: On-premise Azure Cognitive Services
Bringing AI to the edge: On-premise Azure Cognitive Services Bringing AI to the edge: On-premise Azure Cognitive Services
Bringing AI to the edge: On-premise Azure Cognitive Services
 
Da 0 all'AI conversazionale usando Microsoft Azure
Da 0 all'AI conversazionale usando Microsoft AzureDa 0 all'AI conversazionale usando Microsoft Azure
Da 0 all'AI conversazionale usando Microsoft Azure
 
Watson Assistant
Watson AssistantWatson Assistant
Watson Assistant
 
BSFI Technology Offerings by Value Innovation Labs
BSFI Technology Offerings by Value Innovation LabsBSFI Technology Offerings by Value Innovation Labs
BSFI Technology Offerings by Value Innovation Labs
 
Whats New in Visual Studio 2019
Whats New in Visual Studio 2019Whats New in Visual Studio 2019
Whats New in Visual Studio 2019
 
Bots & conversational AI
Bots & conversational AIBots & conversational AI
Bots & conversational AI
 
"API Design: From User Need to Finished Spec" by Andrew Jordan, ex-Product @T...
"API Design: From User Need to Finished Spec" by Andrew Jordan, ex-Product @T..."API Design: From User Need to Finished Spec" by Andrew Jordan, ex-Product @T...
"API Design: From User Need to Finished Spec" by Andrew Jordan, ex-Product @T...
 
IBM cognitive service introduction
IBM cognitive service introductionIBM cognitive service introduction
IBM cognitive service introduction
 
Pragmatic approach to Microservice Architecture: Role of Middleware
Pragmatic approach to Microservice Architecture: Role of MiddlewarePragmatic approach to Microservice Architecture: Role of Middleware
Pragmatic approach to Microservice Architecture: Role of Middleware
 
[DevDay2019] Hands-on Machine Learning on Google Cloud Platform - By Thanh Le...
[DevDay2019] Hands-on Machine Learning on Google Cloud Platform - By Thanh Le...[DevDay2019] Hands-on Machine Learning on Google Cloud Platform - By Thanh Le...
[DevDay2019] Hands-on Machine Learning on Google Cloud Platform - By Thanh Le...
 
WSO2Con USA 2017: Geospatial Big Data – Location Intelligence in Digital Tran...
WSO2Con USA 2017: Geospatial Big Data – Location Intelligence in Digital Tran...WSO2Con USA 2017: Geospatial Big Data – Location Intelligence in Digital Tran...
WSO2Con USA 2017: Geospatial Big Data – Location Intelligence in Digital Tran...
 
Microservice: the phanot menace. Istio Service Mesh: the new hope. JEEConf 2019
Microservice: the phanot menace. Istio Service Mesh: the new hope. JEEConf 2019Microservice: the phanot menace. Istio Service Mesh: the new hope. JEEConf 2019
Microservice: the phanot menace. Istio Service Mesh: the new hope. JEEConf 2019
 
The New IT - Your Milestone Plan
The New IT -  Your Milestone PlanThe New IT -  Your Milestone Plan
The New IT - Your Milestone Plan
 
WSO2Con USA 2017: IoT in Airline Operations
WSO2Con USA 2017: IoT in Airline OperationsWSO2Con USA 2017: IoT in Airline Operations
WSO2Con USA 2017: IoT in Airline Operations
 
Smashing Through Big Data Barriers with Tableau and Snowflake
Smashing Through Big Data Barriers with Tableau and SnowflakeSmashing Through Big Data Barriers with Tableau and Snowflake
Smashing Through Big Data Barriers with Tableau and Snowflake
 
Global Azure2021 Verona.pptx
Global Azure2021 Verona.pptxGlobal Azure2021 Verona.pptx
Global Azure2021 Verona.pptx
 
Internet of Things: Patterns For Building Real World Applications
Internet of Things: Patterns For Building Real World ApplicationsInternet of Things: Patterns For Building Real World Applications
Internet of Things: Patterns For Building Real World Applications
 
Change data capture
Change data captureChange data capture
Change data capture
 

Ähnlich wie Building a Data Cloud to enable Analytics & AI-Driven Innovation - Lak Lakshmanan

Worst Practices in Artificial Intelligence
Worst Practices in Artificial IntelligenceWorst Practices in Artificial Intelligence
Worst Practices in Artificial IntelligenceWilliam Tsoi
 
Analytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual WorkshopAnalytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual WorkshopCCG
 
D365 Demonstration CRM G Aspiotis
D365 Demonstration CRM G AspiotisD365 Demonstration CRM G Aspiotis
D365 Demonstration CRM G AspiotisUni Systems S.M.S.A.
 
Democratizing AI/ML with GCP - Abishay Rao (Google) at GoDataFest 2019
Democratizing AI/ML with GCP - Abishay Rao (Google) at GoDataFest 2019Democratizing AI/ML with GCP - Abishay Rao (Google) at GoDataFest 2019
Democratizing AI/ML with GCP - Abishay Rao (Google) at GoDataFest 2019GoDataDriven
 
Machine Learning with GraphLab Create
Machine Learning with GraphLab CreateMachine Learning with GraphLab Create
Machine Learning with GraphLab CreateTuri, Inc.
 
Driving Customer Loyalty with Azure Machine Learning
Driving Customer Loyalty with Azure Machine LearningDriving Customer Loyalty with Azure Machine Learning
Driving Customer Loyalty with Azure Machine LearningCCG
 
Start Getting Your Feet Wet in Open Source Machine and Deep Learning
Start Getting Your Feet Wet in Open Source Machine and Deep Learning Start Getting Your Feet Wet in Open Source Machine and Deep Learning
Start Getting Your Feet Wet in Open Source Machine and Deep Learning Ian Gomez
 
MongoDB World 2018: Building Intelligent Apps with MongoDB & Google Cloud
MongoDB World 2018: Building Intelligent Apps with MongoDB & Google CloudMongoDB World 2018: Building Intelligent Apps with MongoDB & Google Cloud
MongoDB World 2018: Building Intelligent Apps with MongoDB & Google CloudMongoDB
 
Google Cloud Machine Learning
 Google Cloud Machine Learning  Google Cloud Machine Learning
Google Cloud Machine Learning India Quotient
 
Advanced Analytics and Artificial Intelligence - Transforming Your Business T...
Advanced Analytics and Artificial Intelligence - Transforming Your Business T...Advanced Analytics and Artificial Intelligence - Transforming Your Business T...
Advanced Analytics and Artificial Intelligence - Transforming Your Business T...David J Rosenthal
 
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)Naoki (Neo) SATO
 
Customer Presentation - IBM Cloud Pak for Data Overview (Level 100).PPTX
Customer Presentation - IBM Cloud Pak for Data Overview (Level 100).PPTXCustomer Presentation - IBM Cloud Pak for Data Overview (Level 100).PPTX
Customer Presentation - IBM Cloud Pak for Data Overview (Level 100).PPTXtsigitnist02
 
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
 
Microsoft cloud big data strategy
Microsoft cloud big data strategyMicrosoft cloud big data strategy
Microsoft cloud big data strategyJames Serra
 
MongoDB World 2019: Gaining ML Insight with Google Vision API and MongoDB
MongoDB World 2019: Gaining ML Insight with Google Vision API and MongoDBMongoDB World 2019: Gaining ML Insight with Google Vision API and MongoDB
MongoDB World 2019: Gaining ML Insight with Google Vision API and MongoDBMongoDB
 
Serverless projects at Myplanet
Serverless projects at MyplanetServerless projects at Myplanet
Serverless projects at MyplanetDaniel Zivkovic
 
Meetup Toulouse Microsoft Azure : BĂątir une solution IoT
Meetup Toulouse Microsoft Azure : BĂątir une solution IoTMeetup Toulouse Microsoft Azure : BĂątir une solution IoT
Meetup Toulouse Microsoft Azure : BĂątir une solution IoTAlex Danvy
 
ChatGPT and not only: how can you use the power of Generative AI at scale
ChatGPT and not only: how can you use the power of Generative AI at scaleChatGPT and not only: how can you use the power of Generative AI at scale
ChatGPT and not only: how can you use the power of Generative AI at scaleMaxim Salnikov
 
How IBM is Creating a Foundation for Cloud Innovation
How IBM is Creating a Foundation for Cloud InnovationHow IBM is Creating a Foundation for Cloud Innovation
How IBM is Creating a Foundation for Cloud InnovationCCG
 

Ähnlich wie Building a Data Cloud to enable Analytics & AI-Driven Innovation - Lak Lakshmanan (20)

Worst Practices in Artificial Intelligence
Worst Practices in Artificial IntelligenceWorst Practices in Artificial Intelligence
Worst Practices in Artificial Intelligence
 
Analytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual WorkshopAnalytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual Workshop
 
D365 Demonstration CRM G Aspiotis
D365 Demonstration CRM G AspiotisD365 Demonstration CRM G Aspiotis
D365 Demonstration CRM G Aspiotis
 
Democratizing AI/ML with GCP - Abishay Rao (Google) at GoDataFest 2019
Democratizing AI/ML with GCP - Abishay Rao (Google) at GoDataFest 2019Democratizing AI/ML with GCP - Abishay Rao (Google) at GoDataFest 2019
Democratizing AI/ML with GCP - Abishay Rao (Google) at GoDataFest 2019
 
Machine Learning with GraphLab Create
Machine Learning with GraphLab CreateMachine Learning with GraphLab Create
Machine Learning with GraphLab Create
 
Driving Customer Loyalty with Azure Machine Learning
Driving Customer Loyalty with Azure Machine LearningDriving Customer Loyalty with Azure Machine Learning
Driving Customer Loyalty with Azure Machine Learning
 
Start Getting Your Feet Wet in Open Source Machine and Deep Learning
Start Getting Your Feet Wet in Open Source Machine and Deep Learning Start Getting Your Feet Wet in Open Source Machine and Deep Learning
Start Getting Your Feet Wet in Open Source Machine and Deep Learning
 
MongoDB World 2018: Building Intelligent Apps with MongoDB & Google Cloud
MongoDB World 2018: Building Intelligent Apps with MongoDB & Google CloudMongoDB World 2018: Building Intelligent Apps with MongoDB & Google Cloud
MongoDB World 2018: Building Intelligent Apps with MongoDB & Google Cloud
 
Modern Thinking ĂĄrea digital MSKM 21/09/2017
Modern Thinking ĂĄrea digital MSKM 21/09/2017Modern Thinking ĂĄrea digital MSKM 21/09/2017
Modern Thinking ĂĄrea digital MSKM 21/09/2017
 
Google Cloud Machine Learning
 Google Cloud Machine Learning  Google Cloud Machine Learning
Google Cloud Machine Learning
 
Advanced Analytics and Artificial Intelligence - Transforming Your Business T...
Advanced Analytics and Artificial Intelligence - Transforming Your Business T...Advanced Analytics and Artificial Intelligence - Transforming Your Business T...
Advanced Analytics and Artificial Intelligence - Transforming Your Business T...
 
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
 
Customer Presentation - IBM Cloud Pak for Data Overview (Level 100).PPTX
Customer Presentation - IBM Cloud Pak for Data Overview (Level 100).PPTXCustomer Presentation - IBM Cloud Pak for Data Overview (Level 100).PPTX
Customer Presentation - IBM Cloud Pak for Data Overview (Level 100).PPTX
 
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
 
Microsoft cloud big data strategy
Microsoft cloud big data strategyMicrosoft cloud big data strategy
Microsoft cloud big data strategy
 
MongoDB World 2019: Gaining ML Insight with Google Vision API and MongoDB
MongoDB World 2019: Gaining ML Insight with Google Vision API and MongoDBMongoDB World 2019: Gaining ML Insight with Google Vision API and MongoDB
MongoDB World 2019: Gaining ML Insight with Google Vision API and MongoDB
 
Serverless projects at Myplanet
Serverless projects at MyplanetServerless projects at Myplanet
Serverless projects at Myplanet
 
Meetup Toulouse Microsoft Azure : BĂątir une solution IoT
Meetup Toulouse Microsoft Azure : BĂątir une solution IoTMeetup Toulouse Microsoft Azure : BĂątir une solution IoT
Meetup Toulouse Microsoft Azure : BĂątir une solution IoT
 
ChatGPT and not only: how can you use the power of Generative AI at scale
ChatGPT and not only: how can you use the power of Generative AI at scaleChatGPT and not only: how can you use the power of Generative AI at scale
ChatGPT and not only: how can you use the power of Generative AI at scale
 
How IBM is Creating a Foundation for Cloud Innovation
How IBM is Creating a Foundation for Cloud InnovationHow IBM is Creating a Foundation for Cloud Innovation
How IBM is Creating a Foundation for Cloud Innovation
 

Mehr von Daniel Zivkovic

All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...Daniel Zivkovic
 
Canadian Experts Discuss Modern Data Stacks and Cloud Computing for 5 Years o...
Canadian Experts Discuss Modern Data Stacks and Cloud Computing for 5 Years o...Canadian Experts Discuss Modern Data Stacks and Cloud Computing for 5 Years o...
Canadian Experts Discuss Modern Data Stacks and Cloud Computing for 5 Years o...Daniel Zivkovic
 
Opinionated re:Invent recap with AWS Heroes & Builders
Opinionated re:Invent recap with AWS Heroes & BuildersOpinionated re:Invent recap with AWS Heroes & Builders
Opinionated re:Invent recap with AWS Heroes & BuildersDaniel Zivkovic
 
Google Cloud Next '22 Recap: Serverless & Data edition
Google Cloud Next '22 Recap: Serverless & Data editionGoogle Cloud Next '22 Recap: Serverless & Data edition
Google Cloud Next '22 Recap: Serverless & Data editionDaniel Zivkovic
 
Conversational Document Processing AI with Rui Costa
Conversational Document Processing AI with Rui CostaConversational Document Processing AI with Rui Costa
Conversational Document Processing AI with Rui CostaDaniel Zivkovic
 
How to build unified Batch & Streaming Pipelines with Apache Beam and Dataflow
How to build unified Batch & Streaming Pipelines with Apache Beam and DataflowHow to build unified Batch & Streaming Pipelines with Apache Beam and Dataflow
How to build unified Batch & Streaming Pipelines with Apache Beam and DataflowDaniel Zivkovic
 
Gojko's 5 rules for super responsive Serverless applications
Gojko's 5 rules for super responsive Serverless applicationsGojko's 5 rules for super responsive Serverless applications
Gojko's 5 rules for super responsive Serverless applicationsDaniel Zivkovic
 
Retail Analytics and BI with Looker, BigQuery, GCP & Leigha Jarett
Retail Analytics and BI with Looker, BigQuery, GCP & Leigha JarettRetail Analytics and BI with Looker, BigQuery, GCP & Leigha Jarett
Retail Analytics and BI with Looker, BigQuery, GCP & Leigha JarettDaniel Zivkovic
 
What's new in Serverless at AWS?
What's new in Serverless at AWS?What's new in Serverless at AWS?
What's new in Serverless at AWS?Daniel Zivkovic
 
Intro to Vertex AI, unified MLOps platform for Data Scientists & ML Engineers
Intro to Vertex AI, unified MLOps platform for Data Scientists & ML EngineersIntro to Vertex AI, unified MLOps platform for Data Scientists & ML Engineers
Intro to Vertex AI, unified MLOps platform for Data Scientists & ML EngineersDaniel Zivkovic
 
Empowering Developers to be Healthcare Heroes
Empowering Developers to be Healthcare HeroesEmpowering Developers to be Healthcare Heroes
Empowering Developers to be Healthcare HeroesDaniel Zivkovic
 
Running Business Analytics for a Serverless Insurance Company - Joe Emison & ...
Running Business Analytics for a Serverless Insurance Company - Joe Emison & ...Running Business Analytics for a Serverless Insurance Company - Joe Emison & ...
Running Business Analytics for a Serverless Insurance Company - Joe Emison & ...Daniel Zivkovic
 
Azure for AWS & GCP Pros: Which Azure services to use?
Azure for AWS & GCP Pros: Which Azure services to use?Azure for AWS & GCP Pros: Which Azure services to use?
Azure for AWS & GCP Pros: Which Azure services to use?Daniel Zivkovic
 
Serverless Evolution during 3 years of Serverless Toronto
Serverless Evolution during 3 years of Serverless TorontoServerless Evolution during 3 years of Serverless Toronto
Serverless Evolution during 3 years of Serverless TorontoDaniel Zivkovic
 
Simpler, faster, cheaper Enterprise Apps using only Spring Boot on GCP
Simpler, faster, cheaper Enterprise Apps using only Spring Boot on GCPSimpler, faster, cheaper Enterprise Apps using only Spring Boot on GCP
Simpler, faster, cheaper Enterprise Apps using only Spring Boot on GCPDaniel Zivkovic
 
AWS re:Invent 2020 Serverless Recap
AWS re:Invent 2020 Serverless RecapAWS re:Invent 2020 Serverless Recap
AWS re:Invent 2020 Serverless RecapDaniel Zivkovic
 
SRE Topics with Charity Majors and Liz Fong-Jones of Honeycomb
SRE Topics with Charity Majors and Liz Fong-Jones of HoneycombSRE Topics with Charity Majors and Liz Fong-Jones of Honeycomb
SRE Topics with Charity Majors and Liz Fong-Jones of HoneycombDaniel Zivkovic
 
Deliver Business Value Faster with AWS Step Functions
Deliver Business Value Faster with AWS Step FunctionsDeliver Business Value Faster with AWS Step Functions
Deliver Business Value Faster with AWS Step FunctionsDaniel Zivkovic
 
What’s the big deal with Graph Databases?
What’s the big deal with Graph Databases?What’s the big deal with Graph Databases?
What’s the big deal with Graph Databases?Daniel Zivkovic
 
Intro to PySpark: Python Data Analysis at scale in the Cloud
Intro to PySpark: Python Data Analysis at scale in the CloudIntro to PySpark: Python Data Analysis at scale in the Cloud
Intro to PySpark: Python Data Analysis at scale in the CloudDaniel Zivkovic
 

Mehr von Daniel Zivkovic (20)

All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
 
Canadian Experts Discuss Modern Data Stacks and Cloud Computing for 5 Years o...
Canadian Experts Discuss Modern Data Stacks and Cloud Computing for 5 Years o...Canadian Experts Discuss Modern Data Stacks and Cloud Computing for 5 Years o...
Canadian Experts Discuss Modern Data Stacks and Cloud Computing for 5 Years o...
 
Opinionated re:Invent recap with AWS Heroes & Builders
Opinionated re:Invent recap with AWS Heroes & BuildersOpinionated re:Invent recap with AWS Heroes & Builders
Opinionated re:Invent recap with AWS Heroes & Builders
 
Google Cloud Next '22 Recap: Serverless & Data edition
Google Cloud Next '22 Recap: Serverless & Data editionGoogle Cloud Next '22 Recap: Serverless & Data edition
Google Cloud Next '22 Recap: Serverless & Data edition
 
Conversational Document Processing AI with Rui Costa
Conversational Document Processing AI with Rui CostaConversational Document Processing AI with Rui Costa
Conversational Document Processing AI with Rui Costa
 
How to build unified Batch & Streaming Pipelines with Apache Beam and Dataflow
How to build unified Batch & Streaming Pipelines with Apache Beam and DataflowHow to build unified Batch & Streaming Pipelines with Apache Beam and Dataflow
How to build unified Batch & Streaming Pipelines with Apache Beam and Dataflow
 
Gojko's 5 rules for super responsive Serverless applications
Gojko's 5 rules for super responsive Serverless applicationsGojko's 5 rules for super responsive Serverless applications
Gojko's 5 rules for super responsive Serverless applications
 
Retail Analytics and BI with Looker, BigQuery, GCP & Leigha Jarett
Retail Analytics and BI with Looker, BigQuery, GCP & Leigha JarettRetail Analytics and BI with Looker, BigQuery, GCP & Leigha Jarett
Retail Analytics and BI with Looker, BigQuery, GCP & Leigha Jarett
 
What's new in Serverless at AWS?
What's new in Serverless at AWS?What's new in Serverless at AWS?
What's new in Serverless at AWS?
 
Intro to Vertex AI, unified MLOps platform for Data Scientists & ML Engineers
Intro to Vertex AI, unified MLOps platform for Data Scientists & ML EngineersIntro to Vertex AI, unified MLOps platform for Data Scientists & ML Engineers
Intro to Vertex AI, unified MLOps platform for Data Scientists & ML Engineers
 
Empowering Developers to be Healthcare Heroes
Empowering Developers to be Healthcare HeroesEmpowering Developers to be Healthcare Heroes
Empowering Developers to be Healthcare Heroes
 
Running Business Analytics for a Serverless Insurance Company - Joe Emison & ...
Running Business Analytics for a Serverless Insurance Company - Joe Emison & ...Running Business Analytics for a Serverless Insurance Company - Joe Emison & ...
Running Business Analytics for a Serverless Insurance Company - Joe Emison & ...
 
Azure for AWS & GCP Pros: Which Azure services to use?
Azure for AWS & GCP Pros: Which Azure services to use?Azure for AWS & GCP Pros: Which Azure services to use?
Azure for AWS & GCP Pros: Which Azure services to use?
 
Serverless Evolution during 3 years of Serverless Toronto
Serverless Evolution during 3 years of Serverless TorontoServerless Evolution during 3 years of Serverless Toronto
Serverless Evolution during 3 years of Serverless Toronto
 
Simpler, faster, cheaper Enterprise Apps using only Spring Boot on GCP
Simpler, faster, cheaper Enterprise Apps using only Spring Boot on GCPSimpler, faster, cheaper Enterprise Apps using only Spring Boot on GCP
Simpler, faster, cheaper Enterprise Apps using only Spring Boot on GCP
 
AWS re:Invent 2020 Serverless Recap
AWS re:Invent 2020 Serverless RecapAWS re:Invent 2020 Serverless Recap
AWS re:Invent 2020 Serverless Recap
 
SRE Topics with Charity Majors and Liz Fong-Jones of Honeycomb
SRE Topics with Charity Majors and Liz Fong-Jones of HoneycombSRE Topics with Charity Majors and Liz Fong-Jones of Honeycomb
SRE Topics with Charity Majors and Liz Fong-Jones of Honeycomb
 
Deliver Business Value Faster with AWS Step Functions
Deliver Business Value Faster with AWS Step FunctionsDeliver Business Value Faster with AWS Step Functions
Deliver Business Value Faster with AWS Step Functions
 
What’s the big deal with Graph Databases?
What’s the big deal with Graph Databases?What’s the big deal with Graph Databases?
What’s the big deal with Graph Databases?
 
Intro to PySpark: Python Data Analysis at scale in the Cloud
Intro to PySpark: Python Data Analysis at scale in the CloudIntro to PySpark: Python Data Analysis at scale in the Cloud
Intro to PySpark: Python Data Analysis at scale in the Cloud
 

KĂŒrzlich hochgeladen

WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplatePresentation.STUDIO
 
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...SelfMade bd
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfonteinmasabamasaba
 
tonesoftg
tonesoftgtonesoftg
tonesoftglanshi9
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastPapp KrisztiĂĄn
 
WSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security ProgramWSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security ProgramWSO2
 
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyviewmasabamasaba
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...chiefasafspells
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxAnnaArtyushina1
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024VictoriaMetrics
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2
 
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrainmasabamasaba
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfonteinmasabamasaba
 

KĂŒrzlich hochgeladen (20)

WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
tonesoftg
tonesoftgtonesoftg
tonesoftg
 
Abortion Pill Prices Tembisa [(+27832195400*)] đŸ„ Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] đŸ„ Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] đŸ„ Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] đŸ„ Women's Abortion Clinic in T...
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
WSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security ProgramWSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security Program
 
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptx
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
 
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 

Building a Data Cloud to enable Analytics & AI-Driven Innovation - Lak Lakshmanan

  • 1. Evening with Lak Lakshmanan Head, Data Analytics & AI Solutions, GCP
  • 2. Welcome to ServerlessToronto.org 2 Introduce Yourself: - Where from? - Why are you here? Fill the survey to win prises! Aug 9, 2021: “Building a Data Cloud to enable Analytics and AI-Driven Innovation” starts at 6:10pm

  • 3. Serverless Evolution (since FaaS started) 3 Serverless is New Agile & Mindset #1 We started as Back- end FaaS (Serverless) Developers who enjoyed “gluing” other people’s APIs and Managed Services) #3 We're obsessed by creating business value (meaningful MVPs, Products), focusing on Outcomes – NOT Outputs, and we mesh well with Product Managers #2 We build bridges between Serverless Community (“Dev leg”), and Front-end, Voice-First & UX folks (“UX leg”) #4 Achieve agility NOT by “sprinting” faster (like in Scrum), but working smarter (by using bigger building blocks and less Ops)
  • 4. Disconnect between IT & Business needs 4 How to help companies accelerate? Technology is not the point => We are here to create Value Adopting Serverless Mindset allowed us to shift the focus from “pimping up our cars” (infrastructure/code), towards “driving” (the business) forward. ≠
  • 5. Let’s bridge the Businesses & IT Gap by: 5 1. bringing more Business-focused topics (like one today) to educate, 2. offering free Second Opinions on Application/Data Architecture modernization (to Businesses), 3. offering for-fee Consulting service (regardless of how short they are), 4. connecting Cloud enthusiasts from the Community with Employers Fill the Survey help us serve you better, plus to win Manning raffle: https://forms.gle/oH2ZTnSgMTH41xsg7
  • 6. Knowledge Sponsor 1. Go to www.manning.com 2. Select *any* e-Book, Video course, or liveProject you want! 3. Add it to your shopping cart (no more than 1 item in the cart) 4. Raffle winners will send me the emails (used in Manning portal), 5. So the publisher can move it to your Dashboard – as if purchased. Fill the survey to win!
  • 7. Upcoming ServerlessToronto.org Meetups 7 1) Get started with Dialogflow & Contact Center AI on Google Cloud – Lee Boonstra, Conversational AI @ Google 2) Dr. Maloy – Empowering Developers to be Healthcare Heroes 3) Snowflake talk
 getting closer 4) YOUR “This is my Architecture” style presentations are welcome! Regardless how big or small your learning & sharing will be â˜ș Please rate us on Meetup, Tell your peers We’re here to Help YOU help others
  • 9. Building a Data Cloud to enable Analytics and AI-Driven Innovation How Google Cloud addresses key challenges when building an agile Data & AI Platform Lak Lakshmanan, Director, Analytics & AI Solutions @lak_gcp https://www.meetup.com/Serverless-Toronto/events/277818918/
  • 10. Proprietary + Confidential Bring great products to market faster Unique customer segmentation Fundamentally change the way you go to market: identify highest value customers and provide right products at the right time Build better products Improve end-user experience through data-driven innovation and launch of new revenue-generating opportunities Adapt in real-time Run advanced analytics and predict the future through real-time tests that allows you to react and respond immediately to evolving user & market needs
  • 11. Proprietary + Confidential Achieve better economics to scale your business Operations productivity Apply machine learning techniques to identify and rectify systemic inefficiencies, allowing you to learn and adapt your operations efficiently Developer productivity Discover patterns in code and build tools that improve developer productivity, e.g., code recommendation and automatic bug fixing AI/ML infrastructure efficiencies Reduce your cash burn rate by utilizing machine learning to run and execute your models quicker
  • 12. Why is AI/ML so exciting today? Why all the hype? ArtiïŹcial Intelligence Machine Learning Deep Learning Class of problems we can solve when computers think/act like humans Scalably solve those problems using data examples (not custom code) Even when that data consists of unstructured data like images, speech, video, natural language text, etc.
  • 14. Many recent AI advances can be attributed to increases in data size and compute power Deep Learning scaling is predictable, empirically https://arxiv.org/abs/1712.00409 https://blog.openai.com/ai-and-compute/
  • 15. Fortunately, Transfer Learning works in many scenarios but requires high-quality pre-trained models
  • 16. Customizing Google’s video models with AutoML Video SHOT CLASSIFICATION ACTION RECOGNITION OBJECT TRACKING VIDEO CLASSIFICATION Predict labels on entire videos (not segments within the video) Predict shot boundaries inside a video, and predict labels on each of those those shots Use a 1-second sliding window to predict actions, e.g., goal celebration Predict bounding boxes and start/end tracks of objects inside videos, e.g., track a drifting car Enable powerful content discovery and engaging video experiences
  • 17. Proprietary + Confidential Data Science Key to ML on structured data is having more features – it’s essential to break down data silos and do ML while minimizing data movement BigQuery Analytics Project: Sales Data Mesh Transactions dataset Project: Customers Data Mesh CRM dataset Project: Products Data Mesh Products dataset Offline tickets Online orders Cust. Details P. Referential ML tooling BI tooling Global Logical Semantic Layer Raw data access still possible
  • 19. Very few people can create net-new ML models today 10K DL researchers 2M ML experts +23M Developers +100M Business users
  • 20. Democratize predictive analytics for business users using BigQuery ML 1 2 3 Execute ML initiatives without moving data from BigQuery Iterate on models in SQL in BigQuery to increase development speed Automate common ML tasks, and hyperparameter tuning CREATE MODEL my_models.car_accidents OPTIONS(type=‘logistic_reg’, labels=[‘bad_accident’]) AS SELECT speed, age, ..., FROM input_table); SELECT label FROM ml.PREDICT( MODEL my_models.car_accidents, (SELECT speed, age, ... FROM input_table));
  • 21. Proprietary + Confidential Build end-to-end AI Deploy custom AI Build a portfolio of AI use cases Requires Effort Benefit Use AI out of the box Maximize the value AI delivers into business workflows Low effort, high volume High quality AI building blocks and industry solutions Extract value from your data Medium effort, customization High quality baselines and ease-of-use Use AI on your data to differentiate your product High effort, low volume Powerful, easy-to-use platform that allows you to reuse pre-built and/or customizable components Similar value creation (“reward”) from all 3 buckets Need a unified platform that supports all 3 buckets
  • 22. AI Platform for every level of expertise Pre-trained APIs No training data needed, get started right away Custom AI with AutoML Easily create custom models (A no-code approach) End-to-end AI with core tools Help data scientists and ML engineers build and deploy AI
  • 23. Proprietary + Confidential Google Cloud AI Prebuilt ML APIs AI Platform AutoML AI Solutions Language Conversation Horizontal solutions Structured Data Language Contact Center AI Notebooks Industry solutions Data Labeling Training Prediction Continuous evaluation Explainability Pipelines Data Science and Machine Learning Sight Sight Vision Video Translate Natural Language Tables Video Intelligence Vision Natural Language Translate Speech-to-Text Text-to-Speech Document AI DialogïŹ‚ow Talent Solution Recommendation AI Buy Build Customize
  • 24. Challenge #3 Getting value of ML requires a modern data platform
  • 25. Google’s data cloud embraces the full data life cycle
  • 26. Google’s data cloud embraces the full data life cycle
  • 27. Google’s data cloud embraces the full data life cycle
  • 28. Google’s data cloud embraces the full data life cycle
  • 29. Google’s data cloud allows customers to unify data across the entire organization Break down silos Increase agility Innovate faster Get value from data Support business transformation +consistent governance & security
  • 30. The data and ML infrastructure have to be integrated because real-time, personalized machine learning is where the value is Speed of Analytics Systems must be able to ingest, process, and serve data in real-time, or opportunities are lost Speed of Action Machine-learning drives personalized services, based on the customer’s context
  • 31. Deliver serverless analytics, not infrastructure Build for growth to any scale Embed ML and drive an end-to- end lifecycle Empower analytics across the entire data lifecycle Enable the best OSS technologies Google Cloud significantly simplifies big data analytics
  • 32. Proprietary + Confidential Data Analytics & Management Google Cloud Smart Analytics & AI Prebuilt ML APIs Foundation AI Platform AutoML AI Solutions Language Conversation Horizontal solutions Structured Data Language Frameworks Compute Contact Center AI Ingestion and Processing Storage and Analytics Orchestration Notebooks Industry solutions Data Labeling Training Prediction Continuous evaluation Explainability Pipelines Compute Engine Cloud TPU Cloud GPU Cloud scheduler Cloud Composer Instrumentation Cloud Build Container Registry Cloud Pub/Sub Cloud DataïŹ‚ow Cloud Dataproc Data Fusion Cloud Storage BigQuery Cloud Bigtable Cloud SQL Data Catalog Data Studio Data Science and Machine Learning Sight Sight Vision Video Translate Natural Language Tables Video Intelligence Vision Natural Language Translate Speech-to-Text Text-to-Speech Document AI DialogïŹ‚ow Talent Solution Recommendation AI
  • 33. Supports the entire Data Science team Data Engineer Uses Pub/Sub, DataïŹ‚ow, and Dataprep to ingest, prepare and transform data Data Scientist Uses AI Platform Notebooks and Training services to build, and evaluate models ML Engineer Uses AI Platform Predictions to serve models, and KubeïŹ‚ow Pipelines to encapsulate ML workïŹ‚ows for reuse. Developer Collaborates with data scientists to embed AI through REST APIs into applications Business Analyst Discovers solutions from AI Hub and deploys it into production
  • 34. Proprietary + Confidential A platform for all users and intents throughout the data lifecycle Fine-grained access control Cloud IAM Metadata management Data Catalog Always encrypted Data at rest and in transit Redact sensitive data Cloud DLP Security Admin Protecting data Messaging PubSub Data Processing Dataflow Data Apps Looker (LookML) OSS Engines Dataproc (Spark, Flink) Developer Intelligent apps DW & DB BigQuery , BigTable Data processing (OSS) pipelines Dataproc (Spark, Presto, Flink) Data Processing (Native) pipelines Dataflow Orchestration Composer Data engineer Get clean, useful data Messaging PubSub or Confluent Kafka CDW BigQuery CDW & Orchestration BigQuery Visual data Integration Data Fusion ML in SQL BigQuery ML Data models, catalog Looker, Data Catalog Data analyst Query and analyze Ingestion BigQuery Streaming & DTS Governed BI Looker CDW in a Spreadsheet Connected Sheets Natural Language Query Data QnA Business User Insights Everywhere Data models, catalog Looker, Data Catalog CDW BigQuery Portable notebooks AI Platform Notebooks Simplified ML BigQuery ML & Auto ML Collaboration Feature Store, AI Platform Pipelines Spark Dataproc / Dataproc Hub Data scientist Models that work CDW BigQuery Secure data sharing BigQuery
  • 35. Dataflow: fully integrated data processor for ML BigQuery ML Onboard training data for BQML In batch or streaming mode Use BQML models for online inference Export BQML-trained models as SavedModel and do streaming inference Cloud AI Platform Tensorflow Extended (TFX) Dataflow Dataflow Dataflow Integrated with KubeïŹ‚ow for production ML pipelines Data processor for CAIP training On CPUs and GPUs Enables large-scale processing for TFX Transform, Data Validation, Model Analysis Brings streaming events and generates Examples for training and inference Robust ingestion services Advanced Analytics at speed Actionable Intelligence
  • 37. Proprietary + Confidential Use Looker to push data into apps OEM White labeled Looker Customers log directly into Looker Embed/iFrames Displaying data visualizations and all advanced BI capabilities using iframes
  • 38. Proprietary + Confidential A lot of ML predictions happen at the edge On-premises deployments IoT Devices Machine Learning at the Edge Device inference framework Model deployment to the Edge ML HW accelerator for the Edge Anthos on-prem Create, manage, and upgrade Kubernetes clusters in on-premises environments Cloud IoT Core Managed service to securely connect, manage, and ingest data from global device fleets Tensorflow Lite Deep learning framework for on-device inference Edge Manager for ML Deploy, manage and run ML models on edge devices with Cloud AI Platform Coral A platform of hardware components, software tools and precompiled models
  • 40. ML requires operationalizing both data and code ConïŹguration Data Collection Data VeriïŹcation Feature Extraction Process Management Tools Analysis Tools Machine Resource Management Serving Infrastructure Monitoring ML Code Source: Sculley et al.: Hidden Technical Debt in Machine Learning Systems
  • 41. Get models into production faster Ingestion Analysis Transform Training Tracking Evaluating Deploying Managed dataset AutoML Models Evaluation Endpoints and Batch predictions START END Custom Code Labeling tasks Unmanaged dataset Flexibility in training methods, and running parallel experiments Access model evaluation, optimization, and XAI capabilities built into the platform Robust backend for deployment with all relevant MLOps services
  • 42. Proprietary + Confidential Scaling ML workflows with AI Platform Pipelines and the MLOps suite of services Artifact Store Cloud Storage Scalable Inference AI Platform Prediction Processing Cloud Dataflow Serverless Training AI Platform Training Extract Data Prepare Data Train Model Validate Data Vertex AI Pipelines Evaluate Model Validate Model Deploy Model Container Registry Data warehouse BigQuery
  • 43. Proprietary + Confidential AutoML Experiment Train Deploy Data Labeling TensorBoard Model Builder SDK Training Vizier NAS Prediction Model Monitoring Explainable AI Feature Store ML Metadata Pipelines Notebooks Vision Video Language Tables Forecast Custom training workflow No code / low code workflow Vertex AI GA NEW NEW NEW NEW NEW NEW NEW NEW Matching Engine NEW BigQuery ML Translation NEW
  • 44. Proprietary + Confidential Unified machine learning and data science Increased productivity & reduced learning curve Learn a single workflow and vocabulary for all of our AI products, regardless of the layer of abstraction. Easy experimentation Train models quickly using AutoML by building on Google’s proprietary IP and compare the results easily against custom-built models trained on the same dataset and managed in one place on the unified platform. Seamless integration & exibility Easily interchange custom and AutoML-trained models as they are now leveraging the same format and technical foundation. Take them with you and deploy them anywhere. MLOps Tooling and automated workflows for rapid, continuous delivery and management of models to production
  • 46. Proprietary + Confidential Use Google’s best-in-class algorithms like NAS Use of Neural Architecture Search (NAS) at Waymo 20–30% lower latency/same quality 8–10% lower error rate/same latency NAS model in 2 weeks vs months (1 year of GPU time) searching over 10k architectures “Going from months of engineering time to generate and fine tune a architecture manually to "automatically generating" neural nets with NAS” NAS Waymo ML Expert
  • 47. Unstructured Documents { Type: Check Amount: $100 To:Allstate 
} Enterprise Knowledge Graph (EKG) Normalize, validate & link entities across your data Capture Unstructured Content Content Warehouse Integrated unstructured + structured storage { Type: Check Amount: $100 To: Allstate Insurance,Inc 
} “10 checks indicate $100 payments to Allstate Insurance, Inc” BigQuery analysis engine Unified Analytics Easily join structured & unstructured data into analysis, models, and processes “We’re seeing new payment patterns to All-state Insurance, Inc correlating with Jumbo Loan volumes in the North East” The AI-Powered Enterprise Data Warehouse DocAI + EKG + CMS = Unstructured Data ETL Process Best-in-class AI Store Unified Data Lake Analyze Data Warehousing Use Advanced analytics Document AI Get structured data from unstructured content Human in the Loop (HITL) Comprehensive tooling for human review of AI model creation & outputs
  • 48. Proprietary + Confidential Train on less data Get a jump start by customizing Google’s high-quality APIs through AutoML Google Cloud can help you leverage AI more effectively Develop AI fast Train ML models in SQL without moving data around. Less code to maintain. Large Scale ML Take advantage of AI accelerators, notebooks to dramatically speed up ML development Integrated with Data Cloud Build unified AI and data pipelines to support recommendations, streaming, and other use cases Activate Analytics, ML easily Incorporate Looker embedded analytics widgets into websites and mobile applications Operationalize ML Take advantage of Vertex AI Pipelines, Feature Store, Notebooks, Continuous Evaluation, etc. Deploy ML on the Edge Leverage TensorFlow Lite and Coral to deploy AI to iOS, Android, custom hardware Work with leader in Data & AI Google Cloud sets the innovation bar in data and AI. Work with us.
  • 50. Join www.ServerlessToronto.org Home of “Less IT Mess”