SlideShare a Scribd company logo
1 of 29
Download to read offline
MACHINE LEARNING – FROM DISCOVERY TO UNDERSTANDING
Adrian Bowles, PhD

Founder, STORM Insights, Inc.

Lead Analyst, Aragon Research

info@storminsights.com
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
APRIL 13, 2017
Basic Concepts
Learning, Reasoning, UnderstandingRecognition vs Understanding
Discovery vs Search
Contrasting AI Approaches
ML & DL Basics
Trends
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
AGENDA
Learn
Plan Reason
Understand
Model
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
BASIC CONCEPTS
Plan (v)
Identify a goal/desired state
and a set of steps/activities
to reach that state.
Reason (v)
An evidence-based process for
determining the truth or
probability of a conclusion.
Deductive - Top down reduction,
Results are Certain
Inductive - Bottom up generalizations,
creating hypotheses with confidence
levels/probability
Abductive - Bottom up, probabalistic
development
of theories from observations
Understand
Awareness of the
meaning of data.
Learn
To acquire understanding
of data.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
RECOGNIZING CONCEPTS - DISCOVERY <> UNDERSTANDING
Courtesy of LoopAI Labs.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
Hearing (audioception)
~12,000 outer hair cells/ear

~3,500 inner hair cells
Vision (ophthalmoception)
Photoreceptors - Per Eye

~120,000,000 rod cells 

(triggered by single photon)

~6,000,000 cone cells 

(require more photons to trigger)

~ 60,000 photosensitive 

ganglion cells
Touch (tactioception)
Thermoreceptors, mechanoreceptors, 

chemoreceptors and nociceptors for touch, pressure, pain, 

temperature, vibration
Smell (olfacoception)
Chemoreception
Taste (gustaoception)
Chemoreception

Human Cognition
~100,000,000,000 (100B) Neurons
~100-500,000,000,000,000 (100-500T) Synapses
NEUROSYNAPTIC PROBLEM SOLVING SCOPE: PERCEPTION VS COGNITION
Learn
ModelReason
Understand
Plan
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
ASSOCIATION IS NOT UNDERSTANDING
It is possible, if not likely, that we will soon build a deep learning
system that knows everything but understands nothing.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
CONTRASTING AI APPROACHES
Knowledge-Centric Data-Centric/

Deep Learning
Representation Learning

Use ML to discover the representation
Lots of Up-Front Effort

Developing the Algorithms

or Rules

Should have 

Complete Transparency
Identify the Categories

Let the Data Drive the Process

Can Become a Black Box
ATTRIBUTES
APPROACH Use ML to discover the mappingUse experts to create the

representation and mapping
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
TAXONOMIES REPRESENT HIERARCHICAL CONCEPTS - YOUR REPRESENTATION MATTERS
Nature
Animal
Mineral Vegetable
Aves
Amphibians
Fish
Insects
Mammals
Primates
Brute Ferae
Haplorhini
Hominini
Humans(Homo) Chimps(Pan)
Bob
LOWABSTRACTIONHIGH
You Are Here!
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
PROXIMITY/DISTANCE ALGORITHMS
Mapped with vectors,
proximity algorithm
based on purpose.
Mapping for autocorrect/complete vs Mapping for meaning
Boy
Bay
Map
Mop
Man
Nay May
Mope
Buy
Hop Hope
Boy
Bay
Map
Mop
Man
Nay
May
Mope
BuyHop
HopeSimilar structure ->
similar meaning in
vision, not always
in language.
Memory-Based
Reasoning
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
AI LEARNING APPROACHES - HEAVY LIFTING FOCUS SHIFTS OVER TIME
ALGORITHMS
&
RULES
DATA
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
MACHINE LEARNING FUNDAMENTALS
Natural learning approaches vary. Some can be simulated with code, for
example mechanical theorem proving in formal logic.
However, a true machine learning system must improve its performance
based on experience with data, not by reprogramming.
REFLECTIONINFERENCEDEDUCTION
Learning
REASONING
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
KEY APPROACHES TO MACHINE LEARNING
REINFORCEMENT
UNSUPERVISED
SUPERVISED
The system is taught to detect or match patterns 

based on training data. Learning by example.
The system learns/develops strategies based on
performance feedback.
An unsupervised learning system discovers patterns
based on experience.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
MACHINE LEARNING FUNDAMENTALS
SUPERVISED
The system is taught to detect or match patterns 

