SlideShare une entreprise Scribd logo
1  sur  31
Machine Learning Introduction
for Digital Business Leaders
Sudha Jamthe
Barcelona Technology School,
Barcelona, Oct 2016
1IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
Instructor: SUDHA JAMTHE
2
The IoT Show (YouTube)
Past : Mobile, Social Growth Leader
STEM & Regional Economic Development –
Turkey/Czech/Barcelona
CEO IoTDisruption, Technology Futurist
IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
MACHINE LEARNING IS A PART OF AI
3
Machine
Learning
VR
AR
Voice to Text
Text to Speech
Facial Recognition
Computer Vision
Natural Language Processing
IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
Copyright: Sudha Jamthe
IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
Machine Learning teaches computers
to develop programs with large
volume of data and drive decisions
without human intervention.
4IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
What can a computer do with
Machine Learning?
1. Tell the self driving car to stop
2. This newsfeed is spam
3. This photo is the face of Sudha Jamthe
4. Sell this stock now
5. I recommend this movie on Netflix
6. I can confirm if this cell looks like cancer cell
or not
5IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
My Machine Learning Dog
6IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
Recommendation Engines
Amazon uses ML for video recommendation
7IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
Facial Recognition – Google Photos
8IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
Computer Vision
Take a series of 2D pictures to create a
3D analysis
e.g. Civilmaps, Robots, Wearable Pills
9IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
Health Informatics
10IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
Image: Stanford Student research on Cancer from Tobacco usage
Facebook – Spam Detection
• Facebook Spam Detection
• Credit Card company – Fraud Detection
• Pathogen in Blood Samples
11
IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
12
WHICH ONE IS AMY MY ASSISTANT?
CLUE: Amy is a bot
IoTDisruptions.co http://bit.ly/IoTAIBook @sujamthe
Language Translations
Live Demo (Try this on your
computers)http://www.ibm.com/watson/developerclo
ud/services-catalog.html
Speech to Text https://speech-to-text-
demo.mybluemix.net/
http://visual-recognition-demo.mybluemix.net/
https://cloud.google.com/products/machine-learning/
https://cloud.google.com/speech/
13IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
GOOGLE DEEPMIND TO PREDICT KIDNEY
PROBLEMS (DEEP LEARNING ALGORITHM)
14
Image source: Digital Trends
IoTDisruptions.com http://bit.ly/IoTAIBook @sujamtheIoTDisruptions.co http://bit.ly/IoTAIBook
@sujamthe
AUTONOMOUS VEHICLES
15
Image: Scania
IoTDisruptions.co http://bit.ly/IoTAIBook @sujamthe
16
ROBOTS MAKING MACHINES
IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
Marketing
• Customer Segmentation
• Churn Prediction
• Customer Analytics
17IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
Machine Learning APIs
• api.ai, Cogito, DataSift, iSpeech, Microsoft
Project Oxford, Mozscape, and OpenCalais.
• Amazon, Google, IBM Watson, and Microsoft
• Amazon AWS
serviceshttps://aws.amazon.com/machine-
learning/
18IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
Machine Learning Jobs
IoTDisruptions.co http://bit.ly/IoTAIBook
@sujamthe
19
Who Does Machine Learning Today?
• http://datam.i2r.a-
star.edu.sg/dad/dadMLlab.htm
• https://www.ml.cmu.edu/people/phd-
students.html
IoTDisruptions.co http://bit.ly/IoTAIBook
@sujamthe
20
ML Job Roles in Companies Digital
Transformation
ML Researcher  ML Engineer -> Data
Scientist
ML Product Manager/Business Roles
(EVOLVING)
21
IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
Machine Learning Jobs (6.6K jobs)
• Facebook ML AI/ ML Program Manager
• Siemens - Senior Innovator – (Machine Learning / Deep Learning)
• Chief Machine Learning Scientist - $5m compensation package (FinTech)
• Twitter -Product Manager, Core Ads: Ad Supply Management
• SAP Frontend Developer for Machine Learning development
• GroupOn Director, Business Operations & Analytics
• Apple Sr. Infrastructure Engineer - Applied Machine Learning
• Machine Learning Deployment Engineer, Professional Services, Google Cloud
• Sr. Product Manager in LinkedIn, Splunk, Walmart, Cisco, Amazon
• Computational Biologist, 23andMe
• SAP, Director, Platform Strategy
• Visa, Senior Design Technologist
• CTO, XiQ
• Sr. Product Manager, Capital One Bank Labs
• Business and Market Strategist, Enlitic
22IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
Machine Learning Jobs in Spain
• Business Transformation Manager Innovation ,
Zurich Insurance company
• Sr. Product Manager, Knowit
• Computer Vision & Machine Learning Jr,
Touchvie
• Human Machine Interaction Development
Lead, Telefonica
23IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
How does Machine Learning Work?
24IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
How does Machine Learning Work?
1. Supervised
– Get Training Data, Define factors, Remove biases
2. Unsupervised Learning aka Deep Mining
- No need to define factors, train same
architecture for generic problem solving.
25IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
Machine Learning Works by Building
Data Models (a geometric shape of
data*)
image: Techemregence Gaussian mixture model
Training
Data &
Factors
Predict
Outcomes
to make
decisions
26IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
Machine Learning Platform
(TensorFlow, ScikitLearn, Theano, Spark Mlib, H20)
The right model
(decision tree, nearest neighbor, neural net, support vector machine,
ensemble of multiple models)
A learning procedure to fit the data
(linear regression, gradient descent, genetic algorithms, bagging,
boosting, and other model-specific methods)
Right data and fit
(bias and variance, overfitting and underfitting, missing data,
data leakage)
Deploying a ML Service into a Product
(Identity, Data Governance, Algorithmic accuracy/
Compliance for industry)
Building Products with Machine Learning
© Sudha Jamthe
27IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
Building Products with Machine Learning
28IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
Pick a Machine Learning Platform
(TensorFlow, ScikitLearn, Theano, Spark Mlib, H20)
Develop the right stats model (decision tree, nearest neighbor, neural
net, support vector machine) and Fit the data using right learning
procedure ( linear regression, gradient descent, boosting, nagging)
Develop Training Data & Fit
(bias and variance, overfitting and underfitting, missing data,
data leakage)
Defining a ML Service into a Product
(Identity, Data Governance, Algorithmic accuracy/
Compliance for industry)
© Sudha Jamthe
ML Engineer
ML Researcher
ML Product
Manager
AI COMPANIES LANDSCAPE
29IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
30
INDUSTRIES IMPACTED BY MACHINE LEARNING
IoTDisruptions.co http://bit.ly/IoTAIBook @sujamthe
Questions?
http://slideshare.com/sujamthe
Email me sujamthe@gmail.com
Twitter @sujamthe
IoT Disruptions 2020
http://bit.ly/IoTAIBook
31
IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe

