SlideShare a Scribd company logo
1 of 33
www.productschool.com
What is Data as a Service by T-Mobile
Principle Technical PM
FREE INVITE
Join 35,000+ Product Managers on
COURSES
Product Management
Learn the skills you need to land a product manager job
COURSES
Coding for Managers
Build a website and gain the technical knowledge to lead software engineers
COURSES
Data Analytics for Managers
Learn the skills to understand web analytics, SQL and machine learning concepts
COURSES
Digital Marketing for Managers
Learn how to acquire more users and convert them into clients
COURSES
UX Design for Managers
Gain a deeper understanding of your users and deliver an exceptional end-to-end
experience
COURSES
Product Leadership for Managers
For experienced Product Managers looking to gain strategic skills needed for top leadership
roles
COURSES
Corporate Training
Level up your team’s product management skills
Krishna Chaitanya
TONIGHT’S SPEAKER
DataisEverywhere
Howmuchdatawegenerateeveryday ?
• 2.5 quintillion bytes of data created each day at our current pace, but that pace is only accelerating with the growth of the Internet of
Things (IoT).
• Over the last two years alone 90 percent of the data in the world was generated.
• Internet:
• More than 3.7 billion humans use the internet (that’s a growth rate of 7.5 percent over 2016).
• On average, Google now processes more than 40,000 searches EVERY second (3.5 billion searches per day)
• Social Media :
• Snapchat users share 527,760 photos
• More than 120 professionals join LinkedIn
• Users watch 4,146,600 YouTube videos
• 456,000 tweets are sent on Twitter
• Instagram users post 46,740 photos
• Communication: 16 million text messages,990,000 Tinder swipes,156 million emails are sent; worldwide it is expected that there will be
2.9 billion email users by 2019,103,447,520 spam emails sent
• Services: Weather Channel receives 18,055,556 forecast requests,Uber riders take 45,788 trips!
• IOT
• https://web-assets.domo.com/blog/wp-content/uploads/2017/07/17_domo_data-never-sleeps-5-01.png
Whatis
MachineLearning?
WhatisMachineLearning?
“Machinelearningisthescienceofgettingcomputerstoactwithoutbeingexplicitlyprogrammed.”
--Andrew Ng (Stanford Professor; developer of Coursera’s ML course)
• Machine learning is a set of techniques for finding and exploiting patterns in data
• The practice of ML is both an art and a science
• Science: Mathematical representations of patterns
Algorithms to fit these representations to individual datasets
• Art: Selection & improvement of models
Shaping of input data
Evaluation of results
WhatisthePracticeof
MachineLearning?
WhatisthePracticeofMachineLearning?
• MLalgorithmsaregreatat findingpatterns
thatlooklikewhat youtellthemtolookfor
• Theywillnothelpyoufigureout whattype
ofpatternsmakesense foryourproblem
• Theywillalwaysfindpatterns,but willnot
quantifyhowstrongthesepatternsreally
areinthedata
Thisisthepractice ofML:
Understandadditionallywhen each model is
appropriate, howtoevaluatesuccess,andwhat
toolsare availablefortailoringeach model toyour
specific problem
ThisisMLinterpretednarrowly: Understand
howthemodels work
WheredoIfind
MachineLearning?
WhereDoWeFindMachineLearning?
• Frauddetection
• Spam filtering
• Botdetection
• Stolen credit card usage
• Information retrieval (IR)
• Websearch (Google/Bing/etc.)
• Marketing
• Churnprediction
• Conversion prediction
• Targeting
• Imageprocessing
• Facerecognition
• Recommendation systems
• Productrecommendations
• Entertainmentrecommendations
WheredoIfind
MachineLearning?
WheredoIfind
MaciLearning?
Probabilities:MontyHallProblem
https://en.wikipedia.org/wiki/Monty_Hall_problem
1 2 3
http://www.montyhallproblem.com
MontyHall Setup: Montyshows threedoors. Onecontainsa car; theotherscontain
goats.
1. You gettopick adoor.
2. MontyHall will open oneof thedoorsyou didn’t pick, toshowyou a goat.
3. Nowyou haveachoice:
a) Staywith youroriginally-chosen door
b) Switch totheotherunopeneddoor
What choice should you make to
maximize the probability that you
will win the car?
Why?
Probabilities: Monty Hall Problem
https://en.wikipedia.org/wiki/Monty_Hall_problem
1 2 3
http://www.montyhallproblem.com
Scenario 1: You decide to stay with your originalchoice of door
Product
rule!
Probabilityofwinningtheprizeinscenario1:1/3+0=1/3 Sum of disjoint
events!
Probabilities:MontyHallProblem
https://en.wikipedia.org/wiki/Monty_Hall_problem
1 2 3
http://www.montyhallproblem.com
Scenario2: Youdecidetoswitchdoors
Product
rule!
Probability of winning the prize in scenario 2: 2/3 + 0 = 2/3
Sum of disjoint
events!
Probabilities:MontyHallProblem
https://en.wikipedia.org/wiki/Monty_Hall_problem
1 2 3
http://www.montyhallproblem.com
Thisisafamous problem, withlots of historyanddifferent explanations tobefoundonline.
You arealways betteroff switchingdoors!
P(prize |switch)=2/3
P(prize |stay)= 1/3
Your ML Toolbox
• Predictive Algorithms
• Linear/polynomial regression
• Logistic regression
• SVMs + kernels
• Decision trees + bagging, boosting
• Analysis Tools
• Metrics: Precision/recall
• Cross-validation & holdout sets
• Bias/variance
• Confidence intervals & p-values
• ML Process Tools
• Gradient descent
• Clustering
• PCA
• Bootstrapping
• Feature selection
• Regularization
MLThemes&BestPractices
• Themes
• Bias/variance tradeoff
• Optimality/efficiency tradeoff
• Thereisnever a“right” answer
• Different tools andmodels areappropriate in different situations.
• Bestpractices
• Usecross-validation for parameter tuning
• Maintain aseparate validation set
• Measure quality withprecision, recall, f1
• Usepackages (don’twrite yourownalgos, unlessit’s for learning)
• Gettoknowyour data
• Trylotsof different things,butexplore inaprincipled way
DigitalTransformation:
• Digital transformation is theintegration of digital technology intoall areasof business,fundamentally changinghowyou operate and deliver value to
customers.
• Customerexperience
• Operational agility
• Cultureandleadership
• Workforce enablement enablement
• Digital technology Integration
• NoSQLDatabases :
a. Column: Each storageblockcontainsdata fromonlyonecolumnEx: Accumulo,Cassandra,Scylla, ApacheDruid, HBase,Vertica.
b. Document: It storesdocuments made upoftagged elementsEx: ApacheCouchDB,ArangoDB, BaseX, Clusterpoint,Couchbase,
CosmosDB,IBM Domino, MarkLogic, MongoDB, OrientDB,Qizx, RethinkDB
c. Key-value: IthasaBigHashTable ofkeys &valuesEx: Aerospike,Apache Ignite,ArangoDB, BerkeleyDB,Couchbase,Dynamo,
FoundationDB, InfinityDB,MemcacheDB, MUMPS,Oracle NoSQL Database, OrientDB,Redis,Riak,SciDB, SDBM/Flat File dbm, ZooKeeper
d. Graph: Anetworkdatabase thatusesedges andnodes torepresentandstoredata. AllegroGraph, ArangoDB, InfiniteGraph,Apache
Giraph, MarkLogic, Neo4J, OrientDB, Virtuoso
DigitalTransformation
DataAsaService
DaaS is an approach to make data available whenever it is needed, and fits into the larger “SOA” Service-oriented Architecture design pattern.
DaaS is an approach, within SOA, that values, shares and focuses on data.
Why Data as a Service?
• First of all – creating a bunch of services, which move data around, does not constitute DaaS, unless they are designed to yield certain
benefits.
Herearekeybenefits thatmotivate anddefine DaaS:
1.Valuable, re-usable and uniform :
Data Services in a DaaS environment should have value across multiple projects, and the value of the data formats and data services
should be designed to both outlast and exceed the value of the particular systems that first use the data services.
2.Secure
Security, in particular, must be uniform and ubiquitous. It is a barrier to adoption if some underlying systems use different security
models. Different groups will not share data without built-in security, and too much data without controls becomes a privacy and
compliance risk.
3.Virtual data and abstraction
Data Services should abstract away from underlying data stores and locations, including “silo busting” combinations of data from
multiple sources in multiple formats, presented seamlessly as one service.
4.Do not focus on the plumbing (enabling technologies)
Think about what would happen if you hired a plumber as the architect for your house. You’d likely end up with pipes, valves and other
exposed internals running through your living room – complicating and cluttering, rather than making your house livable. Plumbing
should be hidden and transparent, and invisibly enable your structure to function.
DataAsaService
DaaS is an architectural pattern. Most developers know how to add SOAP services with WSDL definitions or REST calls, and passing XML (or
JSON or RDF) around. This technique may be necessary, but doing so gratuitously does not help create a DaaS architecture. Focus on data formats
and service definitions, not the protocols and technologies used to expose and wire them up.
5.Don’t Confuse DaaS With Cloud
Just as plumbing is an enabling technology, cloud computing is an infrastructure approach. DaaS is about the architecture, so must focus on how data
is formatted and transmitted, and the interfaces between subsystems. What servers a system runs on is very important, but should not be confused
with the DaaS pattern. Yes, you can put a server hosting DaaS services in the cloud.
6.Understand Why DaaS is Not an Enterprise Data Warehouse
EDW efforts often fail because of modeling complexity. DaaS is more agile in that you can roll out individual services without modeling your entire
enterprise first.
A “big design up front” modeling exercise that involves underlying databases and E-R diagrams will have the same failure modes as a large Enterprise
Data Warehouse. Which is to say: many
7.Forget about relational modeling (at least at first)
In DaaS, the service formats are king – aka the “wire” formats used to integrate components in your enterprise. The point is to abstract away from
which underlying system or systems participate in serving the request, including abstracting away from your relational database and its physical
model. The underlying systems could be microservice from relational databases, search engines, NoSQL databases.
8.Don’t let data service development be anyone’s second job
A mentor of mine once pointed out that “every organization is destined to build an enterprise architecture that mirrors their org chart” and I have found
that to be absolutely true.
If you let your business service modelers, developers or DBAs define your data services, you will end up with services that are only good for the
immediate task at hand, and do not provide the lasting value and abstractions you need for a good DaaS architecture.
Instead, empower a team to own the data services and take a stand for clean data services that yield lasting value. That debate and negotiation will
improve your entire enterprise
ThankYou
Krishna Chaitanya
www.productschool.com
Part-time Product Management, Coding, Data Analytics, Digital
Marketing, UX Design and Product Leadership courses in San
Francisco, Silicon Valley, New York, Santa Monica, Los Angeles,
Austin, Boston, Boulder, Chicago, Denver, Orange County,
Seattle, Bellevue, Washington DC, Toronto, London and Online