based on training data. Learning by example.
Good for: Applications in which there is a large body of
experience/evidence that can be codified into a training
data set with question-answer pairs.
Example: Medical diagnostics, matching symptoms to
conditions.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
MACHINE LEARNING FUNDAMENTALS
REINFORCEMENT
The system learns/develops strategies based on
performance feedback.
Good for: Applications in which there are too many
variables to code, but where one can recognize good/
bad behavior and reinforce/extinguish it.
Example: A guidance system for an autonomous
helicopter.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
MACHINE LEARNING FUNDAMENTALS
UNSUPERVISED An unsupervised learning system discovers patterns
based on experience.
Good for: Applications where detecting a change in
behavior may be meaningful.
Example: Network intrusion detection.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
MACHINE LEARNING FUNDAMENTALS
DEEP
LEARNING
Deep learning refers to a biologically-inspired approach to machine
learning that leverages multiple layers or collections of simple
processing units - analogous to neurosynaptic elements - that
collaborate to solve complex problems at multiple levels of
abstraction.
Modern neural networks can support supervised, reinforcement, or
unsupervised learning systems.
In general, deep learning solutions require a high degree of parallelism,
which may be implemented in hardware and/or software.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
MACHINE LEARNING - ARTIFICIAL NEURAL NETS
Input
Output
Highly Connected

Neural Processors
A digital representation of the state 

of the input domain.

Scalars, Vectors, Equations…
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
MACHINE LEARNING - ARTIFICIAL NEURAL NETS
Input
Output
Preserved State
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
SEQUENTIAL PROCESSING
Concept 1
Concept 2
Concept 3
Concept 4
Aggregate
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
DEEP LEARNING
Visible Layer
Hidden Layer
Hidden Layer
Output Layer
Hidden Layer
Input: Observable Variables
HIGHABSTRACTIONLOW
Output
Pixels
Depth

of the 

Model
Edges
Object
Shapes/Parts
Object Class
Brightness/

Contrast
Geometry

Rules
Features

to

Extract
Methods
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
DEEP LEARNING
Visible Layer
Hidden Layer
Hidden Layer
Output Layer
Hidden Layer
Input: Observable Variables
HIGHABSTRACTIONLOW
Output
Features

to

Extract
Gender
Regional Origin
Emotional State
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
LOOKING FOR FEATURES: WHICH ONE IS NOT LIKE THE OTHERS?
Edges are easy
Objects are easy
What are the
distinguishing features?
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
LOOKING FOR FEATURES: WHICH ONE IS NOT LIKE THE OTHERS?
Edges are easy
Objects are easy
What are the
distinguishing features?
Context is King for Discovery
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
WHAT CAN A DL SYSTEM “LEARN” FROM THIS PICTURE?
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
TRUST & TRANSPARENCY
The Dark Secret at the Heart of AI
Will Knight, MIT Technology Review, April 11, 2017
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
HOW IMPORTANT IS IT TO BE ABLE TO EXPLAIN REASONING?
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
AI LEARNING TRENDS
DATA
More Data + Faster HW make 

Deep Learning Practical
Deep Learning Success With Recognition

Spurs Investment
ALGORITHMS
&
RULES
Caution for Applications Where 

Transparency is Critical
Investment Leads to Investigation

Broaden the Scope of Applications
New “Explainability” Research Emerges
Hybrid Solutions to Augment Intelligence

Will Thrive for Critical Applications
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
RESOURCES
The Dark Secret at the Heart of AI
Will Knight, MIT Technology Review, April 11, 2017

Deep Learning
Goodfellow, Bengio, and Courville, MIT Press, 2016.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
KEEP IN TOUCH
adrian@storminsights.com
Twitter @ajbowles
Skype ajbowles
Upcoming 2017 Webinar Dates & Topics
May 11 Streaming Analytics for IoT-Oriented Applications
June 8 Machine Learning Case Studies

Insurance, Healthcare, Pharma
July 13 Advances in Natural Language Processing I: Understanding

More Related Content

What's hot

Efficient Data Labelling for Ocular Imaging
Efficient Data Labelling for Ocular ImagingEfficient Data Labelling for Ocular Imaging
Efficient Data Labelling for Ocular ImagingPetteriTeikariPhD
 
IC-SDV 2018: Aleksandar Kapisoda (Boehringer) Using Machine Learning for Auto...
IC-SDV 2018: Aleksandar Kapisoda (Boehringer) Using Machine Learning for Auto...IC-SDV 2018: Aleksandar Kapisoda (Boehringer) Using Machine Learning for Auto...
IC-SDV 2018: Aleksandar Kapisoda (Boehringer) Using Machine Learning for Auto...Dr. Haxel Consult
 
Artificial intelligence in Pharma by Malai Sankarasubbu
Artificial intelligence in Pharma by Malai SankarasubbuArtificial intelligence in Pharma by Malai Sankarasubbu
Artificial intelligence in Pharma by Malai SankarasubbuSaama
 
Modern ML & AI Operations to Advance Healthcare
Modern ML & AI Operations to Advance HealthcareModern ML & AI Operations to Advance Healthcare
Modern ML & AI Operations to Advance HealthcareHolden Ackerman
 
Dltop5 2017-10-06v2-171006205635 (1)
Dltop5 2017-10-06v2-171006205635 (1)Dltop5 2017-10-06v2-171006205635 (1)
Dltop5 2017-10-06v2-171006205635 (1)Cemil Yigit
 
