Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
MLOps using Vertex AI : Beyond Model Training
Search
Shadab Hussain
October 15, 2022
Technology
0
11
MLOps using Vertex AI : Beyond Model Training
MLOps using Vertex AI: Beyond Model Training (GDG Mysore Devfest'22)
Shadab Hussain
October 15, 2022
Tweet
Share
More Decks by Shadab Hussain
See All by Shadab Hussain
Intro to Qiskit
techwithshadab
0
80
Explainable AI- A New Paradigm for Transparency in AI
techwithshadab
0
68
Experimentation with Jupyter, Papermill, and MLFlow
techwithshadab
0
240
Deep Learning in Neural Networks
techwithshadab
0
55
Data Science- An Exploratory Career
techwithshadab
0
130
Introduction to Qiskit
techwithshadab
0
120
Python for Data Science
techwithshadab
0
150
Tweet-Driven Mozfest-Storytelling
techwithshadab
2
39
Other Decks in Technology
See All in Technology
ディスプレイ広告(Yahoo!広告・LINE広告)におけるバックエンド開発
lycorptech_jp
PRO
0
340
AIエージェント元年@日本生成AIユーザ会
shukob
1
200
設計を積み重ねてシステムを刷新する
sansantech
PRO
0
160
生成AI×財務経理:PoCで挑むSlack AI Bot開発と現場巻き込みのリアル
pohdccoe
1
620
AI Agent時代なのでAWSのLLMs.txtが欲しい!
watany
2
220
EDRの検知の仕組みと検知回避について
chayakonanaika
11
4.8k
クラウド食堂とは?
hiyanger
0
110
Cracking the Coding Interview 6th Edition
gdplabs
14
28k
入門 PEAK Threat Hunting @SECCON
odorusatoshi
0
150
Visualize, Visualize, Visualize and rclone
tomoaki0705
9
82k
OCI Success Journey OCIの何が評価されてる?疑問に答える事例セミナー(2025年2月実施)
oracle4engineer
PRO
2
130
AWSではじめる Web APIテスト実践ガイド / A practical guide to testing Web APIs on AWS
yokawasa
7
660
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
193
16k
A Tale of Four Properties
chriscoyier
158
23k
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.5k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
570
The Pragmatic Product Professional
lauravandoore
32
6.4k
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.5k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Done Done
chrislema
182
16k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Building a Scalable Design System with Sketch
lauravandoore
461
33k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
Designing for Performance
lara
604
68k
Transcript
Mysuru MLOps using Vertex AI: Beyond Model Training Shadab Hussain
Senior Associate - MLOps, TheMathCompany
What is Machine Learning?
What is Machine Learning? 1. An application of artificial intelligence
2. Built using algorithms and data 3. Automatically analyze and make decision by itself without human intervention.
None
None
A classification problem is when the output variable is a
category. Examples: “red” or “blue”? will it rain today or not? “cat”, “dog” or “tiger”?
A regression problem is when the output variable is a
real value. Examples: Predict value of a stock? Price of house in a city?
Problems with Traditional way for building ML Models • Good
configuration hardware required. • Model needs to be deployed in a scalable way. • Machine Learning expertise required to write code • Build efficient models.
None
How to tackle all this??
Vertex AI • Train models without code, minimal expertise required
• A unified UI for the entire ML workflow • Manage your models with confidence • Pre-trained APIs for vision, video, natural language, and more
Vertex AI • Image Classification Object Detection • Tabular Regression/classification
Forecasting
Vertex AI • Text Classification Entity Extraction Sentiment analysis •
Video Classification Action Recognition
How does Vertex AI Tables help? • It helps you
build and deploy high quality machine learning models on structured data (Tables). • No code required!! • No Machine Learning Expertise required!!
Example problem Statement 1. Predicting Housing Prices 2. Predicting possibility
of getting Diabetes 3. Credit card data for 'good' or 'bad' customer 4. Mobile Phone Price range from it’s Features (RAM, Battery, etc)
https://github.com/techwithshad ab/vertex-ai-wine-demo
None