More Related Content

What's hot

"Industrializing Machine Learning – How to Integrate ML in Existing Businesse...
"Industrializing Machine Learning – How to Integrate ML in Existing Businesse..."Industrializing Machine Learning – How to Integrate ML in Existing Businesse...
"Industrializing Machine Learning – How to Integrate ML in Existing Businesse...Dataconomy Media
 
AI for an intelligent cloud and intelligent edge: Discover, deploy, and manag...
AI for an intelligent cloud and intelligent edge: Discover, deploy, and manag...AI for an intelligent cloud and intelligent edge: Discover, deploy, and manag...
AI for an intelligent cloud and intelligent edge: Discover, deploy, and manag...James Serra
 
Adventures in Azure Machine Learning from NE Bytes
Adventures in Azure Machine Learning from NE BytesAdventures in Azure Machine Learning from NE Bytes
Adventures in Azure Machine Learning from NE BytesDerek Graham
 
Watson - Who What Why
Watson - Who What WhyWatson - Who What Why
Watson - Who What WhyNone
 
Democratization - New Wave of Data Science (홍운표 상무, DataRobot) :: AWS Techfor...
Democratization - New Wave of Data Science (홍운표 상무, DataRobot) :: AWS Techfor...Democratization - New Wave of Data Science (홍운표 상무, DataRobot) :: AWS Techfor...
Democratization - New Wave of Data Science (홍운표 상무, DataRobot) :: AWS Techfor...Amazon Web Services Korea
 
Analytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual WorkshopAnalytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual WorkshopCCG
 