Contenu connexe

Tendances

Quantitative Ethics - Governance and ethics of AI decisions
Quantitative Ethics - Governance and ethics of AI decisionsQuantitative Ethics - Governance and ethics of AI decisions
Quantitative Ethics - Governance and ethics of AI decisionsNikita Lukianets
 
Business growth principles in the new economy
Business growth principles in the new economy Business growth principles in the new economy
Business growth principles in the new economy Ashish Bedekar
 
Machine Learning for Designers
Machine Learning for DesignersMachine Learning for Designers
Machine Learning for DesignersMemi Beltrame
 
JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...
JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...
JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...Naveen Agarwal
 
Ai ml-demystified-mwux2017-final-171016011705
Ai ml-demystified-mwux2017-final-171016011705Ai ml-demystified-mwux2017-final-171016011705
Ai ml-demystified-mwux2017-final-171016011705Sayali Surve
 
[Datanest] AI startup in Indonesia - March 2018
[Datanest] AI startup in Indonesia - March 2018[Datanest] AI startup in Indonesia - March 2018
[Datanest] AI startup in Indonesia - March 2018Thibaud Plaquet
 
Y conf talk - Andrej Karpathy
Y conf talk - Andrej KarpathyY conf talk - Andrej Karpathy
Y conf talk - Andrej KarpathySze Siong Teo
 
Demystifying AI | Mathias Vercauteren | Keynote at AI 4 Business Summit | Bru...
Demystifying AI | Mathias Vercauteren | Keynote at AI 4 Business Summit | Bru...Demystifying AI | Mathias Vercauteren | Keynote at AI 4 Business Summit | Bru...
Demystifying AI | Mathias Vercauteren | Keynote at AI 4 Business Summit | Bru...Mathias Vercauteren
 
Machine Learning for Non-Technical People - Turing Fest 2019
Machine Learning for Non-Technical People - Turing Fest 2019Machine Learning for Non-Technical People - Turing Fest 2019
Machine Learning for Non-Technical People - Turing Fest 2019Britney Muller
 
From Biology to Industry. A Blogger’s Journey to Data Science.
From Biology to Industry. A Blogger’s Journey to Data Science.From Biology to Industry. A Blogger’s Journey to Data Science.
From Biology to Industry. A Blogger’s Journey to Data Science.Shirin Elsinghorst
 
Data-driven UX: What it really takes and how to get there
Data-driven UX: What it really takes and how to get thereData-driven UX: What it really takes and how to get there
Data-driven UX: What it really takes and how to get thereEmmanuelle Boloix, Ph.D.
 
Australian Legal Education in 2017: Taking Stock for an Uncertain Future
Australian Legal Education in 2017: Taking Stock for an Uncertain FutureAustralian Legal Education in 2017: Taking Stock for an Uncertain Future
Australian Legal Education in 2017: Taking Stock for an Uncertain FutureSally Kift
 
Machine Intelligence - Wie Systeme lernen und unseren Alltag verändern
Machine Intelligence - Wie Systeme lernen und unseren Alltag verändernMachine Intelligence - Wie Systeme lernen und unseren Alltag verändern
Machine Intelligence - Wie Systeme lernen und unseren Alltag verändernMark Cieliebak
 
Artificial intelligence & machine learning landscape
Artificial intelligence & machine learning landscapeArtificial intelligence & machine learning landscape
Artificial intelligence & machine learning landscapeMOBConf
 
Artificial Intelligence (AI) & Machine Learning: Are You Ready?
Artificial Intelligence (AI) & Machine Learning: Are You Ready?Artificial Intelligence (AI) & Machine Learning: Are You Ready?
Artificial Intelligence (AI) & Machine Learning: Are You Ready?SilverTech
 
AI 4 Institution Leaders_Feb 2019
AI  4 Institution Leaders_Feb 2019AI  4 Institution Leaders_Feb 2019
AI 4 Institution Leaders_Feb 2019Mahesh Kumar CV
 
Deep Learning in the Real World
Deep Learning in the Real WorldDeep Learning in the Real World
Deep Learning in the Real WorldLukas Biewald
 
Artificial Intelligence Introduction & Business usecases
Artificial Intelligence Introduction & Business usecasesArtificial Intelligence Introduction & Business usecases
Artificial Intelligence Introduction & Business usecasesVikas Jain
 
Machine Learning using Big data
Machine Learning using Big data Machine Learning using Big data
Machine Learning using Big data Vaibhav Kurkute
 

Tendances (20)

Quantitative Ethics - Governance and ethics of AI decisions
Quantitative Ethics - Governance and ethics of AI decisionsQuantitative Ethics - Governance and ethics of AI decisions
Quantitative Ethics - Governance and ethics of AI decisions
 