AI-SDV 2021: Francisco Webber - Efficiency is the New Precision
AI-SDV 2021: Francisco Webber - Efficiency is the New PrecisionAI-SDV 2021: Francisco Webber - Efficiency is the New Precision
AI-SDV 2021: Francisco Webber - Efficiency is the New PrecisionDr. Haxel Consult
 
Transforming Healthcare at GTC Silicon Valley
Transforming Healthcare at GTC Silicon ValleyTransforming Healthcare at GTC Silicon Valley
Transforming Healthcare at GTC Silicon ValleyNVIDIA
 
Big image analytics for (Re-) insurer
 Big image analytics for (Re-) insurer Big image analytics for (Re-) insurer
Big image analytics for (Re-) insurerFlavio Trolese
 
Treparel lt innovate summit june 27, 2013
Treparel lt innovate summit june 27, 2013Treparel lt innovate summit june 27, 2013
Treparel lt innovate summit june 27, 2013Treparel
 
Why you should care about synthetic data
Why you should care about synthetic dataWhy you should care about synthetic data
Why you should care about synthetic dataRiaktr
 
Top 10 data science takeaways for executives
Top 10 data science takeaways for executivesTop 10 data science takeaways for executives
Top 10 data science takeaways for executivesDylan Erens
 
Machine Learning & Artificial Intelligence: Beyond Diagnosis
Machine Learning & Artificial Intelligence: Beyond Diagnosis Machine Learning & Artificial Intelligence: Beyond Diagnosis
Machine Learning & Artificial Intelligence: Beyond Diagnosis SMARTMD
 
Impact of big data on analytics
Impact of big data on analyticsImpact of big data on analytics
Impact of big data on analyticsCapgemini
 

What's hot (13)

Efficient Data Labelling for Ocular Imaging
Efficient Data Labelling for Ocular ImagingEfficient Data Labelling for Ocular Imaging
Efficient Data Labelling for Ocular Imaging
 
IC-SDV 2018: Aleksandar Kapisoda (Boehringer) Using Machine Learning for Auto...
IC-SDV 2018: Aleksandar Kapisoda (Boehringer) Using Machine Learning for Auto...IC-SDV 2018: Aleksandar Kapisoda (Boehringer) Using Machine Learning for Auto...
IC-SDV 2018: Aleksandar Kapisoda (Boehringer) Using Machine Learning for Auto...
 
Artificial intelligence in Pharma by Malai Sankarasubbu
Artificial intelligence in Pharma by Malai SankarasubbuArtificial intelligence in Pharma by Malai Sankarasubbu
Artificial intelligence in Pharma by Malai Sankarasubbu
 
Modern ML & AI Operations to Advance Healthcare
Modern ML & AI Operations to Advance HealthcareModern ML & AI Operations to Advance Healthcare
Modern ML & AI Operations to Advance Healthcare
 
Dltop5 2017-10-06v2-171006205635 (1)
Dltop5 2017-10-06v2-171006205635 (1)Dltop5 2017-10-06v2-171006205635 (1)
Dltop5 2017-10-06v2-171006205635 (1)
 
AI-SDV 2021: Francisco Webber - Efficiency is the New Precision
AI-SDV 2021: Francisco Webber - Efficiency is the New PrecisionAI-SDV 2021: Francisco Webber - Efficiency is the New Precision
AI-SDV 2021: Francisco Webber - Efficiency is the New Precision
 
Transforming Healthcare at GTC Silicon Valley
Transforming Healthcare at GTC Silicon ValleyTransforming Healthcare at GTC Silicon Valley
Transforming Healthcare at GTC Silicon Valley
 
Big image analytics for (Re-) insurer
 Big image analytics for (Re-) insurer Big image analytics for (Re-) insurer
Big image analytics for (Re-) insurer
 
Treparel lt innovate summit june 27, 2013
Treparel lt innovate summit june 27, 2013Treparel lt innovate summit june 27, 2013
Treparel lt innovate summit june 27, 2013
 
Why you should care about synthetic data
Why you should care about synthetic dataWhy you should care about synthetic data
Why you should care about synthetic data
 
Top 10 data science takeaways for executives
Top 10 data science takeaways for executivesTop 10 data science takeaways for executives
Top 10 data science takeaways for executives
 
Machine Learning & Artificial Intelligence: Beyond Diagnosis
Machine Learning & Artificial Intelligence: Beyond Diagnosis Machine Learning & Artificial Intelligence: Beyond Diagnosis
Machine Learning & Artificial Intelligence: Beyond Diagnosis
 
Impact of big data on analytics
Impact of big data on analyticsImpact of big data on analytics
Impact of big data on analytics
 

Similar to SmartData Slides: Machine Learning - From Discovery to Understanding

Smart Data Webinar: Organizing Data and Knowledge - The Role of Taxonomies an...
Smart Data Webinar: Organizing Data and Knowledge - The Role of Taxonomies an...Smart Data Webinar: Organizing Data and Knowledge - The Role of Taxonomies an...
Smart Data Webinar: Organizing Data and Knowledge - The Role of Taxonomies an...DATAVERSITY
 