Microsof azure class 1- intro
Microsof azure   class 1- introMicrosof azure   class 1- intro
Microsof azure class 1- introMHMuhammadAli1
 
The Evolution of Big Data Frameworks
The Evolution of Big Data FrameworksThe Evolution of Big Data Frameworks
The Evolution of Big Data FrameworkseXascale Infolab
 
Big Data Use Cases for Different Verticals and Adoption Patterns - Impetus We...
Big Data Use Cases for Different Verticals and Adoption Patterns - Impetus We...Big Data Use Cases for Different Verticals and Adoption Patterns - Impetus We...
Big Data Use Cases for Different Verticals and Adoption Patterns - Impetus We...Impetus Technologies
 
Big Data Platform and Architecture Recommendation
Big Data Platform and Architecture RecommendationBig Data Platform and Architecture Recommendation
Big Data Platform and Architecture RecommendationSofyan Hadi AHmad
 
One Size Doesn't Fit All: The New Database Revolution
One Size Doesn't Fit All: The New Database RevolutionOne Size Doesn't Fit All: The New Database Revolution
One Size Doesn't Fit All: The New Database Revolutionmark madsen
 
IBM Watson Analytics Presentation
IBM Watson Analytics PresentationIBM Watson Analytics Presentation
IBM Watson Analytics PresentationIan Balina
 
Joseph keynote @ Microsoft Data Amp, April 2017
Joseph keynote @ Microsoft Data Amp, April 2017Joseph keynote @ Microsoft Data Amp, April 2017
Joseph keynote @ Microsoft Data Amp, April 2017SeokJin Han
 
Compositional AI: Fusion of AI/ML Services
Compositional AI: Fusion of AI/ML ServicesCompositional AI: Fusion of AI/ML Services
Compositional AI: Fusion of AI/ML ServicesDebmalya Biswas
 
Azure Databricks for Data Scientists
Azure Databricks for Data ScientistsAzure Databricks for Data Scientists
Azure Databricks for Data ScientistsRichard Garris
 
The Future Of Big Data
The Future Of Big DataThe Future Of Big Data
The Future Of Big DataMatthew Dennis
 
Introduction to Big data with Hadoop & Spark | Big Data Hadoop Spark Tutorial...
Introduction to Big data with Hadoop & Spark | Big Data Hadoop Spark Tutorial...Introduction to Big data with Hadoop & Spark | Big Data Hadoop Spark Tutorial...
Introduction to Big data with Hadoop & Spark | Big Data Hadoop Spark Tutorial...CloudxLab
 
Big data analytic platform
Big data analytic platformBig data analytic platform
Big data analytic platformJesse Wang
 

What's hot (20)

"Industrializing Machine Learning – How to Integrate ML in Existing Businesse...
"Industrializing Machine Learning – How to Integrate ML in Existing Businesse..."Industrializing Machine Learning – How to Integrate ML in Existing Businesse...
"Industrializing Machine Learning – How to Integrate ML in Existing Businesse...
 
AI for an intelligent cloud and intelligent edge: Discover, deploy, and manag...
AI for an intelligent cloud and intelligent edge: Discover, deploy, and manag...AI for an intelligent cloud and intelligent edge: Discover, deploy, and manag...
AI for an intelligent cloud and intelligent edge: Discover, deploy, and manag...
 
Adventures in Azure Machine Learning from NE Bytes
Adventures in Azure Machine Learning from NE BytesAdventures in Azure Machine Learning from NE Bytes
Adventures in Azure Machine Learning from NE Bytes
 
Watson - Who What Why
Watson - Who What WhyWatson - Who What Why
Watson - Who What Why
 
Democratization - New Wave of Data Science (홍운표 상무, DataRobot) :: AWS Techfor...
Democratization - New Wave of Data Science (홍운표 상무, DataRobot) :: AWS Techfor...Democratization - New Wave of Data Science (홍운표 상무, DataRobot) :: AWS Techfor...
Democratization - New Wave of Data Science (홍운표 상무, DataRobot) :: AWS Techfor...
 
Analytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual WorkshopAnalytics in a Day Ft. Synapse Virtual Workshop
Analytics in a Day Ft. Synapse Virtual Workshop
 
Microsof azure class 1- intro
Microsof azure   class 1- introMicrosof azure   class 1- intro
Microsof azure class 1- intro
 
The Evolution of Big Data Frameworks
The Evolution of Big Data FrameworksThe Evolution of Big Data Frameworks
The Evolution of Big Data Frameworks
 
Ibm watson
Ibm watsonIbm watson
Ibm watson
 
Big Data Use Cases for Different Verticals and Adoption Patterns - Impetus We...
Big Data Use Cases for Different Verticals and Adoption Patterns - Impetus We...Big Data Use Cases for Different Verticals and Adoption Patterns - Impetus We...
Big Data Use Cases for Different Verticals and Adoption Patterns - Impetus We...
 
Gouvernance de données
Gouvernance de donnéesGouvernance de données
Gouvernance de données
 
Big Data Platform and Architecture Recommendation
Big Data Platform and Architecture RecommendationBig Data Platform and Architecture Recommendation
Big Data Platform and Architecture Recommendation
 
One Size Doesn't Fit All: The New Database Revolution
One Size Doesn't Fit All: The New Database RevolutionOne Size Doesn't Fit All: The New Database Revolution
One Size Doesn't Fit All: The New Database Revolution
 
IBM Watson Analytics Presentation
IBM Watson Analytics PresentationIBM Watson Analytics Presentation
IBM Watson Analytics Presentation
 
Joseph keynote @ Microsoft Data Amp, April 2017
Joseph keynote @ Microsoft Data Amp, April 2017Joseph keynote @ Microsoft Data Amp, April 2017
Joseph keynote @ Microsoft Data Amp, April 2017
 
Compositional AI: Fusion of AI/ML Services
Compositional AI: Fusion of AI/ML ServicesCompositional AI: Fusion of AI/ML Services
Compositional AI: Fusion of AI/ML Services
 
Azure Databricks for Data Scientists
Azure Databricks for Data ScientistsAzure Databricks for Data Scientists
Azure Databricks for Data Scientists
 
The Future Of Big Data
The Future Of Big DataThe Future Of Big Data
The Future Of Big Data
 