Business growth principles in the new economy
Business growth principles in the new economy Business growth principles in the new economy
Business growth principles in the new economy
 
Machine Learning for Designers
Machine Learning for DesignersMachine Learning for Designers
Machine Learning for Designers
 
JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...
JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...
JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...
 
Ai ml-demystified-mwux2017-final-171016011705
Ai ml-demystified-mwux2017-final-171016011705Ai ml-demystified-mwux2017-final-171016011705
Ai ml-demystified-mwux2017-final-171016011705
 
[Datanest] AI startup in Indonesia - March 2018
[Datanest] AI startup in Indonesia - March 2018[Datanest] AI startup in Indonesia - March 2018
[Datanest] AI startup in Indonesia - March 2018
 
Y conf talk - Andrej Karpathy
Y conf talk - Andrej KarpathyY conf talk - Andrej Karpathy
Y conf talk - Andrej Karpathy
 
Demystifying AI | Mathias Vercauteren | Keynote at AI 4 Business Summit | Bru...
Demystifying AI | Mathias Vercauteren | Keynote at AI 4 Business Summit | Bru...Demystifying AI | Mathias Vercauteren | Keynote at AI 4 Business Summit | Bru...
Demystifying AI | Mathias Vercauteren | Keynote at AI 4 Business Summit | Bru...
 
Machine Learning for Non-Technical People - Turing Fest 2019
Machine Learning for Non-Technical People - Turing Fest 2019Machine Learning for Non-Technical People - Turing Fest 2019
Machine Learning for Non-Technical People - Turing Fest 2019
 
From Biology to Industry. A Blogger’s Journey to Data Science.
From Biology to Industry. A Blogger’s Journey to Data Science.From Biology to Industry. A Blogger’s Journey to Data Science.
From Biology to Industry. A Blogger’s Journey to Data Science.
 
Data-driven UX: What it really takes and how to get there
Data-driven UX: What it really takes and how to get thereData-driven UX: What it really takes and how to get there
Data-driven UX: What it really takes and how to get there
 
Australian Legal Education in 2017: Taking Stock for an Uncertain Future
Australian Legal Education in 2017: Taking Stock for an Uncertain FutureAustralian Legal Education in 2017: Taking Stock for an Uncertain Future
Australian Legal Education in 2017: Taking Stock for an Uncertain Future
 
Machine Intelligence - Wie Systeme lernen und unseren Alltag verändern
Machine Intelligence - Wie Systeme lernen und unseren Alltag verändernMachine Intelligence - Wie Systeme lernen und unseren Alltag verändern
Machine Intelligence - Wie Systeme lernen und unseren Alltag verändern
 
Artificial intelligence & machine learning landscape
Artificial intelligence & machine learning landscapeArtificial intelligence & machine learning landscape
Artificial intelligence & machine learning landscape
 
Artificial Intelligence (AI) & Machine Learning: Are You Ready?
Artificial Intelligence (AI) & Machine Learning: Are You Ready?Artificial Intelligence (AI) & Machine Learning: Are You Ready?
Artificial Intelligence (AI) & Machine Learning: Are You Ready?
 
AI 4 Institution Leaders_Feb 2019
AI  4 Institution Leaders_Feb 2019AI  4 Institution Leaders_Feb 2019
AI 4 Institution Leaders_Feb 2019
 
Deep Learning in the Real World
Deep Learning in the Real WorldDeep Learning in the Real World
Deep Learning in the Real World
 
Artificial Intelligence Introduction & Business usecases
Artificial Intelligence Introduction & Business usecasesArtificial Intelligence Introduction & Business usecases
Artificial Intelligence Introduction & Business usecases
 
From Big Data to AI
From Big Data to AIFrom Big Data to AI
From Big Data to AI
 
Machine Learning using Big data
Machine Learning using Big data Machine Learning using Big data
Machine Learning using Big data
 

Similaire à Machine Learning Introduction for Digital Business Leaders

AI trends towards a Driverless World for AI OpenPower meetup silicon valley m...
AI trends towards a Driverless World for AI OpenPower meetup silicon valley m...AI trends towards a Driverless World for AI OpenPower meetup silicon valley m...
AI trends towards a Driverless World for AI OpenPower meetup silicon valley m...Sudha Jamthe
 
Ai trends towards a driverless world for ai open power meetup silicon vally m...
Ai trends towards a driverless world for ai open power meetup silicon vally m...Ai trends towards a driverless world for ai open power meetup silicon vally m...
Ai trends towards a driverless world for ai open power meetup silicon vally m...Ganesan Narayanasamy
 
Sudha jamthe Cognitive iot career pivot witi webinar april 2018
Sudha jamthe Cognitive iot career pivot witi webinar april 2018Sudha jamthe Cognitive iot career pivot witi webinar april 2018
Sudha jamthe Cognitive iot career pivot witi webinar april 2018Sudha Jamthe
 
The Business Power of Cognitive IoT Data sudha jamthe predictive analytics su...
The Business Power of Cognitive IoT Data sudha jamthe predictive analytics su...The Business Power of Cognitive IoT Data sudha jamthe predictive analytics su...
The Business Power of Cognitive IoT Data sudha jamthe predictive analytics su...Sudha Jamthe
 
Business Disruption with Robots, Drones and Bots The IoT Tech Expo Oct 20 2016
Business Disruption with Robots, Drones and Bots The IoT Tech Expo Oct 20 2016Business Disruption with Robots, Drones and Bots The IoT Tech Expo Oct 20 2016
Business Disruption with Robots, Drones and Bots The IoT Tech Expo Oct 20 2016Sudha Jamthe
 