Smart Data Slides: Modern AI and Cognitive Computing - Boundaries and Opportu...
Smart Data Slides: Modern AI and Cognitive Computing - Boundaries and Opportu...Smart Data Slides: Modern AI and Cognitive Computing - Boundaries and Opportu...
Smart Data Slides: Modern AI and Cognitive Computing - Boundaries and Opportu...DATAVERSITY
 
Smart Data Webinar: Advances in Natural Language Processing I - Understanding
Smart Data Webinar: Advances in Natural Language Processing I - UnderstandingSmart Data Webinar: Advances in Natural Language Processing I - Understanding
Smart Data Webinar: Advances in Natural Language Processing I - UnderstandingDATAVERSITY
 
Smart Data Webinar: See Me, Feel Me, Touch Me, Heal Me - The Rise of the Cogn...
Smart Data Webinar: See Me, Feel Me, Touch Me, Heal Me - The Rise of the Cogn...Smart Data Webinar: See Me, Feel Me, Touch Me, Heal Me - The Rise of the Cogn...
Smart Data Webinar: See Me, Feel Me, Touch Me, Heal Me - The Rise of the Cogn...DATAVERSITY
 
Smart Data Webinar: Artificial General Intelligence - When Can I Get It?
Smart Data Webinar: Artificial General Intelligence - When Can I Get It?Smart Data Webinar: Artificial General Intelligence - When Can I Get It?
Smart Data Webinar: Artificial General Intelligence - When Can I Get It?DATAVERSITY
 
Smart Data Webinar: Choosing the Right Data Management Architecture for Cogni...
Smart Data Webinar: Choosing the Right Data Management Architecture for Cogni...Smart Data Webinar: Choosing the Right Data Management Architecture for Cogni...
Smart Data Webinar: Choosing the Right Data Management Architecture for Cogni...DATAVERSITY
 
Moving Forward with AI - as presented at the Prosessipäivät 2018
Moving Forward with AI - as presented at the Prosessipäivät 2018Moving Forward with AI - as presented at the Prosessipäivät 2018
Moving Forward with AI - as presented at the Prosessipäivät 2018Adrian Hornsby
 
GPSBUS201-GPS Demystifying Artificial Intelligence
GPSBUS201-GPS Demystifying Artificial IntelligenceGPSBUS201-GPS Demystifying Artificial Intelligence
GPSBUS201-GPS Demystifying Artificial IntelligenceAmazon Web Services
 
A Pragmatic AI Maturity Model
A Pragmatic AI Maturity ModelA Pragmatic AI Maturity Model
A Pragmatic AI Maturity ModelDATAVERSITY
 
Smart Data Webinar: Machine Learning (ML) Adoption Strategies
Smart Data Webinar: Machine Learning (ML) Adoption StrategiesSmart Data Webinar: Machine Learning (ML) Adoption Strategies
Smart Data Webinar: Machine Learning (ML) Adoption StrategiesDATAVERSITY
 
Smart Data Webinar: The Road to Autonomous Applications
Smart Data Webinar: The Road to Autonomous ApplicationsSmart Data Webinar: The Road to Autonomous Applications
Smart Data Webinar: The Road to Autonomous ApplicationsDATAVERSITY
 
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...Edureka!
 
Solution challenge 2024 GDSC-GHRCE AIML.pptx
Solution challenge 2024 GDSC-GHRCE AIML.pptxSolution challenge 2024 GDSC-GHRCE AIML.pptx
Solution challenge 2024 GDSC-GHRCE AIML.pptxGoogleDeveloperStude22
 
GPSTEC201_Building an Artificial Intelligence Practice for Consulting Partners
GPSTEC201_Building an Artificial Intelligence Practice for Consulting PartnersGPSTEC201_Building an Artificial Intelligence Practice for Consulting Partners
GPSTEC201_Building an Artificial Intelligence Practice for Consulting PartnersAmazon Web Services
 
Frank Chen at AI Frontiers: Startups and AI
Frank Chen at AI Frontiers: Startups and AIFrank Chen at AI Frontiers: Startups and AI
Frank Chen at AI Frontiers: Startups and AIAI Frontiers
 
Generative Adversarial Networks (GANs) using Apache MXNet
Generative Adversarial Networks (GANs) using Apache MXNetGenerative Adversarial Networks (GANs) using Apache MXNet
Generative Adversarial Networks (GANs) using Apache MXNetApache MXNet
 
Jon Epstein - LAC 2017 - Disruptive technologies: AI and the future of market...
Jon Epstein - LAC 2017 - Disruptive technologies: AI and the future of market...Jon Epstein - LAC 2017 - Disruptive technologies: AI and the future of market...
Jon Epstein - LAC 2017 - Disruptive technologies: AI and the future of market...iGB Affiliate
 
Smart Data Webinar: Advances in Natural Language Processing
Smart Data Webinar: Advances in Natural Language ProcessingSmart Data Webinar: Advances in Natural Language Processing
Smart Data Webinar: Advances in Natural Language ProcessingDATAVERSITY
 