Introduction to Big data with Hadoop & Spark | Big Data Hadoop Spark Tutorial...
Introduction to Big data with Hadoop & Spark | Big Data Hadoop Spark Tutorial...Introduction to Big data with Hadoop & Spark | Big Data Hadoop Spark Tutorial...
Introduction to Big data with Hadoop & Spark | Big Data Hadoop Spark Tutorial...
 
Big data analytic platform
Big data analytic platformBig data analytic platform
Big data analytic platform
 

Similar to What is Data as a Service by T-Mobile Principle Technical PM

Cloud Data Integration Best Practices
Cloud Data Integration Best PracticesCloud Data Integration Best Practices
Cloud Data Integration Best PracticesDarren Cunningham
 
Simplifying Building Automation: Leveraging Semantic Tagging with a New Breed...
Simplifying Building Automation: Leveraging Semantic Tagging with a New Breed...Simplifying Building Automation: Leveraging Semantic Tagging with a New Breed...
Simplifying Building Automation: Leveraging Semantic Tagging with a New Breed...Memoori
 
Challenges of Operationalising Data Science in Production
Challenges of Operationalising Data Science in ProductionChallenges of Operationalising Data Science in Production
Challenges of Operationalising Data Science in Productioniguazio
 
2022 Trends in Enterprise Analytics
2022 Trends in Enterprise Analytics2022 Trends in Enterprise Analytics
2022 Trends in Enterprise AnalyticsDATAVERSITY
 
ADV Slides: What the Aspiring or New Data Scientist Needs to Know About the E...
ADV Slides: What the Aspiring or New Data Scientist Needs to Know About the E...ADV Slides: What the Aspiring or New Data Scientist Needs to Know About the E...
ADV Slides: What the Aspiring or New Data Scientist Needs to Know About the E...DATAVERSITY
 
How to Get Cloud Architecture and Design Right the First Time
How to Get Cloud Architecture and Design Right the First TimeHow to Get Cloud Architecture and Design Right the First Time
How to Get Cloud Architecture and Design Right the First TimeDavid Linthicum
 
Machine learning at scale - Webinar By zekeLabs
Machine learning at scale - Webinar By zekeLabsMachine learning at scale - Webinar By zekeLabs
Machine learning at scale - Webinar By zekeLabszekeLabs Technologies
 
Bridging the Gap: Analyzing Data in and Below the Cloud
Bridging the Gap: Analyzing Data in and Below the CloudBridging the Gap: Analyzing Data in and Below the Cloud
Bridging the Gap: Analyzing Data in and Below the CloudInside Analysis
 
Digital_IOT_(Microsoft_Solution).pdf
Digital_IOT_(Microsoft_Solution).pdfDigital_IOT_(Microsoft_Solution).pdf
Digital_IOT_(Microsoft_Solution).pdfssuserd23711
 
Engineering Machine Learning Data Pipelines Series: Streaming New Data as It ...
Engineering Machine Learning Data Pipelines Series: Streaming New Data as It ...Engineering Machine Learning Data Pipelines Series: Streaming New Data as It ...
Engineering Machine Learning Data Pipelines Series: Streaming New Data as It ...Precisely
 
Data Mesh using Microsoft Fabric
Data Mesh using Microsoft FabricData Mesh using Microsoft Fabric
Data Mesh using Microsoft FabricNathan Bijnens
 
IBM Relay 2015: Open for Data
IBM Relay 2015: Open for Data IBM Relay 2015: Open for Data
IBM Relay 2015: Open for Data IBM
 
Introduction to Data Engineering
Introduction to Data EngineeringIntroduction to Data Engineering
Introduction to Data EngineeringDurga Gadiraju
 
How to Consume Your Data for AI
How to Consume Your Data for AIHow to Consume Your Data for AI
How to Consume Your Data for AIDATAVERSITY
 
Spsbepoelmanssharepointbigdataclean 150421080105-conversion-gate02
Spsbepoelmanssharepointbigdataclean 150421080105-conversion-gate02Spsbepoelmanssharepointbigdataclean 150421080105-conversion-gate02
Spsbepoelmanssharepointbigdataclean 150421080105-conversion-gate02BIWUG
 
How to build your own Delve: combining machine learning, big data and SharePoint
How to build your own Delve: combining machine learning, big data and SharePointHow to build your own Delve: combining machine learning, big data and SharePoint
How to build your own Delve: combining machine learning, big data and SharePointJoris Poelmans
 
Denodo DataFest 2016: Big Data Virtualization in the Cloud
Denodo DataFest 2016: Big Data Virtualization in the CloudDenodo DataFest 2016: Big Data Virtualization in the Cloud
Denodo DataFest 2016: Big Data Virtualization in the CloudDenodo
 
SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?Nicolas Georgeault
 
20160000 Cloud Discovery Event - Cloud Access Security Brokers
20160000 Cloud Discovery Event - Cloud Access Security Brokers20160000 Cloud Discovery Event - Cloud Access Security Brokers
20160000 Cloud Discovery Event - Cloud Access Security BrokersRobin Vermeirsch
 

Similar to What is Data as a Service by T-Mobile Principle Technical PM (20)

Cloud Data Integration Best Practices
Cloud Data Integration Best PracticesCloud Data Integration Best Practices
Cloud Data Integration Best Practices
 
Simplifying Building Automation: Leveraging Semantic Tagging with a New Breed...
Simplifying Building Automation: Leveraging Semantic Tagging with a New Breed...Simplifying Building Automation: Leveraging Semantic Tagging with a New Breed...
Simplifying Building Automation: Leveraging Semantic Tagging with a New Breed...
 
Challenges of Operationalising Data Science in Production
Challenges of Operationalising Data Science in ProductionChallenges of Operationalising Data Science in Production
Challenges of Operationalising Data Science in Production
 
2022 Trends in Enterprise Analytics
2022 Trends in Enterprise Analytics2022 Trends in Enterprise Analytics
2022 Trends in Enterprise Analytics
 
ADV Slides: What the Aspiring or New Data Scientist Needs to Know About the E...
ADV Slides: What the Aspiring or New Data Scientist Needs to Know About the E...ADV Slides: What the Aspiring or New Data Scientist Needs to Know About the E...
ADV Slides: What the Aspiring or New Data Scientist Needs to Know About the E...
 
How to Get Cloud Architecture and Design Right the First Time
How to Get Cloud Architecture and Design Right the First TimeHow to Get Cloud Architecture and Design Right the First Time
How to Get Cloud Architecture and Design Right the First Time
 