IoT for Manufacturing Supply Chain Logistic, Predictive Maintenance and More
IoT for Manufacturing Supply Chain Logistic, Predictive Maintenance and More IoT for Manufacturing Supply Chain Logistic, Predictive Maintenance and More
IoT for Manufacturing Supply Chain Logistic, Predictive Maintenance and More putrimeisya
 
Ai Tech Summit Closing Keynote: How to Launch An Exponential Ai Tech Startup ...
Ai Tech Summit Closing Keynote: How to Launch An Exponential Ai Tech Startup ...Ai Tech Summit Closing Keynote: How to Launch An Exponential Ai Tech Startup ...
Ai Tech Summit Closing Keynote: How to Launch An Exponential Ai Tech Startup ...Christine Souffrant Ntim
 
AI Presentation - Danial Shaikh
AI Presentation - Danial ShaikhAI Presentation - Danial Shaikh
AI Presentation - Danial ShaikhFraugster
 
AI in Business: Opportunities & Challenges
AI in Business: Opportunities & ChallengesAI in Business: Opportunities & Challenges
AI in Business: Opportunities & ChallengesTathagat Varma
 
How AI / ChatGPT Drives Business Growth
How AI / ChatGPT Drives Business GrowthHow AI / ChatGPT Drives Business Growth
How AI / ChatGPT Drives Business GrowthRay Poynter
 
Biometrics for Cognitive IoT for WithTheBest Conference oct 15 2017
Biometrics for Cognitive IoT for WithTheBest Conference oct 15 2017Biometrics for Cognitive IoT for WithTheBest Conference oct 15 2017
Biometrics for Cognitive IoT for WithTheBest Conference oct 15 2017Sudha Jamthe
 
IoT + Machine Learning: Exploring Future Possibilities
IoT + Machine Learning: Exploring Future PossibilitiesIoT + Machine Learning: Exploring Future Possibilities
IoT + Machine Learning: Exploring Future PossibilitiesKaty Slemon
 
Machine Intelligence Applications for IoT Slam Dec 1st 2016
Machine Intelligence Applications for IoT Slam Dec 1st 2016Machine Intelligence Applications for IoT Slam Dec 1st 2016
Machine Intelligence Applications for IoT Slam Dec 1st 2016Sudha Jamthe
 
Big Data and Artificial Intelligence: Game Changer
Big Data and Artificial Intelligence: Game ChangerBig Data and Artificial Intelligence: Game Changer
Big Data and Artificial Intelligence: Game ChangerDavid Asirvatham
 
CWIN17 san francisco-ai implementation-pub
CWIN17 san francisco-ai implementation-pubCWIN17 san francisco-ai implementation-pub
CWIN17 san francisco-ai implementation-pubCapgemini
 
Smart Machines Oct 2014
Smart Machines Oct 2014Smart Machines Oct 2014
Smart Machines Oct 2014Immo Salo
 
Smart machines presentation, Oct 2014
Smart machines presentation, Oct 2014Smart machines presentation, Oct 2014
Smart machines presentation, Oct 2014Immo Salo
 
CONFERENCIA: El impacto de la Tecnología en la optimización de la cadena de s...
CONFERENCIA: El impacto de la Tecnología en la optimización de la cadena de s...CONFERENCIA: El impacto de la Tecnología en la optimización de la cadena de s...
CONFERENCIA: El impacto de la Tecnología en la optimización de la cadena de s...Ignasi Sayol
 
Professional AI projects the easy way slides
Professional AI projects the easy way slidesProfessional AI projects the easy way slides
Professional AI projects the easy way slidesNuSpace
 

Similaire à Machine Learning Introduction for Digital Business Leaders (20)

AI trends towards a Driverless World for AI OpenPower meetup silicon valley m...
AI trends towards a Driverless World for AI OpenPower meetup silicon valley m...AI trends towards a Driverless World for AI OpenPower meetup silicon valley m...
AI trends towards a Driverless World for AI OpenPower meetup silicon valley m...
 
Ai trends towards a driverless world for ai open power meetup silicon vally m...
Ai trends towards a driverless world for ai open power meetup silicon vally m...Ai trends towards a driverless world for ai open power meetup silicon vally m...
Ai trends towards a driverless world for ai open power meetup silicon vally m...
 
Sudha jamthe Cognitive iot career pivot witi webinar april 2018
Sudha jamthe Cognitive iot career pivot witi webinar april 2018Sudha jamthe Cognitive iot career pivot witi webinar april 2018
Sudha jamthe Cognitive iot career pivot witi webinar april 2018
 
The Business Power of Cognitive IoT Data sudha jamthe predictive analytics su...
The Business Power of Cognitive IoT Data sudha jamthe predictive analytics su...The Business Power of Cognitive IoT Data sudha jamthe predictive analytics su...
The Business Power of Cognitive IoT Data sudha jamthe predictive analytics su...
 
Business Disruption with Robots, Drones and Bots The IoT Tech Expo Oct 20 2016
Business Disruption with Robots, Drones and Bots The IoT Tech Expo Oct 20 2016Business Disruption with Robots, Drones and Bots The IoT Tech Expo Oct 20 2016
Business Disruption with Robots, Drones and Bots The IoT Tech Expo Oct 20 2016
 
IoT for Manufacturing Supply Chain Logistic, Predictive Maintenance and More
IoT for Manufacturing Supply Chain Logistic, Predictive Maintenance and More IoT for Manufacturing Supply Chain Logistic, Predictive Maintenance and More
IoT for Manufacturing Supply Chain Logistic, Predictive Maintenance and More
 
