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
17
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
83
Explainable AI- A New Paradigm for Transparency in AI
techwithshadab
0
71
Experimentation with Jupyter, Papermill, and MLFlow
techwithshadab
0
250
Deep Learning in Neural Networks
techwithshadab
0
61
Data Science- An Exploratory Career
techwithshadab
0
140
Introduction to Qiskit
techwithshadab
0
120
Python for Data Science
techwithshadab
0
160
Tweet-Driven Mozfest-Storytelling
techwithshadab
2
45
Other Decks in Technology
See All in Technology
「Chatwork」の認証基盤の移行とログ活用によるプロダクト改善
kubell_hr
1
200
Node-RED × MCP 勉強会 vol.1
1ftseabass
PRO
0
160
Should Our Project Join the CNCF? (Japanese Recap)
whywaita
PRO
0
190
SalesforceArchitectGroupOsaka#20_CNX'25_Report
atomica7sei
0
230
Oracle Cloud Infrastructure:2025年6月度サービス・アップデート
oracle4engineer
PRO
2
280
Claude Code Actionを使ったコード品質改善の取り組み
potix2
PRO
6
2.5k
第9回情シス転職ミートアップ_テックタッチ株式会社
forester3003
0
260
AWS テクニカルサポートとエンドカスタマーの中間地点から見えるより良いサポートの活用方法
kazzpapa3
2
570
変化する開発、進化する体系時代に適応するソフトウェアエンジニアの知識と考え方(JaSST'25 Kansai)
mizunori
1
240
解析の定理証明実践@Lean 4
dec9ue
0
180
あなたの声を届けよう! 女性エンジニア登壇の意義とアウトプット実践ガイド #wttjp / Call for Your Voice
kondoyuko
4
480
監視のこれまでとこれから/sakura monitoring seminar 2025
fujiwara3
11
4k
Featured
See All Featured
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.5k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
What's in a price? How to price your products and services
michaelherold
246
12k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.2k
Site-Speed That Sticks
csswizardry
10
670
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Visualization
eitanlees
146
16k
Building an army of robots
kneath
306
45k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
53k
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