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
14
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
69
Experimentation with Jupyter, Papermill, and MLFlow
techwithshadab
0
250
Deep Learning in Neural Networks
techwithshadab
0
58
Data Science- An Exploratory Career
techwithshadab
0
130
Introduction to Qiskit
techwithshadab
0
120
Python for Data Science
techwithshadab
0
160
Tweet-Driven Mozfest-Storytelling
techwithshadab
2
42
Other Decks in Technology
See All in Technology
クラウド開発環境Cloud Workstationsの紹介
yunosukey
0
220
持続可能なドキュメント運用のリアル: 1年間の成果とこれから
akitok_
1
270
CodeRabbitと過ごした1ヶ月 ─ AIコードレビュー導入で実感したチーム開発の進化
mitohato14
0
200
PagerDuty×ポストモーテムで築く障害対応文化/Building a culture of incident response with PagerDuty and postmortems
aeonpeople
3
520
【Oracle Cloud ウェビナー】ご希望のクラウドでOracle Databaseを実行〜マルチクラウド・ソリューション徹底解説〜
oracle4engineer
PRO
1
140
AI駆動で進化する開発プロセス ~クラスメソッドでの実践と成功事例~ / aidd-in-classmethod
tomoki10
1
580
Databricksで完全履修!オールインワンレイクハウスは実在した!
akuwano
0
140
AIコーディングの最前線 〜活用のコツと課題〜
pharma_x_tech
4
2.9k
ワールドカフェI /チューターを改良する / World Café I and Improving the Tutors
ks91
PRO
0
140
企業が押さえるべきMCPの未来
takaakikakei
0
240
Aspire をカスタマイズしよう & Aspire 9.2
nenonaninu
0
350
Gateway H2 モジュールで スマートホーム入門
minoruinachi
0
120
Featured
See All Featured
4 Signs Your Business is Dying
shpigford
183
22k
Designing Experiences People Love
moore
142
24k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
105
19k
Side Projects
sachag
453
42k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.5k
Become a Pro
speakerdeck
PRO
28
5.3k
Rails Girls Zürich Keynote
gr2m
94
13k
Producing Creativity
orderedlist
PRO
344
40k
Automating Front-end Workflow
addyosmani
1370
200k
Statistics for Hackers
jakevdp
798
220k
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