Similar to SmartData Slides: Machine Learning - From Discovery to Understanding (20)

Smart Data Webinar: Organizing Data and Knowledge - The Role of Taxonomies an...
Smart Data Webinar: Organizing Data and Knowledge - The Role of Taxonomies an...Smart Data Webinar: Organizing Data and Knowledge - The Role of Taxonomies an...
Smart Data Webinar: Organizing Data and Knowledge - The Role of Taxonomies an...
 
Smart Data Slides: Modern AI and Cognitive Computing - Boundaries and Opportu...
Smart Data Slides: Modern AI and Cognitive Computing - Boundaries and Opportu...Smart Data Slides: Modern AI and Cognitive Computing - Boundaries and Opportu...
Smart Data Slides: Modern AI and Cognitive Computing - Boundaries and Opportu...
 
Smart Data Webinar: Advances in Natural Language Processing I - Understanding
Smart Data Webinar: Advances in Natural Language Processing I - UnderstandingSmart Data Webinar: Advances in Natural Language Processing I - Understanding
Smart Data Webinar: Advances in Natural Language Processing I - Understanding
 
Smart Data Webinar: See Me, Feel Me, Touch Me, Heal Me - The Rise of the Cogn...
Smart Data Webinar: See Me, Feel Me, Touch Me, Heal Me - The Rise of the Cogn...Smart Data Webinar: See Me, Feel Me, Touch Me, Heal Me - The Rise of the Cogn...
Smart Data Webinar: See Me, Feel Me, Touch Me, Heal Me - The Rise of the Cogn...
 
Smart Data Webinar: Artificial General Intelligence - When Can I Get It?
Smart Data Webinar: Artificial General Intelligence - When Can I Get It?Smart Data Webinar: Artificial General Intelligence - When Can I Get It?
Smart Data Webinar: Artificial General Intelligence - When Can I Get It?
 
Smart Data Webinar: Choosing the Right Data Management Architecture for Cogni...
Smart Data Webinar: Choosing the Right Data Management Architecture for Cogni...Smart Data Webinar: Choosing the Right Data Management Architecture for Cogni...
Smart Data Webinar: Choosing the Right Data Management Architecture for Cogni...
 
Moving Forward with AI - as presented at the Prosessipäivät 2018
Moving Forward with AI - as presented at the Prosessipäivät 2018Moving Forward with AI - as presented at the Prosessipäivät 2018
Moving Forward with AI - as presented at the Prosessipäivät 2018
 
GPSBUS201-GPS Demystifying Artificial Intelligence
GPSBUS201-GPS Demystifying Artificial IntelligenceGPSBUS201-GPS Demystifying Artificial Intelligence
GPSBUS201-GPS Demystifying Artificial Intelligence
 
A Pragmatic AI Maturity Model
A Pragmatic AI Maturity ModelA Pragmatic AI Maturity Model
A Pragmatic AI Maturity Model
 
Smart Data Webinar: Machine Learning (ML) Adoption Strategies
Smart Data Webinar: Machine Learning (ML) Adoption StrategiesSmart Data Webinar: Machine Learning (ML) Adoption Strategies
Smart Data Webinar: Machine Learning (ML) Adoption Strategies
 
Smart Data Webinar: The Road to Autonomous Applications
Smart Data Webinar: The Road to Autonomous ApplicationsSmart Data Webinar: The Road to Autonomous Applications
Smart Data Webinar: The Road to Autonomous Applications
 
There's No AI Without IA with Seth Earley
There's No AI Without IA with Seth EarleyThere's No AI Without IA with Seth Earley
There's No AI Without IA with Seth Earley
 
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
 
Solution challenge 2024 GDSC-GHRCE AIML.pptx
Solution challenge 2024 GDSC-GHRCE AIML.pptxSolution challenge 2024 GDSC-GHRCE AIML.pptx
Solution challenge 2024 GDSC-GHRCE AIML.pptx
 
Moving Forward with AI
Moving Forward with AIMoving Forward with AI
Moving Forward with AI
 
GPSTEC201_Building an Artificial Intelligence Practice for Consulting Partners
GPSTEC201_Building an Artificial Intelligence Practice for Consulting PartnersGPSTEC201_Building an Artificial Intelligence Practice for Consulting Partners
GPSTEC201_Building an Artificial Intelligence Practice for Consulting Partners
 
Frank Chen at AI Frontiers: Startups and AI
Frank Chen at AI Frontiers: Startups and AIFrank Chen at AI Frontiers: Startups and AI
Frank Chen at AI Frontiers: Startups and AI
 
Generative Adversarial Networks (GANs) using Apache MXNet
Generative Adversarial Networks (GANs) using Apache MXNetGenerative Adversarial Networks (GANs) using Apache MXNet
Generative Adversarial Networks (GANs) using Apache MXNet
 