Machine learning at scale - Webinar By zekeLabs
Machine learning at scale - Webinar By zekeLabsMachine learning at scale - Webinar By zekeLabs
Machine learning at scale - Webinar By zekeLabs
 
Bridging the Gap: Analyzing Data in and Below the Cloud
Bridging the Gap: Analyzing Data in and Below the CloudBridging the Gap: Analyzing Data in and Below the Cloud
Bridging the Gap: Analyzing Data in and Below the Cloud
 
Digital_IOT_(Microsoft_Solution).pdf
Digital_IOT_(Microsoft_Solution).pdfDigital_IOT_(Microsoft_Solution).pdf
Digital_IOT_(Microsoft_Solution).pdf
 
Engineering Machine Learning Data Pipelines Series: Streaming New Data as It ...
Engineering Machine Learning Data Pipelines Series: Streaming New Data as It ...Engineering Machine Learning Data Pipelines Series: Streaming New Data as It ...
Engineering Machine Learning Data Pipelines Series: Streaming New Data as It ...
 
Data Mesh using Microsoft Fabric
Data Mesh using Microsoft FabricData Mesh using Microsoft Fabric
Data Mesh using Microsoft Fabric
 
IBM Relay 2015: Open for Data
IBM Relay 2015: Open for Data IBM Relay 2015: Open for Data
IBM Relay 2015: Open for Data
 
Introduction to Data Engineering
Introduction to Data EngineeringIntroduction to Data Engineering
Introduction to Data Engineering
 
How to Consume Your Data for AI
How to Consume Your Data for AIHow to Consume Your Data for AI
How to Consume Your Data for AI
 
Spsbepoelmanssharepointbigdataclean 150421080105-conversion-gate02
Spsbepoelmanssharepointbigdataclean 150421080105-conversion-gate02Spsbepoelmanssharepointbigdataclean 150421080105-conversion-gate02
Spsbepoelmanssharepointbigdataclean 150421080105-conversion-gate02
 
How to build your own Delve: combining machine learning, big data and SharePoint
How to build your own Delve: combining machine learning, big data and SharePointHow to build your own Delve: combining machine learning, big data and SharePoint
How to build your own Delve: combining machine learning, big data and SharePoint
 
Denodo DataFest 2016: Big Data Virtualization in the Cloud
Denodo DataFest 2016: Big Data Virtualization in the CloudDenodo DataFest 2016: Big Data Virtualization in the Cloud
Denodo DataFest 2016: Big Data Virtualization in the Cloud
 
SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?
 
20160000 Cloud Discovery Event - Cloud Access Security Brokers
20160000 Cloud Discovery Event - Cloud Access Security Brokers20160000 Cloud Discovery Event - Cloud Access Security Brokers
20160000 Cloud Discovery Event - Cloud Access Security Brokers
 
IBM Cloud pak for data brochure
IBM Cloud pak for data   brochureIBM Cloud pak for data   brochure
IBM Cloud pak for data brochure
 

More from Product School

Webinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - Tech
Webinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - TechWebinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - Tech
Webinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - TechProduct School
 
Harnessing the Power of GenAI for Exceptional Product Outcomes by Booking.com...
Harnessing the Power of GenAI for Exceptional Product Outcomes by Booking.com...Harnessing the Power of GenAI for Exceptional Product Outcomes by Booking.com...
Harnessing the Power of GenAI for Exceptional Product Outcomes by Booking.com...Product School
 
Relationship Counselling: From Disjointed Features to Product-First Thinking ...
Relationship Counselling: From Disjointed Features to Product-First Thinking ...Relationship Counselling: From Disjointed Features to Product-First Thinking ...
Relationship Counselling: From Disjointed Features to Product-First Thinking ...Product School
 
Launching New Products In Companies Where It Matters Most by Product Director...
Launching New Products In Companies Where It Matters Most by Product Director...Launching New Products In Companies Where It Matters Most by Product Director...
Launching New Products In Companies Where It Matters Most by Product Director...Product School
 
Cultivating Entrepreneurial Mindset in Product Management: Strategies for Suc...
Cultivating Entrepreneurial Mindset in Product Management: Strategies for Suc...Cultivating Entrepreneurial Mindset in Product Management: Strategies for Suc...
Cultivating Entrepreneurial Mindset in Product Management: Strategies for Suc...Product School
 
Revolutionizing The Banking Industry: The Monzo Way by CPO, Monzo
Revolutionizing The Banking Industry: The Monzo Way by CPO, MonzoRevolutionizing The Banking Industry: The Monzo Way by CPO, Monzo
Revolutionizing The Banking Industry: The Monzo Way by CPO, MonzoProduct School
 
Synergy in Leadership and Product Excellence: A Blueprint for Growth by CPO, ...
Synergy in Leadership and Product Excellence: A Blueprint for Growth by CPO, ...Synergy in Leadership and Product Excellence: A Blueprint for Growth by CPO, ...
Synergy in Leadership and Product Excellence: A Blueprint for Growth by CPO, ...Product School
 
Act Like an Owner, Challenge Like a VC by former CPO, Tripadvisor
Act Like an Owner,  Challenge Like a VC by former CPO, TripadvisorAct Like an Owner,  Challenge Like a VC by former CPO, Tripadvisor
Act Like an Owner, Challenge Like a VC by former CPO, TripadvisorProduct School
 
The Future of Product, by Founder & CEO, Product School
The Future of Product, by Founder & CEO, Product SchoolThe Future of Product, by Founder & CEO, Product School
The Future of Product, by Founder & CEO, Product SchoolProduct School
 
Webinar How PMs Use AI to 10X Their Productivity by Product School EiR.pdf
Webinar How PMs Use AI to 10X Their Productivity by Product School EiR.pdfWebinar How PMs Use AI to 10X Their Productivity by Product School EiR.pdf
Webinar How PMs Use AI to 10X Their Productivity by Product School EiR.pdfProduct School
 
Webinar: Using GenAI for Increasing Productivity in PM by Amazon PM Leader
Webinar: Using GenAI for Increasing Productivity in PM by Amazon PM LeaderWebinar: Using GenAI for Increasing Productivity in PM by Amazon PM Leader
Webinar: Using GenAI for Increasing Productivity in PM by Amazon PM LeaderProduct School
 