Ai Tech Summit Closing Keynote: How to Launch An Exponential Ai Tech Startup ...
Ai Tech Summit Closing Keynote: How to Launch An Exponential Ai Tech Startup ...Ai Tech Summit Closing Keynote: How to Launch An Exponential Ai Tech Startup ...
Ai Tech Summit Closing Keynote: How to Launch An Exponential Ai Tech Startup ...
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
AI Presentation - Danial Shaikh
AI Presentation - Danial ShaikhAI Presentation - Danial Shaikh
AI Presentation - Danial Shaikh
 
AI in Business: Opportunities & Challenges
AI in Business: Opportunities & ChallengesAI in Business: Opportunities & Challenges
AI in Business: Opportunities & Challenges
 
How AI / ChatGPT Drives Business Growth
How AI / ChatGPT Drives Business GrowthHow AI / ChatGPT Drives Business Growth
How AI / ChatGPT Drives Business Growth
 
Biometrics for Cognitive IoT for WithTheBest Conference oct 15 2017
Biometrics for Cognitive IoT for WithTheBest Conference oct 15 2017Biometrics for Cognitive IoT for WithTheBest Conference oct 15 2017
Biometrics for Cognitive IoT for WithTheBest Conference oct 15 2017
 
IoT + Machine Learning: Exploring Future Possibilities
IoT + Machine Learning: Exploring Future PossibilitiesIoT + Machine Learning: Exploring Future Possibilities
IoT + Machine Learning: Exploring Future Possibilities
 
Machine Intelligence Applications for IoT Slam Dec 1st 2016
Machine Intelligence Applications for IoT Slam Dec 1st 2016Machine Intelligence Applications for IoT Slam Dec 1st 2016
Machine Intelligence Applications for IoT Slam Dec 1st 2016
 
Big Data and Artificial Intelligence: Game Changer
Big Data and Artificial Intelligence: Game ChangerBig Data and Artificial Intelligence: Game Changer
Big Data and Artificial Intelligence: Game Changer
 
CWIN17 san francisco-ai implementation-pub
CWIN17 san francisco-ai implementation-pubCWIN17 san francisco-ai implementation-pub
CWIN17 san francisco-ai implementation-pub
 
Smart Machines Oct 2014
Smart Machines Oct 2014Smart Machines Oct 2014
Smart Machines Oct 2014
 
Smart machines presentation, Oct 2014
Smart machines presentation, Oct 2014Smart machines presentation, Oct 2014
Smart machines presentation, Oct 2014
 
CONFERENCIA: El impacto de la Tecnología en la optimización de la cadena de s...
CONFERENCIA: El impacto de la Tecnología en la optimización de la cadena de s...CONFERENCIA: El impacto de la Tecnología en la optimización de la cadena de s...
CONFERENCIA: El impacto de la Tecnología en la optimización de la cadena de s...
 
Professional AI projects the easy way slides
Professional AI projects the easy way slidesProfessional AI projects the easy way slides
Professional AI projects the easy way slides
 

Plus de Sudha Jamthe

Generative AI in Transportation for Connected Future Transport System July 20...
Generative AI in Transportation for Connected Future Transport System July 20...Generative AI in Transportation for Connected Future Transport System July 20...
Generative AI in Transportation for Connected Future Transport System July 20...Sudha Jamthe
 
Digital Pedastrian Conversation with Digital Vehicle Sudha Jamthe talk.pdf
Digital Pedastrian Conversation with Digital Vehicle Sudha Jamthe talk.pdfDigital Pedastrian Conversation with Digital Vehicle Sudha Jamthe talk.pdf
Digital Pedastrian Conversation with Digital Vehicle Sudha Jamthe talk.pdfSudha Jamthe
 
AIoT Sudha Jamthe keynote at argentina iot event nov 24 2021
AIoT Sudha Jamthe keynote at argentina iot event nov 24 2021AIoT Sudha Jamthe keynote at argentina iot event nov 24 2021
AIoT Sudha Jamthe keynote at argentina iot event nov 24 2021Sudha Jamthe
 
Metrohacks EmpowHer keynote Sudha Jamthe July 17 2021
Metrohacks EmpowHer keynote Sudha Jamthe July 17 2021Metrohacks EmpowHer keynote Sudha Jamthe July 17 2021
Metrohacks EmpowHer keynote Sudha Jamthe July 17 2021Sudha Jamthe
 
Business Innovation with DataScience and AI Sudha Jamthe keynote IoT Slam 2021
Business Innovation with DataScience and AI Sudha Jamthe keynote IoT Slam 2021Business Innovation with DataScience and AI Sudha Jamthe keynote IoT Slam 2021
Business Innovation with DataScience and AI Sudha Jamthe keynote IoT Slam 2021Sudha Jamthe
 
AI Foundation and how to CareerPivot to AI
AI Foundation and how to CareerPivot to AI AI Foundation and how to CareerPivot to AI
AI Foundation and how to CareerPivot to AI Sudha Jamthe
 
CareerPivot to DigitalTwins in Covid Times for NGI (Next Generation Internet)
CareerPivot to DigitalTwins in Covid Times for NGI (Next Generation Internet) CareerPivot to DigitalTwins in Covid Times for NGI (Next Generation Internet)
CareerPivot to DigitalTwins in Covid Times for NGI (Next Generation Internet) Sudha Jamthe
 
8 September 2020- Career Pivot in Covid times IoT Innovatech Digital Conferen...
8 September 2020- Career Pivot in Covid times IoT Innovatech Digital Conferen...8 September 2020- Career Pivot in Covid times IoT Innovatech Digital Conferen...
8 September 2020- Career Pivot in Covid times IoT Innovatech Digital Conferen...Sudha Jamthe
 
20 may 2020 #PathtoAV Webinar (free) from driverlessworldschool.com
20 may 2020  #PathtoAV Webinar (free) from driverlessworldschool.com20 may 2020  #PathtoAV Webinar (free) from driverlessworldschool.com
20 may 2020 #PathtoAV Webinar (free) from driverlessworldschool.comSudha Jamthe
 