Jon Epstein - LAC 2017 - Disruptive technologies: AI and the future of market...
Jon Epstein - LAC 2017 - Disruptive technologies: AI and the future of market...Jon Epstein - LAC 2017 - Disruptive technologies: AI and the future of market...
Jon Epstein - LAC 2017 - Disruptive technologies: AI and the future of market...
 
Smart Data Webinar: Advances in Natural Language Processing
Smart Data Webinar: Advances in Natural Language ProcessingSmart Data Webinar: Advances in Natural Language Processing
Smart Data Webinar: Advances in Natural Language Processing
 

More from DATAVERSITY

Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...
Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...
Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...DATAVERSITY
 
Data at the Speed of Business with Data Mastering and Governance
Data at the Speed of Business with Data Mastering and GovernanceData at the Speed of Business with Data Mastering and Governance
Data at the Speed of Business with Data Mastering and GovernanceDATAVERSITY
 
Exploring Levels of Data Literacy
Exploring Levels of Data LiteracyExploring Levels of Data Literacy
Exploring Levels of Data LiteracyDATAVERSITY
 
Building a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business GoalsBuilding a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business GoalsDATAVERSITY
 
Make Data Work for You
Make Data Work for YouMake Data Work for You
Make Data Work for YouDATAVERSITY
 
Data Catalogs Are the Answer – What is the Question?
Data Catalogs Are the Answer – What is the Question?Data Catalogs Are the Answer – What is the Question?
Data Catalogs Are the Answer – What is the Question?DATAVERSITY
 
Data Catalogs Are the Answer – What Is the Question?
Data Catalogs Are the Answer – What Is the Question?Data Catalogs Are the Answer – What Is the Question?
Data Catalogs Are the Answer – What Is the Question?DATAVERSITY
 
Data Modeling Fundamentals
Data Modeling FundamentalsData Modeling Fundamentals
Data Modeling FundamentalsDATAVERSITY
 
Showing ROI for Your Analytic Project
Showing ROI for Your Analytic ProjectShowing ROI for Your Analytic Project
Showing ROI for Your Analytic ProjectDATAVERSITY
 
How a Semantic Layer Makes Data Mesh Work at Scale
How a Semantic Layer Makes  Data Mesh Work at ScaleHow a Semantic Layer Makes  Data Mesh Work at Scale
How a Semantic Layer Makes Data Mesh Work at ScaleDATAVERSITY
 
Is Enterprise Data Literacy Possible?
Is Enterprise Data Literacy Possible?Is Enterprise Data Literacy Possible?
Is Enterprise Data Literacy Possible?DATAVERSITY
 
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...DATAVERSITY
 
Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?DATAVERSITY
 
Data Governance Trends - A Look Backwards and Forwards
Data Governance Trends - A Look Backwards and ForwardsData Governance Trends - A Look Backwards and Forwards
Data Governance Trends - A Look Backwards and ForwardsDATAVERSITY
 
Data Governance Trends and Best Practices To Implement Today
Data Governance Trends and Best Practices To Implement TodayData Governance Trends and Best Practices To Implement Today
Data Governance Trends and Best Practices To Implement TodayDATAVERSITY
 
2023 Trends in Enterprise Analytics
2023 Trends in Enterprise Analytics2023 Trends in Enterprise Analytics
2023 Trends in Enterprise AnalyticsDATAVERSITY
 
Data Strategy Best Practices
Data Strategy Best PracticesData Strategy Best Practices
Data Strategy Best PracticesDATAVERSITY
 
Who Should Own Data Governance – IT or Business?
Who Should Own Data Governance – IT or Business?Who Should Own Data Governance – IT or Business?
Who Should Own Data Governance – IT or Business?DATAVERSITY
 
Data Management Best Practices
Data Management Best PracticesData Management Best Practices
Data Management Best PracticesDATAVERSITY
 
MLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive AdvantageMLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive AdvantageDATAVERSITY
 

More from DATAVERSITY (20)

Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...
Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...
Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...
 
Data at the Speed of Business with Data Mastering and Governance
Data at the Speed of Business with Data Mastering and GovernanceData at the Speed of Business with Data Mastering and Governance
Data at the Speed of Business with Data Mastering and Governance
 
Exploring Levels of Data Literacy
Exploring Levels of Data LiteracyExploring Levels of Data Literacy
Exploring Levels of Data Literacy
 
Building a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business GoalsBuilding a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business Goals
 
Make Data Work for You
Make Data Work for YouMake Data Work for You
Make Data Work for You
 
Data Catalogs Are the Answer – What is the Question?
Data Catalogs Are the Answer – What is the Question?Data Catalogs Are the Answer – What is the Question?
Data Catalogs Are the Answer – What is the Question?
 
Data Catalogs Are the Answer – What Is the Question?
Data Catalogs Are the Answer – What Is the Question?Data Catalogs Are the Answer – What Is the Question?
Data Catalogs Are the Answer – What Is the Question?
 
Data Modeling Fundamentals
Data Modeling FundamentalsData Modeling Fundamentals
Data Modeling Fundamentals
 