Unlocking High-Performance Product Teams by former Meta Global PMM
Unlocking High-Performance Product Teams by former Meta Global PMMUnlocking High-Performance Product Teams by former Meta Global PMM
Unlocking High-Performance Product Teams by former Meta Global PMMProduct School
 
The Types of TPM Content Roles by Facebook product Leader
The Types of TPM Content Roles by Facebook product LeaderThe Types of TPM Content Roles by Facebook product Leader
The Types of TPM Content Roles by Facebook product LeaderProduct School
 
Match Is the New Sell in The Digital World by Amazon Product leader
Match Is the New Sell in The Digital World by Amazon Product leaderMatch Is the New Sell in The Digital World by Amazon Product leader
Match Is the New Sell in The Digital World by Amazon Product leaderProduct School
 
Beyond the Cart: Unleashing AI Wonders with Instacart’s Shopping Revolution
Beyond the Cart: Unleashing AI Wonders with Instacart’s Shopping RevolutionBeyond the Cart: Unleashing AI Wonders with Instacart’s Shopping Revolution
Beyond the Cart: Unleashing AI Wonders with Instacart’s Shopping RevolutionProduct School
 
Designing Great Products The Power of Design and Leadership
Designing Great Products The Power of Design and LeadershipDesigning Great Products The Power of Design and Leadership
Designing Great Products The Power of Design and LeadershipProduct School
 
Command the Room: Empower Your Team of Product Managers with Effective Commun...
Command the Room: Empower Your Team of Product Managers with Effective Commun...Command the Room: Empower Your Team of Product Managers with Effective Commun...
Command the Room: Empower Your Team of Product Managers with Effective Commun...Product School
 
Metrics That Matter: Bridging User Needs and Board Priorities for Business Su...
Metrics That Matter: Bridging User Needs and Board Priorities for Business Su...Metrics That Matter: Bridging User Needs and Board Priorities for Business Su...
Metrics That Matter: Bridging User Needs and Board Priorities for Business Su...Product School
 
Customer-Centric PM: Anticipating Needs Across the Product Life Cycle
Customer-Centric PM: Anticipating Needs Across the Product Life CycleCustomer-Centric PM: Anticipating Needs Across the Product Life Cycle
Customer-Centric PM: Anticipating Needs Across the Product Life CycleProduct School
 
AI in Action The New Age of Intelligent Products and Sales Automation
AI in Action The New Age of Intelligent Products and Sales AutomationAI in Action The New Age of Intelligent Products and Sales Automation
AI in Action The New Age of Intelligent Products and Sales AutomationProduct School
 

More from Product School (20)

Webinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - Tech
Webinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - TechWebinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - Tech
Webinar: The Art of Prioritizing Your Product Roadmap by AWS Sr PM - Tech
 
Harnessing the Power of GenAI for Exceptional Product Outcomes by Booking.com...
Harnessing the Power of GenAI for Exceptional Product Outcomes by Booking.com...Harnessing the Power of GenAI for Exceptional Product Outcomes by Booking.com...
Harnessing the Power of GenAI for Exceptional Product Outcomes by Booking.com...
 
Relationship Counselling: From Disjointed Features to Product-First Thinking ...
Relationship Counselling: From Disjointed Features to Product-First Thinking ...Relationship Counselling: From Disjointed Features to Product-First Thinking ...
Relationship Counselling: From Disjointed Features to Product-First Thinking ...
 
Launching New Products In Companies Where It Matters Most by Product Director...
Launching New Products In Companies Where It Matters Most by Product Director...Launching New Products In Companies Where It Matters Most by Product Director...
Launching New Products In Companies Where It Matters Most by Product Director...
 
Cultivating Entrepreneurial Mindset in Product Management: Strategies for Suc...
Cultivating Entrepreneurial Mindset in Product Management: Strategies for Suc...Cultivating Entrepreneurial Mindset in Product Management: Strategies for Suc...
Cultivating Entrepreneurial Mindset in Product Management: Strategies for Suc...
 
Revolutionizing The Banking Industry: The Monzo Way by CPO, Monzo
Revolutionizing The Banking Industry: The Monzo Way by CPO, MonzoRevolutionizing The Banking Industry: The Monzo Way by CPO, Monzo
Revolutionizing The Banking Industry: The Monzo Way by CPO, Monzo
 
Synergy in Leadership and Product Excellence: A Blueprint for Growth by CPO, ...
Synergy in Leadership and Product Excellence: A Blueprint for Growth by CPO, ...Synergy in Leadership and Product Excellence: A Blueprint for Growth by CPO, ...
Synergy in Leadership and Product Excellence: A Blueprint for Growth by CPO, ...
 
Act Like an Owner, Challenge Like a VC by former CPO, Tripadvisor
Act Like an Owner,  Challenge Like a VC by former CPO, TripadvisorAct Like an Owner,  Challenge Like a VC by former CPO, Tripadvisor
Act Like an Owner, Challenge Like a VC by former CPO, Tripadvisor
 
The Future of Product, by Founder & CEO, Product School
The Future of Product, by Founder & CEO, Product SchoolThe Future of Product, by Founder & CEO, Product School
The Future of Product, by Founder & CEO, Product School
 
Webinar How PMs Use AI to 10X Their Productivity by Product School EiR.pdf
Webinar How PMs Use AI to 10X Their Productivity by Product School EiR.pdfWebinar How PMs Use AI to 10X Their Productivity by Product School EiR.pdf
Webinar How PMs Use AI to 10X Their Productivity by Product School EiR.pdf
 
Webinar: Using GenAI for Increasing Productivity in PM by Amazon PM Leader
Webinar: Using GenAI for Increasing Productivity in PM by Amazon PM LeaderWebinar: Using GenAI for Increasing Productivity in PM by Amazon PM Leader
Webinar: Using GenAI for Increasing Productivity in PM by Amazon PM Leader
 
Unlocking High-Performance Product Teams by former Meta Global PMM
Unlocking High-Performance Product Teams by former Meta Global PMMUnlocking High-Performance Product Teams by former Meta Global PMM
Unlocking High-Performance Product Teams by former Meta Global PMM
 
The Types of TPM Content Roles by Facebook product Leader
The Types of TPM Content Roles by Facebook product LeaderThe Types of TPM Content Roles by Facebook product Leader
The Types of TPM Content Roles by Facebook product Leader
 
