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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Shadab Hussain
October 15, 2022
Technology
29
0
Share
MLOps using Vertex AI : Beyond Model Training
MLOps using Vertex AI: Beyond Model Training (GDG Mysore Devfest'22)
Shadab Hussain
October 15, 2022
More Decks by Shadab Hussain
See All by Shadab Hussain
Intro to Qiskit
techwithshadab
0
94
Explainable AI- A New Paradigm for Transparency in AI
techwithshadab
0
77
Experimentation with Jupyter, Papermill, and MLFlow
techwithshadab
0
260
Deep Learning in Neural Networks
techwithshadab
0
69
Data Science- An Exploratory Career
techwithshadab
0
140
Introduction to Qiskit
techwithshadab
0
140
Python for Data Science
techwithshadab
0
170
Tweet-Driven Mozfest-Storytelling
techwithshadab
2
52
Other Decks in Technology
See All in Technology
やさしいとこから始めるGitHubリポジトリのセキュリティ
tsubakimoto_s
3
2.1k
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
11k
ThetaOS - A Mythical Machine comes Alive
aslander
0
230
TUNA Camp 2026 京都Stage ヒューリスティックアルゴリズム入門
terryu16
0
650
The essence of decision-making lies in primary data
kaminashi
0
190
第26回FA設備技術勉強会 - Claude/Claude_codeでデータ分析 -
happysamurai294
0
230
「できない」のアウトプット 同人誌『精神を壊してからの』シリーズ出版を 通して得られたこと
comi190327
3
440
QA組織のAI戦略とAIテスト設計システムAITASの実践
sansantech
PRO
1
270
CloudFrontのHost Header転送設定でパケットの中身はどう変わるのか?
nagisa53
1
230
Blue/Green Deployment を用いた PostgreSQL のメジャーバージョンアップ
kkato1
0
170
15年メンテしてきたdotfilesから開発トレンドを振り返る 2011 - 2026
giginet
PRO
2
250
MIX AUDIO EN BROADCAST
ralpherick
0
140
Featured
See All Featured
First, design no harm
axbom
PRO
2
1.2k
The Language of Interfaces
destraynor
162
26k
職位にかかわらず全員がリーダーシップを発揮するチーム作り / Building a team where everyone can demonstrate leadership regardless of position
madoxten
62
53k
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
2k
How to train your dragon (web standard)
notwaldorf
97
6.6k
[SF Ruby Conf 2025] Rails X
palkan
2
870
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
160
Primal Persuasion: How to Engage the Brain for Learning That Lasts
tmiket
0
300
Producing Creativity
orderedlist
PRO
348
40k
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
230
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.5k
Kristin Tynski - Automating Marketing Tasks With AI
techseoconnect
PRO
0
210
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