April 29 2020 #CareerPivot to AV webinar (free) from driverlessworldschool.com
April 29  2020  #CareerPivot to AV webinar (free) from driverlessworldschool.comApril 29  2020  #CareerPivot to AV webinar (free) from driverlessworldschool.com
April 29 2020 #CareerPivot to AV webinar (free) from driverlessworldschool.comSudha Jamthe
 
AI Fest India 2020 Sudha Jamthe keynote Career Pivot to AI
AI Fest India 2020 Sudha Jamthe keynote Career Pivot to AIAI Fest India 2020 Sudha Jamthe keynote Career Pivot to AI
AI Fest India 2020 Sudha Jamthe keynote Career Pivot to AISudha Jamthe
 
Career Pivot to AI webinar by Sudha Jamthe on DriverlessWorldSchool.com
Career Pivot to AI webinar by Sudha Jamthe on DriverlessWorldSchool.comCareer Pivot to AI webinar by Sudha Jamthe on DriverlessWorldSchool.com
Career Pivot to AI webinar by Sudha Jamthe on DriverlessWorldSchool.comSudha Jamthe
 
Aix for IoT Day Pakistan from sudha jamthe stanford
Aix for IoT Day Pakistan from sudha jamthe stanfordAix for IoT Day Pakistan from sudha jamthe stanford
Aix for IoT Day Pakistan from sudha jamthe stanfordSudha Jamthe
 
Sudha jamthe business of connected and autonomous vehicles for tu-a uto wes...
Sudha jamthe   business of connected and autonomous vehicles for tu-a uto wes...Sudha jamthe   business of connected and autonomous vehicles for tu-a uto wes...
Sudha jamthe business of connected and autonomous vehicles for tu-a uto wes...Sudha Jamthe
 
V2V and Federated AI at IoT Slam June 2019
V2V and Federated AI at IoT Slam June 2019V2V and Federated AI at IoT Slam June 2019
V2V and Federated AI at IoT Slam June 2019Sudha Jamthe
 
Mobility Disruptions from Understanding Autonomous Vehicles IoT Innovatech LA...
Mobility Disruptions from Understanding Autonomous Vehicles IoT Innovatech LA...Mobility Disruptions from Understanding Autonomous Vehicles IoT Innovatech LA...
Mobility Disruptions from Understanding Autonomous Vehicles IoT Innovatech LA...Sudha Jamthe
 
How IoT leads us to business of autonomous vehicle disruption for ab inc summ...
How IoT leads us to business of autonomous vehicle disruption for ab inc summ...How IoT leads us to business of autonomous vehicle disruption for ab inc summ...
How IoT leads us to business of autonomous vehicle disruption for ab inc summ...Sudha Jamthe
 
Global IoT Sisruptions for the connected world Sudha Jamthe keynote ABInc Sum...
Global IoT Sisruptions for the connected world Sudha Jamthe keynote ABInc Sum...Global IoT Sisruptions for the connected world Sudha Jamthe keynote ABInc Sum...
Global IoT Sisruptions for the connected world Sudha Jamthe keynote ABInc Sum...Sudha Jamthe
 
Autonomous Vehicle Career Pivot #witiwebinar april 2019
 Autonomous Vehicle Career Pivot  #witiwebinar april 2019 Autonomous Vehicle Career Pivot  #witiwebinar april 2019
Autonomous Vehicle Career Pivot #witiwebinar april 2019Sudha Jamthe
 
Future of Autonomous Transportation filene event keynote NY 2018
Future of Autonomous Transportation filene event keynote NY 2018Future of Autonomous Transportation filene event keynote NY 2018
Future of Autonomous Transportation filene event keynote NY 2018Sudha Jamthe
 

Plus de Sudha Jamthe (20)

Generative AI in Transportation for Connected Future Transport System July 20...
Generative AI in Transportation for Connected Future Transport System July 20...Generative AI in Transportation for Connected Future Transport System July 20...
Generative AI in Transportation for Connected Future Transport System July 20...
 
Digital Pedastrian Conversation with Digital Vehicle Sudha Jamthe talk.pdf
Digital Pedastrian Conversation with Digital Vehicle Sudha Jamthe talk.pdfDigital Pedastrian Conversation with Digital Vehicle Sudha Jamthe talk.pdf
Digital Pedastrian Conversation with Digital Vehicle Sudha Jamthe talk.pdf
 
AIoT Sudha Jamthe keynote at argentina iot event nov 24 2021
AIoT Sudha Jamthe keynote at argentina iot event nov 24 2021AIoT Sudha Jamthe keynote at argentina iot event nov 24 2021
AIoT Sudha Jamthe keynote at argentina iot event nov 24 2021
 
Metrohacks EmpowHer keynote Sudha Jamthe July 17 2021
Metrohacks EmpowHer keynote Sudha Jamthe July 17 2021Metrohacks EmpowHer keynote Sudha Jamthe July 17 2021
Metrohacks EmpowHer keynote Sudha Jamthe July 17 2021
 
Business Innovation with DataScience and AI Sudha Jamthe keynote IoT Slam 2021
Business Innovation with DataScience and AI Sudha Jamthe keynote IoT Slam 2021Business Innovation with DataScience and AI Sudha Jamthe keynote IoT Slam 2021
Business Innovation with DataScience and AI Sudha Jamthe keynote IoT Slam 2021
 
AI Foundation and how to CareerPivot to AI
AI Foundation and how to CareerPivot to AI AI Foundation and how to CareerPivot to AI
AI Foundation and how to CareerPivot to AI
 