Showing ROI for Your Analytic Project
Showing ROI for Your Analytic ProjectShowing ROI for Your Analytic Project
Showing ROI for Your Analytic Project
 
How a Semantic Layer Makes Data Mesh Work at Scale
How a Semantic Layer Makes  Data Mesh Work at ScaleHow a Semantic Layer Makes  Data Mesh Work at Scale
How a Semantic Layer Makes Data Mesh Work at Scale
 
Is Enterprise Data Literacy Possible?
Is Enterprise Data Literacy Possible?Is Enterprise Data Literacy Possible?
Is Enterprise Data Literacy Possible?
 
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
 
Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?
 
Data Governance Trends - A Look Backwards and Forwards
Data Governance Trends - A Look Backwards and ForwardsData Governance Trends - A Look Backwards and Forwards
Data Governance Trends - A Look Backwards and Forwards
 
Data Governance Trends and Best Practices To Implement Today
Data Governance Trends and Best Practices To Implement TodayData Governance Trends and Best Practices To Implement Today
Data Governance Trends and Best Practices To Implement Today
 
2023 Trends in Enterprise Analytics
2023 Trends in Enterprise Analytics2023 Trends in Enterprise Analytics
2023 Trends in Enterprise Analytics
 
Data Strategy Best Practices
Data Strategy Best PracticesData Strategy Best Practices
Data Strategy Best Practices
 
Who Should Own Data Governance – IT or Business?
Who Should Own Data Governance – IT or Business?Who Should Own Data Governance – IT or Business?
Who Should Own Data Governance – IT or Business?
 
Data Management Best Practices
Data Management Best PracticesData Management Best Practices
Data Management Best Practices
 
MLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive AdvantageMLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive Advantage
 

Recently uploaded

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
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
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
"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
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
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
 
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
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 

Recently uploaded (20)

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
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
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
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
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
"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...
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
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
 
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
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 