Match Is the New Sell in The Digital World by Amazon Product leader
Match Is the New Sell in The Digital World by Amazon Product leaderMatch Is the New Sell in The Digital World by Amazon Product leader
Match Is the New Sell in The Digital World by Amazon Product leader
 
Beyond the Cart: Unleashing AI Wonders with Instacart’s Shopping Revolution
Beyond the Cart: Unleashing AI Wonders with Instacart’s Shopping RevolutionBeyond the Cart: Unleashing AI Wonders with Instacart’s Shopping Revolution
Beyond the Cart: Unleashing AI Wonders with Instacart’s Shopping Revolution
 
Designing Great Products The Power of Design and Leadership
Designing Great Products The Power of Design and LeadershipDesigning Great Products The Power of Design and Leadership
Designing Great Products The Power of Design and Leadership
 
Command the Room: Empower Your Team of Product Managers with Effective Commun...
Command the Room: Empower Your Team of Product Managers with Effective Commun...Command the Room: Empower Your Team of Product Managers with Effective Commun...
Command the Room: Empower Your Team of Product Managers with Effective Commun...
 
Metrics That Matter: Bridging User Needs and Board Priorities for Business Su...
Metrics That Matter: Bridging User Needs and Board Priorities for Business Su...Metrics That Matter: Bridging User Needs and Board Priorities for Business Su...
Metrics That Matter: Bridging User Needs and Board Priorities for Business Su...
 
Customer-Centric PM: Anticipating Needs Across the Product Life Cycle
Customer-Centric PM: Anticipating Needs Across the Product Life CycleCustomer-Centric PM: Anticipating Needs Across the Product Life Cycle
Customer-Centric PM: Anticipating Needs Across the Product Life Cycle
 
AI in Action The New Age of Intelligent Products and Sales Automation
AI in Action The New Age of Intelligent Products and Sales AutomationAI in Action The New Age of Intelligent Products and Sales Automation
AI in Action The New Age of Intelligent Products and Sales Automation
 

Recently uploaded

"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 

Recently uploaded (20)

"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 

