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
76
Explainable AI- A New Paradigm for Transparency in AI
techwithshadab
0
67
Experimentation with Jupyter, Papermill, and MLFlow
techwithshadab
0
230
Deep Learning in Neural Networks
techwithshadab
0
52
Data Science- An Exploratory Career
techwithshadab
0
130
Introduction to Qiskit
techwithshadab
0
110
Python for Data Science
techwithshadab
0
150
Tweet-Driven Mozfest-Storytelling
techwithshadab
2
37
Other Decks in Technology
See All in Technology
アジャイルでの品質の進化 Agile in Motion vol.1/20241118 Hiroyuki Sato
shift_evolve
0
180
DynamoDB でスロットリングが発生したとき_大盛りver/when_throttling_occurs_in_dynamodb_long
emiki
1
450
ISUCONに強くなるかもしれない日々の過ごしかた/Findy ISUCON 2024-11-14
fujiwara3
8
880
ExaDB-D dbaascli で出来ること
oracle4engineer
PRO
0
3.9k
BLADE: An Attempt to Automate Penetration Testing Using Autonomous AI Agents
bbrbbq
0
330
データプロダクトの定義からはじめる、データコントラクト駆動なデータ基盤
chanyou0311
2
350
FlutterアプリにおけるSLI/SLOを用いたユーザー体験の可視化と計測基盤構築
ostk0069
0
120
AGIについてChatGPTに聞いてみた
blueb
0
130
Adopting Jetpack Compose in Your Existing Project - GDG DevFest Bangkok 2024
akexorcist
0
120
アジャイルチームがらしさを発揮するための目標づくり / Making the goal and enabling the team
kakehashi
3
160
OCI Vault 概要
oracle4engineer
PRO
0
9.7k
B2B SaaSから見た最近のC#/.NETの進化
sansantech
PRO
0
930
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
169
14k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
Automating Front-end Workflow
addyosmani
1366
200k
Embracing the Ebb and Flow
colly
84
4.5k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
131
33k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
31
2.7k
GitHub's CSS Performance
jonrohan
1030
460k
Testing 201, or: Great Expectations
jmmastey
38
7.1k
What's new in Ruby 2.0
geeforr
343
31k
Facilitating Awesome Meetings
lara
50
6.1k
How GitHub (no longer) Works
holman
310
140k
RailsConf 2023
tenderlove
29
900
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