SmartData Slides: Machine Learning - From Discovery to Understanding

  • 1. MACHINE LEARNING – FROM DISCOVERY TO UNDERSTANDING Adrian Bowles, PhD Founder, STORM Insights, Inc. Lead Analyst, Aragon Research info@storminsights.com Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. APRIL 13, 2017
  • 2. Basic Concepts Learning, Reasoning, UnderstandingRecognition vs Understanding Discovery vs Search Contrasting AI Approaches ML & DL Basics Trends Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. AGENDA
  • 3. Learn Plan Reason Understand Model Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. BASIC CONCEPTS Plan (v) Identify a goal/desired state and a set of steps/activities to reach that state. Reason (v) An evidence-based process for determining the truth or probability of a conclusion. Deductive - Top down reduction, Results are Certain Inductive - Bottom up generalizations, creating hypotheses with confidence levels/probability Abductive - Bottom up, probabalistic development of theories from observations Understand Awareness of the meaning of data. Learn To acquire understanding of data.
  • 4. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. RECOGNIZING CONCEPTS - DISCOVERY <> UNDERSTANDING Courtesy of LoopAI Labs.
  • 5. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. Hearing (audioception) ~12,000 outer hair cells/ear ~3,500 inner hair cells Vision (ophthalmoception) Photoreceptors - Per Eye ~120,000,000 rod cells (triggered by single photon) ~6,000,000 cone cells (require more photons to trigger) ~ 60,000 photosensitive ganglion cells Touch (tactioception) Thermoreceptors, mechanoreceptors, chemoreceptors and nociceptors for touch, pressure, pain, temperature, vibration Smell (olfacoception) Chemoreception Taste (gustaoception) Chemoreception Human Cognition ~100,000,000,000 (100B) Neurons ~100-500,000,000,000,000 (100-500T) Synapses NEUROSYNAPTIC PROBLEM SOLVING SCOPE: PERCEPTION VS COGNITION Learn ModelReason Understand Plan
  • 6. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. ASSOCIATION IS NOT UNDERSTANDING It is possible, if not likely, that we will soon build a deep learning system that knows everything but understands nothing.
  • 7. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. CONTRASTING AI APPROACHES Knowledge-Centric Data-Centric/ Deep Learning Representation Learning Use ML to discover the representation Lots of Up-Front Effort Developing the Algorithms or Rules Should have Complete Transparency Identify the Categories Let the Data Drive the Process Can Become a Black Box ATTRIBUTES APPROACH Use ML to discover the mappingUse experts to create the representation and mapping
  • 8. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. TAXONOMIES REPRESENT HIERARCHICAL CONCEPTS - YOUR REPRESENTATION MATTERS Nature Animal Mineral Vegetable Aves Amphibians Fish Insects Mammals Primates Brute Ferae Haplorhini Hominini Humans(Homo) Chimps(Pan) Bob LOWABSTRACTIONHIGH You Are Here!
  • 9. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. PROXIMITY/DISTANCE ALGORITHMS Mapped with vectors, proximity algorithm based on purpose. Mapping for autocorrect/complete vs Mapping for meaning Boy Bay Map Mop Man Nay May Mope Buy Hop Hope Boy Bay Map Mop Man Nay May Mope BuyHop HopeSimilar structure -> similar meaning in vision, not always in language. Memory-Based Reasoning
  • 10. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. AI LEARNING APPROACHES - HEAVY LIFTING FOCUS SHIFTS OVER TIME ALGORITHMS & RULES DATA
  • 11. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. MACHINE LEARNING FUNDAMENTALS Natural learning approaches vary. Some can be simulated with code, for example mechanical theorem proving in formal logic. However, a true machine learning system must improve its performance based on experience with data, not by reprogramming. REFLECTIONINFERENCEDEDUCTION Learning REASONING
  • 12. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. KEY APPROACHES TO MACHINE LEARNING REINFORCEMENT UNSUPERVISED SUPERVISED The system is taught to detect or match patterns based on training data. Learning by example. The system learns/develops strategies based on performance feedback. An unsupervised learning system discovers patterns based on experience.
  • 13. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. MACHINE LEARNING FUNDAMENTALS SUPERVISED The system is taught to detect or match patterns based on training data. Learning by example. Good for: Applications in which there is a large body of experience/evidence that can be codified into a training data set with question-answer pairs. Example: Medical diagnostics, matching symptoms to conditions.
  • 14. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. MACHINE LEARNING FUNDAMENTALS REINFORCEMENT The system learns/develops strategies based on performance feedback. Good for: Applications in which there are too many variables to code, but where one can recognize good/ bad behavior and reinforce/extinguish it. Example: A guidance system for an autonomous helicopter.
  • 15. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. MACHINE LEARNING FUNDAMENTALS UNSUPERVISED An unsupervised learning system discovers patterns based on experience. Good for: Applications where detecting a change in behavior may be meaningful. Example: Network intrusion detection.
  • 16. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. MACHINE LEARNING FUNDAMENTALS DEEP LEARNING Deep learning refers to a biologically-inspired approach to machine learning that leverages multiple layers or collections of simple processing units - analogous to neurosynaptic elements - that collaborate to solve complex problems at multiple levels of abstraction. Modern neural networks can support supervised, reinforcement, or unsupervised learning systems. In general, deep learning solutions require a high degree of parallelism, which may be implemented in hardware and/or software.
  • 17. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. MACHINE LEARNING - ARTIFICIAL NEURAL NETS Input Output Highly Connected Neural Processors A digital representation of the state of the input domain. Scalars, Vectors, Equations…
  • 18. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. MACHINE LEARNING - ARTIFICIAL NEURAL NETS Input Output Preserved State
  • 19. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. SEQUENTIAL PROCESSING Concept 1 Concept 2 Concept 3 Concept 4 Aggregate
  • 20. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. DEEP LEARNING Visible Layer Hidden Layer Hidden Layer Output Layer Hidden Layer Input: Observable Variables HIGHABSTRACTIONLOW Output Pixels Depth of the Model Edges Object Shapes/Parts Object Class Brightness/ Contrast Geometry Rules Features to Extract Methods
  • 21. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. DEEP LEARNING Visible Layer Hidden Layer Hidden Layer Output Layer Hidden Layer Input: Observable Variables HIGHABSTRACTIONLOW Output Features to Extract Gender Regional Origin Emotional State
  • 22. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. LOOKING FOR FEATURES: WHICH ONE IS NOT LIKE THE OTHERS? Edges are easy Objects are easy What are the distinguishing features?
  • 23. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. LOOKING FOR FEATURES: WHICH ONE IS NOT LIKE THE OTHERS? Edges are easy Objects are easy What are the distinguishing features? Context is King for Discovery
  • 24. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. WHAT CAN A DL SYSTEM “LEARN” FROM THIS PICTURE?
  • 25. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. TRUST & TRANSPARENCY The Dark Secret at the Heart of AI Will Knight, MIT Technology Review, April 11, 2017
  • 26. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. HOW IMPORTANT IS IT TO BE ABLE TO EXPLAIN REASONING?
  • 27. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. AI LEARNING TRENDS DATA More Data + Faster HW make Deep Learning Practical Deep Learning Success With Recognition Spurs Investment ALGORITHMS & RULES Caution for Applications Where Transparency is Critical Investment Leads to Investigation Broaden the Scope of Applications New “Explainability” Research Emerges Hybrid Solutions to Augment Intelligence Will Thrive for Critical Applications
  • 28. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. RESOURCES The Dark Secret at the Heart of AI Will Knight, MIT Technology Review, April 11, 2017 Deep Learning Goodfellow, Bengio, and Courville, MIT Press, 2016.
  • 29. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. KEEP IN TOUCH adrian@storminsights.com Twitter @ajbowles Skype ajbowles Upcoming 2017 Webinar Dates & Topics May 11 Streaming Analytics for IoT-Oriented Applications June 8 Machine Learning Case Studies
 Insurance, Healthcare, Pharma July 13 Advances in Natural Language Processing I: Understanding