What is Data as a Service by T-Mobile Principle Technical PM

  • 1. www.productschool.com What is Data as a Service by T-Mobile Principle Technical PM
  • 2. FREE INVITE Join 35,000+ Product Managers on
  • 3. COURSES Product Management Learn the skills you need to land a product manager job
  • 4. COURSES Coding for Managers Build a website and gain the technical knowledge to lead software engineers
  • 5. COURSES Data Analytics for Managers Learn the skills to understand web analytics, SQL and machine learning concepts
  • 6. COURSES Digital Marketing for Managers Learn how to acquire more users and convert them into clients
  • 7. COURSES UX Design for Managers Gain a deeper understanding of your users and deliver an exceptional end-to-end experience
  • 8. COURSES Product Leadership for Managers For experienced Product Managers looking to gain strategic skills needed for top leadership roles
  • 9. COURSES Corporate Training Level up your team’s product management skills
  • 11.
  • 12.
  • 14. Howmuchdatawegenerateeveryday ? • 2.5 quintillion bytes of data created each day at our current pace, but that pace is only accelerating with the growth of the Internet of Things (IoT). • Over the last two years alone 90 percent of the data in the world was generated. • Internet: • More than 3.7 billion humans use the internet (that’s a growth rate of 7.5 percent over 2016). • On average, Google now processes more than 40,000 searches EVERY second (3.5 billion searches per day) • Social Media : • Snapchat users share 527,760 photos • More than 120 professionals join LinkedIn • Users watch 4,146,600 YouTube videos • 456,000 tweets are sent on Twitter • Instagram users post 46,740 photos • Communication: 16 million text messages,990,000 Tinder swipes,156 million emails are sent; worldwide it is expected that there will be 2.9 billion email users by 2019,103,447,520 spam emails sent • Services: Weather Channel receives 18,055,556 forecast requests,Uber riders take 45,788 trips! • IOT • https://web-assets.domo.com/blog/wp-content/uploads/2017/07/17_domo_data-never-sleeps-5-01.png
  • 16. WhatisMachineLearning? “Machinelearningisthescienceofgettingcomputerstoactwithoutbeingexplicitlyprogrammed.” --Andrew Ng (Stanford Professor; developer of Coursera’s ML course) • Machine learning is a set of techniques for finding and exploiting patterns in data • The practice of ML is both an art and a science • Science: Mathematical representations of patterns Algorithms to fit these representations to individual datasets • Art: Selection & improvement of models Shaping of input data Evaluation of results
  • 18. WhatisthePracticeofMachineLearning? • MLalgorithmsaregreatat findingpatterns thatlooklikewhat youtellthemtolookfor • Theywillnothelpyoufigureout whattype ofpatternsmakesense foryourproblem • Theywillalwaysfindpatterns,but willnot quantifyhowstrongthesepatternsreally areinthedata Thisisthepractice ofML: Understandadditionallywhen each model is appropriate, howtoevaluatesuccess,andwhat toolsare availablefortailoringeach model toyour specific problem ThisisMLinterpretednarrowly: Understand howthemodels work
  • 20. WhereDoWeFindMachineLearning? • Frauddetection • Spam filtering • Botdetection • Stolen credit card usage • Information retrieval (IR) • Websearch (Google/Bing/etc.) • Marketing • Churnprediction • Conversion prediction • Targeting • Imageprocessing • Facerecognition • Recommendation systems • Productrecommendations • Entertainmentrecommendations
  • 23. Probabilities:MontyHallProblem https://en.wikipedia.org/wiki/Monty_Hall_problem 1 2 3 http://www.montyhallproblem.com MontyHall Setup: Montyshows threedoors. Onecontainsa car; theotherscontain goats. 1. You gettopick adoor. 2. MontyHall will open oneof thedoorsyou didn’t pick, toshowyou a goat. 3. Nowyou haveachoice: a) Staywith youroriginally-chosen door b) Switch totheotherunopeneddoor What choice should you make to maximize the probability that you will win the car? Why?
  • 24. Probabilities: Monty Hall Problem https://en.wikipedia.org/wiki/Monty_Hall_problem 1 2 3 http://www.montyhallproblem.com Scenario 1: You decide to stay with your originalchoice of door Product rule! Probabilityofwinningtheprizeinscenario1:1/3+0=1/3 Sum of disjoint events!
  • 25. Probabilities:MontyHallProblem https://en.wikipedia.org/wiki/Monty_Hall_problem 1 2 3 http://www.montyhallproblem.com Scenario2: Youdecidetoswitchdoors Product rule! Probability of winning the prize in scenario 2: 2/3 + 0 = 2/3 Sum of disjoint events!
  • 26. Probabilities:MontyHallProblem https://en.wikipedia.org/wiki/Monty_Hall_problem 1 2 3 http://www.montyhallproblem.com Thisisafamous problem, withlots of historyanddifferent explanations tobefoundonline. You arealways betteroff switchingdoors! P(prize |switch)=2/3 P(prize |stay)= 1/3
  • 27. Your ML Toolbox • Predictive Algorithms • Linear/polynomial regression • Logistic regression • SVMs + kernels • Decision trees + bagging, boosting • Analysis Tools • Metrics: Precision/recall • Cross-validation & holdout sets • Bias/variance • Confidence intervals & p-values • ML Process Tools • Gradient descent • Clustering • PCA • Bootstrapping • Feature selection • Regularization
  • 28. MLThemes&BestPractices • Themes • Bias/variance tradeoff • Optimality/efficiency tradeoff • Thereisnever a“right” answer • Different tools andmodels areappropriate in different situations. • Bestpractices • Usecross-validation for parameter tuning • Maintain aseparate validation set • Measure quality withprecision, recall, f1 • Usepackages (don’twrite yourownalgos, unlessit’s for learning) • Gettoknowyour data • Trylotsof different things,butexplore inaprincipled way
  • 29. DigitalTransformation: • Digital transformation is theintegration of digital technology intoall areasof business,fundamentally changinghowyou operate and deliver value to customers. • Customerexperience • Operational agility • Cultureandleadership • Workforce enablement enablement • Digital technology Integration • NoSQLDatabases : a. Column: Each storageblockcontainsdata fromonlyonecolumnEx: Accumulo,Cassandra,Scylla, ApacheDruid, HBase,Vertica. b. Document: It storesdocuments made upoftagged elementsEx: ApacheCouchDB,ArangoDB, BaseX, Clusterpoint,Couchbase, CosmosDB,IBM Domino, MarkLogic, MongoDB, OrientDB,Qizx, RethinkDB c. Key-value: IthasaBigHashTable ofkeys &valuesEx: Aerospike,Apache Ignite,ArangoDB, BerkeleyDB,Couchbase,Dynamo, FoundationDB, InfinityDB,MemcacheDB, MUMPS,Oracle NoSQL Database, OrientDB,Redis,Riak,SciDB, SDBM/Flat File dbm, ZooKeeper d. Graph: Anetworkdatabase thatusesedges andnodes torepresentandstoredata. AllegroGraph, ArangoDB, InfiniteGraph,Apache Giraph, MarkLogic, Neo4J, OrientDB, Virtuoso DigitalTransformation
  • 30. DataAsaService DaaS is an approach to make data available whenever it is needed, and fits into the larger “SOA” Service-oriented Architecture design pattern. DaaS is an approach, within SOA, that values, shares and focuses on data. Why Data as a Service? • First of all – creating a bunch of services, which move data around, does not constitute DaaS, unless they are designed to yield certain benefits. Herearekeybenefits thatmotivate anddefine DaaS: 1.Valuable, re-usable and uniform : Data Services in a DaaS environment should have value across multiple projects, and the value of the data formats and data services should be designed to both outlast and exceed the value of the particular systems that first use the data services. 2.Secure Security, in particular, must be uniform and ubiquitous. It is a barrier to adoption if some underlying systems use different security models. Different groups will not share data without built-in security, and too much data without controls becomes a privacy and compliance risk. 3.Virtual data and abstraction Data Services should abstract away from underlying data stores and locations, including “silo busting” combinations of data from multiple sources in multiple formats, presented seamlessly as one service. 4.Do not focus on the plumbing (enabling technologies) Think about what would happen if you hired a plumber as the architect for your house. You’d likely end up with pipes, valves and other exposed internals running through your living room – complicating and cluttering, rather than making your house livable. Plumbing should be hidden and transparent, and invisibly enable your structure to function.
  • 31. DataAsaService DaaS is an architectural pattern. Most developers know how to add SOAP services with WSDL definitions or REST calls, and passing XML (or JSON or RDF) around. This technique may be necessary, but doing so gratuitously does not help create a DaaS architecture. Focus on data formats and service definitions, not the protocols and technologies used to expose and wire them up. 5.Don’t Confuse DaaS With Cloud Just as plumbing is an enabling technology, cloud computing is an infrastructure approach. DaaS is about the architecture, so must focus on how data is formatted and transmitted, and the interfaces between subsystems. What servers a system runs on is very important, but should not be confused with the DaaS pattern. Yes, you can put a server hosting DaaS services in the cloud. 6.Understand Why DaaS is Not an Enterprise Data Warehouse EDW efforts often fail because of modeling complexity. DaaS is more agile in that you can roll out individual services without modeling your entire enterprise first. A “big design up front” modeling exercise that involves underlying databases and E-R diagrams will have the same failure modes as a large Enterprise Data Warehouse. Which is to say: many 7.Forget about relational modeling (at least at first) In DaaS, the service formats are king – aka the “wire” formats used to integrate components in your enterprise. The point is to abstract away from which underlying system or systems participate in serving the request, including abstracting away from your relational database and its physical model. The underlying systems could be microservice from relational databases, search engines, NoSQL databases. 8.Don’t let data service development be anyone’s second job A mentor of mine once pointed out that “every organization is destined to build an enterprise architecture that mirrors their org chart” and I have found that to be absolutely true. If you let your business service modelers, developers or DBAs define your data services, you will end up with services that are only good for the immediate task at hand, and do not provide the lasting value and abstractions you need for a good DaaS architecture. Instead, empower a team to own the data services and take a stand for clean data services that yield lasting value. That debate and negotiation will improve your entire enterprise
  • 33. www.productschool.com Part-time Product Management, Coding, Data Analytics, Digital Marketing, UX Design and Product Leadership courses in San Francisco, Silicon Valley, New York, Santa Monica, Los Angeles, Austin, Boston, Boulder, Chicago, Denver, Orange County, Seattle, Bellevue, Washington DC, Toronto, London and Online