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
OpenID BizDay#17 KYC WG活動報告(法人) / 20250219-BizDay17-KYC-legalidentity
oidfj
0
140
7日間でハッキングをはじめる本をはじめてみませんか?_ITエンジニア本大賞2025
nomizone
2
1.7k
ユーザーストーリーマッピングから始めるアジャイルチームと並走するQA / Starting QA with User Story Mapping
katawara
0
170
目の前の仕事と向き合うことで成長できる - 仕事とスキルを広げる / Every little bit counts
soudai
24
6.6k
Data-centric AI入門第6章:Data-centric AIの実践例
x_ttyszk
1
390
Larkご案内資料
customercloud
PRO
0
650
インフラをつくるとはどういうことなのか、 あるいはPlatform Engineeringについて
nwiizo
5
2.4k
「海外登壇」という 選択肢を与えるために 〜Gophers EX
logica0419
0
640
Cloud Spanner 導入で実現した快適な開発と運用について
colopl
1
320
あれは良かった、あれは苦労したB2B2C型SaaSの新規開発におけるCloud Spanner
hirohito1108
2
370
The Future of SEO: The Impact of AI on Search
badams
0
160
マルチモーダル理解と生成の統合 DeepSeek Janus, etc... / Multimodal Understanding and Generation Integration
hiroga
0
370
Featured
See All Featured
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
Designing Experiences People Love
moore
139
23k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.1k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Six Lessons from altMBA
skipperchong
27
3.6k
Git: the NoSQL Database
bkeepers
PRO
427
64k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.4k
Docker and Python
trallard
44
3.3k
Building Your Own Lightsaber
phodgson
104
6.2k
Scaling GitHub
holman
459
140k
Into the Great Unknown - MozCon
thekraken
35
1.6k
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