CareerPivot to DigitalTwins in Covid Times for NGI (Next Generation Internet)
CareerPivot to DigitalTwins in Covid Times for NGI (Next Generation Internet) CareerPivot to DigitalTwins in Covid Times for NGI (Next Generation Internet)
CareerPivot to DigitalTwins in Covid Times for NGI (Next Generation Internet)
 
8 September 2020- Career Pivot in Covid times IoT Innovatech Digital Conferen...
8 September 2020- Career Pivot in Covid times IoT Innovatech Digital Conferen...8 September 2020- Career Pivot in Covid times IoT Innovatech Digital Conferen...
8 September 2020- Career Pivot in Covid times IoT Innovatech Digital Conferen...
 
20 may 2020 #PathtoAV Webinar (free) from driverlessworldschool.com
20 may 2020  #PathtoAV Webinar (free) from driverlessworldschool.com20 may 2020  #PathtoAV Webinar (free) from driverlessworldschool.com
20 may 2020 #PathtoAV Webinar (free) from driverlessworldschool.com
 
April 29 2020 #CareerPivot to AV webinar (free) from driverlessworldschool.com
April 29  2020  #CareerPivot to AV webinar (free) from driverlessworldschool.comApril 29  2020  #CareerPivot to AV webinar (free) from driverlessworldschool.com
April 29 2020 #CareerPivot to AV webinar (free) from driverlessworldschool.com
 
AI Fest India 2020 Sudha Jamthe keynote Career Pivot to AI
AI Fest India 2020 Sudha Jamthe keynote Career Pivot to AIAI Fest India 2020 Sudha Jamthe keynote Career Pivot to AI
AI Fest India 2020 Sudha Jamthe keynote Career Pivot to AI
 
Career Pivot to AI webinar by Sudha Jamthe on DriverlessWorldSchool.com
Career Pivot to AI webinar by Sudha Jamthe on DriverlessWorldSchool.comCareer Pivot to AI webinar by Sudha Jamthe on DriverlessWorldSchool.com
Career Pivot to AI webinar by Sudha Jamthe on DriverlessWorldSchool.com
 
Aix for IoT Day Pakistan from sudha jamthe stanford
Aix for IoT Day Pakistan from sudha jamthe stanfordAix for IoT Day Pakistan from sudha jamthe stanford
Aix for IoT Day Pakistan from sudha jamthe stanford
 
Sudha jamthe business of connected and autonomous vehicles for tu-a uto wes...
Sudha jamthe   business of connected and autonomous vehicles for tu-a uto wes...Sudha jamthe   business of connected and autonomous vehicles for tu-a uto wes...
Sudha jamthe business of connected and autonomous vehicles for tu-a uto wes...
 
V2V and Federated AI at IoT Slam June 2019
V2V and Federated AI at IoT Slam June 2019V2V and Federated AI at IoT Slam June 2019
V2V and Federated AI at IoT Slam June 2019
 
Mobility Disruptions from Understanding Autonomous Vehicles IoT Innovatech LA...
Mobility Disruptions from Understanding Autonomous Vehicles IoT Innovatech LA...Mobility Disruptions from Understanding Autonomous Vehicles IoT Innovatech LA...
Mobility Disruptions from Understanding Autonomous Vehicles IoT Innovatech LA...
 
How IoT leads us to business of autonomous vehicle disruption for ab inc summ...
How IoT leads us to business of autonomous vehicle disruption for ab inc summ...How IoT leads us to business of autonomous vehicle disruption for ab inc summ...
How IoT leads us to business of autonomous vehicle disruption for ab inc summ...
 
Global IoT Sisruptions for the connected world Sudha Jamthe keynote ABInc Sum...
Global IoT Sisruptions for the connected world Sudha Jamthe keynote ABInc Sum...Global IoT Sisruptions for the connected world Sudha Jamthe keynote ABInc Sum...
Global IoT Sisruptions for the connected world Sudha Jamthe keynote ABInc Sum...
 
Autonomous Vehicle Career Pivot #witiwebinar april 2019
 Autonomous Vehicle Career Pivot  #witiwebinar april 2019 Autonomous Vehicle Career Pivot  #witiwebinar april 2019
Autonomous Vehicle Career Pivot #witiwebinar april 2019
 
Future of Autonomous Transportation filene event keynote NY 2018
Future of Autonomous Transportation filene event keynote NY 2018Future of Autonomous Transportation filene event keynote NY 2018
Future of Autonomous Transportation filene event keynote NY 2018
 

Dernier

Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
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
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 

Dernier (20)

Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
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...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 

Machine Learning Introduction for Digital Business Leaders

  • 1. Machine Learning Introduction for Digital Business Leaders Sudha Jamthe Barcelona Technology School, Barcelona, Oct 2016 1IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 2. Instructor: SUDHA JAMTHE 2 The IoT Show (YouTube) Past : Mobile, Social Growth Leader STEM & Regional Economic Development – Turkey/Czech/Barcelona CEO IoTDisruption, Technology Futurist IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 3. MACHINE LEARNING IS A PART OF AI 3 Machine Learning VR AR Voice to Text Text to Speech Facial Recognition Computer Vision Natural Language Processing IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe Copyright: Sudha Jamthe IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 4. Machine Learning teaches computers to develop programs with large volume of data and drive decisions without human intervention. 4IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 5. What can a computer do with Machine Learning? 1. Tell the self driving car to stop 2. This newsfeed is spam 3. This photo is the face of Sudha Jamthe 4. Sell this stock now 5. I recommend this movie on Netflix 6. I can confirm if this cell looks like cancer cell or not 5IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 6. My Machine Learning Dog 6IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 7. Recommendation Engines Amazon uses ML for video recommendation 7IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 8. Facial Recognition – Google Photos 8IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 9. Computer Vision Take a series of 2D pictures to create a 3D analysis e.g. Civilmaps, Robots, Wearable Pills 9IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 10. Health Informatics 10IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe Image: Stanford Student research on Cancer from Tobacco usage
  • 11. Facebook – Spam Detection • Facebook Spam Detection • Credit Card company – Fraud Detection • Pathogen in Blood Samples 11 IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 12. 12 WHICH ONE IS AMY MY ASSISTANT? CLUE: Amy is a bot IoTDisruptions.co http://bit.ly/IoTAIBook @sujamthe
  • 13. Language Translations Live Demo (Try this on your computers)http://www.ibm.com/watson/developerclo ud/services-catalog.html Speech to Text https://speech-to-text- demo.mybluemix.net/ http://visual-recognition-demo.mybluemix.net/ https://cloud.google.com/products/machine-learning/ https://cloud.google.com/speech/ 13IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 14. GOOGLE DEEPMIND TO PREDICT KIDNEY PROBLEMS (DEEP LEARNING ALGORITHM) 14 Image source: Digital Trends IoTDisruptions.com http://bit.ly/IoTAIBook @sujamtheIoTDisruptions.co http://bit.ly/IoTAIBook @sujamthe
  • 15. AUTONOMOUS VEHICLES 15 Image: Scania IoTDisruptions.co http://bit.ly/IoTAIBook @sujamthe
  • 16. 16 ROBOTS MAKING MACHINES IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 17. Marketing • Customer Segmentation • Churn Prediction • Customer Analytics 17IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 18. Machine Learning APIs • api.ai, Cogito, DataSift, iSpeech, Microsoft Project Oxford, Mozscape, and OpenCalais. • Amazon, Google, IBM Watson, and Microsoft • Amazon AWS serviceshttps://aws.amazon.com/machine- learning/ 18IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 19. Machine Learning Jobs IoTDisruptions.co http://bit.ly/IoTAIBook @sujamthe 19
  • 20. Who Does Machine Learning Today? • http://datam.i2r.a- star.edu.sg/dad/dadMLlab.htm • https://www.ml.cmu.edu/people/phd- students.html IoTDisruptions.co http://bit.ly/IoTAIBook @sujamthe 20
  • 21. ML Job Roles in Companies Digital Transformation ML Researcher  ML Engineer -> Data Scientist ML Product Manager/Business Roles (EVOLVING) 21 IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 22. Machine Learning Jobs (6.6K jobs) • Facebook ML AI/ ML Program Manager • Siemens - Senior Innovator – (Machine Learning / Deep Learning) • Chief Machine Learning Scientist - $5m compensation package (FinTech) • Twitter -Product Manager, Core Ads: Ad Supply Management • SAP Frontend Developer for Machine Learning development • GroupOn Director, Business Operations & Analytics • Apple Sr. Infrastructure Engineer - Applied Machine Learning • Machine Learning Deployment Engineer, Professional Services, Google Cloud • Sr. Product Manager in LinkedIn, Splunk, Walmart, Cisco, Amazon • Computational Biologist, 23andMe • SAP, Director, Platform Strategy • Visa, Senior Design Technologist • CTO, XiQ • Sr. Product Manager, Capital One Bank Labs • Business and Market Strategist, Enlitic 22IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 23. Machine Learning Jobs in Spain • Business Transformation Manager Innovation , Zurich Insurance company • Sr. Product Manager, Knowit • Computer Vision & Machine Learning Jr, Touchvie • Human Machine Interaction Development Lead, Telefonica 23IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 24. How does Machine Learning Work? 24IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 25. How does Machine Learning Work? 1. Supervised – Get Training Data, Define factors, Remove biases 2. Unsupervised Learning aka Deep Mining - No need to define factors, train same architecture for generic problem solving. 25IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 26. Machine Learning Works by Building Data Models (a geometric shape of data*) image: Techemregence Gaussian mixture model Training Data & Factors Predict Outcomes to make decisions 26IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 27. Machine Learning Platform (TensorFlow, ScikitLearn, Theano, Spark Mlib, H20) The right model (decision tree, nearest neighbor, neural net, support vector machine, ensemble of multiple models) A learning procedure to fit the data (linear regression, gradient descent, genetic algorithms, bagging, boosting, and other model-specific methods) Right data and fit (bias and variance, overfitting and underfitting, missing data, data leakage) Deploying a ML Service into a Product (Identity, Data Governance, Algorithmic accuracy/ Compliance for industry) Building Products with Machine Learning © Sudha Jamthe 27IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 28. Building Products with Machine Learning 28IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe Pick a Machine Learning Platform (TensorFlow, ScikitLearn, Theano, Spark Mlib, H20) Develop the right stats model (decision tree, nearest neighbor, neural net, support vector machine) and Fit the data using right learning procedure ( linear regression, gradient descent, boosting, nagging) Develop Training Data & Fit (bias and variance, overfitting and underfitting, missing data, data leakage) Defining a ML Service into a Product (Identity, Data Governance, Algorithmic accuracy/ Compliance for industry) © Sudha Jamthe ML Engineer ML Researcher ML Product Manager
  • 29. AI COMPANIES LANDSCAPE 29IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe
  • 30. 30 INDUSTRIES IMPACTED BY MACHINE LEARNING IoTDisruptions.co http://bit.ly/IoTAIBook @sujamthe
  • 31. Questions? http://slideshare.com/sujamthe Email me sujamthe@gmail.com Twitter @sujamthe IoT Disruptions 2020 http://bit.ly/IoTAIBook 31 IoTDisruptions.com http://bit.ly/IoTAIBook @sujamthe

Notes de l'éditeur

  1. PM – Where to use ML? What problem to solve with ML?
  2. PM – Where to use ML? What problem to solve with ML?