SlideShare a Scribd company logo
1 of 68
Download to read offline
Organizing Data & Knowledge

The Role of Taxonomies & Ontologies
Adrian Bowles, PhD

Founder, STORM Insights, Inc.

Lead Analyst, AI, Aragon Research

info@storminsights.com
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
AUGUST 10, 2017
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
AGENDA - ORGANIZING DATA AND KNOWLEDGE: 4 QUESTIONS
What Are We Trying to Accomplish?

Why Is It SO Important?

How Do We Do It Today?

How Will It Be Done In The Future?
Learn
Plan Reason
Understand
Model
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
THE GOAL IS TO BUILD SYSTEMS THAT UNDERSTAND AND LEARN
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.
Model
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
Corpus
The complete machine-readable
record of a domain.
Distance
A metric for the similarity of two items
based on their relative locations in n-
space according to an algorithm.
Assumptions
Implicit or explicit data or
relationships held to be valid.
Hypothesis
An evidence-based testable
assertion that explains a
phenomenon or relationship.
COGNITIVE COMPUTING FUNDAMENTALS
Model
The Corpus, Assumptions, Algorithms
Used to
Generate & Score Hypotheses
or
Calculate The Strength of a Relationship
Model
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
COGNITIVE COMPUTING FUNDAMENTALS: SAMPLE ASSUMPTIONS
Model
The Corpus, Assumptions, Algorithms
Used to
Generate & Score Hypotheses
or
Calculate The Strength of a Relationship
Principles that control the
development and representation
of natural intelligence in the
neocortex provide a guide to the
implementation of machine
intelligence.(Numenta
Hierarchical Temporal Memory)
A function applied to a string
representing data or a concept
results in a value or vector
meaningful for comparison.


e.g. Using Kolmogorov complexity to
measure the strength of relationships
in Memory-Based Reasoning.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
PAST AND (RE)PRESENT
No taxation without representation.
No Machine Intelligence without (knowledge) representation.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
FUNDAMENTAL PRINCIPLES
“When the map and the terrain disagree, believe the terrain.”
Gause and Weinberg (Exploring Requirements)
It is the pervading law of all things organic, and inorganic, of all things physical
and metaphysical, of all things human and all things superhuman, of all true
manifestations of the head, of the heart, of the soul, that the life is recognizable in
its expression, that form ever follows function. That is the law.
Louis Sullivan: The Tall Office Building Artistically Considered, 1896
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
WHAT IS KNOWLEDGE? (BEYOND DATA)
Knowledge may include facts or beliefs and general
information with context.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
Under ideal conditions, people are good - but not perfect - when
communicating in natural languages. We…
understand in context (environment & our own frame of reference)
attempt to resolve ambiguity
have to deal with competing signals, noise
fill in words and meaning and may not hear/understand - what was said/meant…
X
X’
Y
HOW DO PEOPLE COPE WITH IMPRECISION?
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
THINK VS REPRESENT
CHOICES HAVE CONSEQUENCES
How You Think About a Domain…
…influences your choice of maps and models…

rules and representations…and required operations.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
In
the
N
ew
s
COMMON SENSE VS COMMON KNOWLEDGE
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
Classic
AI
WHAT DO YOU SEE?
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
Classic
AI
WHAT DO YOU SEE?
83 Birds
1 Flock
A Carwash

in

Your Future
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
WHAT DO YOU SEE, AND WHAT DO YOU FEEL?
Motorcycles
A Race
Noises
Smells
Pollution
What you capture depends on your context and experiences.
WHAT DO YOU SEE?
WHAT DO YOU SEE?
Model Toy
Airplane Memory
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
ONE SIZE FITS ONE
” To solve really hard problems, we'll have to use several
different representations. This is because each particular
kind of data structure has its own virtues and
deficiencies, and none by itself would seem adequate for
all the different functions involved with what we call
common sense.”

Marvin Minsky
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
TWO THINGS NOBODY TELLS YOU ABOUT DATA…
• All data is structured

Google used a neural network with16,000 processors to
search 10,000,000 images from YouTube to identify…cats.

• Beliefs change, truth doesn’t

Representing belief as fact will eventually trip up any system
“Facts change in regular and mathematically understandable ways.”

Samuel Arbesman, The Half-life of Facts, 2012, Penguin Books.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
DEEP STRUCTURE REQUIRES STRONGER METHODS FOR ANALYSIS TO FIND CONCEPTS
Perception: obvious
structure is easy to
process…
but most of the
interesting stuff isn’t
obvious to a
computer.
IS THERE A UNIVERSAL SOLUTION?
IF YOU ONLY HAVE A HAMMER, EVERY PROBLEM LOOKS LIKE A NAIL
DIFFERENT DOMAINS, AND DIFFERENT APPLICATIONS,
CALL FOR DIFFERENT REPRESENTATIONS
WHY THIS ORGANIZATION?
SOMETIMES YOU HAVE TO IMPROVISE
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
START WITH A TAXONOMY
A taxonomy represents the formal structure of classes or types of objects within a domain. 

•Generally hierarchical and provide names for each class in the domain. 

•May also capture the membership properties of each object in relation to the other objects. 

•The rules of a specific taxonomy are used to classify or categorize any object in the domain, so
they must be complete, consistent, and unambiguous. This rigor in specification should ensure that
any newly discovered object must fit into one, and only one, category or object class.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
ONTOLOGIES
An ontology formalizes and specifies the names, definitions,
and attributes of entities within a domain. For practical
purposes, an accepted ontology defines the domain.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
ONTOLOGIES EVOLVE - SYSTEMS MUST BE FLEXIBLE
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
DESIGN CHOICE: FINDING SYMBOLS VS USING STATISTICS
Symbolic Logic

Representations

Reasoning

Concepts
Statistical Models
Mechanical Theorem Proving
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
RDF - Resource Description Framework - A directed, labeled graph.
RDFS - RDF Specifications Suite Recommendations (Language for representing RDF
vocabularies)
SPARQL - A Semantic Protocol & Query Language for RDF Data
OWL - The Web Ontology Language is a Semantic We
language designed to represent knowledge about things
and relationships between things on the Web.
An OWL Document is an Ontology.
https://www.w3.org/2013/data/
THE SEMANTIC WEB - ALL DATA SHOULD BE ASSOCIATED WITH SEMANTIC ATTRIBUTES (MEANING)
BASICS OF THE W3C SEMANTIC WEB ONTOLOGY STACK
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
COMMERCIAL SOLUTIONS
Copyright (c) 

Digital Reasoning.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
Copyright (c) 

Digital Reasoning.
COMMERCIAL SOLUTIONS
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
RECOGNIZING CONCEPTS VS UNDERSTANDING
Courtesy of LoopAI Labs.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
RECOGNITION IS NOT UNDERSTANDING.
https://arxiv.org/abs/1112.6209
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
Model
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
GETTING STARTED: CLASSIFICATION NEEDS VALIDATION & VERIFICATION
Classify
Hypothesize
Analyze
or
Synthesize
Perceive
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
USE PRE-BUILT KNOWLEDGE RESOURCES
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
OPENCYC
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
OFF THE SHELF KNOWLEDGE - NEED TO ASSOCIATE/RECOGNIZE/UNDERSTAND TO
ORGANIZE/REPRESENT
Wordnet(R) Princeton
University "About WordNet." 

Princeton University. 2010.
<http://
wordnet.princeton.edu>
STUCK? TRANSLATE, TRANSFORM, TRANSMOGRIFY.
Analogy
Abstraction
Is-A vs Has-A
GRAPHS SHOULD BE PART OF YOUR TOOLKIT
A graph is a structure with vertices and edges.
a
e
dc
b
Old Post Road
Cross Highway
Compo
Shinbone Alley
Elk Road
Old Post Road Paved

Old Post Road 11 miles

Elk Road Dirt

Elk Road 2 miles

Cross Highway toll road

Cross Highway 250 miles

Main Street 1 mile

Shinbone Alley .5 miles

a bus stop

b gas station

b Shell

c Elementary school

d House

e Office building
May be labeled, edges may be directed, all may
be stored/processed by properties
represented as key/value pairs.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
GRAPHS 101. SORT OF
You Probably Already Think In Graphs if…
You watch detective shows
You know trivia about movies
You remember relationships between people
You took a biology class
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
GRAPHS 101. SORT OF
Wikipedia contributors. "Taxonomy (biology)." Wikipedia,
The Free Encyclopedia. Wikipedia, The Free Encyclopedia,
11 May. 2016. Web. 12 May. 2016.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
GRAPHS 101. SORT OF
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
GRAPHS 101. SORT OF
Family Tree
LinkedIn Tree
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
GRAPHS 101. SORT OF
Typical crazy wall whiteboard - from Fargo.
A screen from IBM I2 Coplink
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
BUY OR BUILD IT YOURSELF WITH…
Commercial tools
Open Source tools
Prebuilt data
Graphs…
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
Sentiment/Emotion/Theme/Concept Analysis
Don’t let the search for perfection
interfere with the path to progress.
IF THE INTELLIGENCE IS ARTIFICIAL, WHY OBSESS ABOUT UNDERSTANDING?
adrian@storminsights.com
adrian@aragonresearch.com
Twitter @ajbowles
Skype ajbowles
If you would like to connect on LinkedIn,
please let me know that you that you
registered for the Smart Data webinar series.
Upcoming SmartData Webinar Dates & Topics
Sept. 14 Advances in Natural Language Processing II: 

NL Generation

Oct. 12 Choosing the Right Data Management Architecture 

for Cognitive Computing

Nov. 9 See Me Feel Me, Touch Me, Heal Me:

The Rise of the Cognitive Interface

KEEP IN TOUCH
New Content from Aragon Research
AragonResearch.com
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
#MODERNAI
END OF DECK
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
NLP
Natural Language Understanding
NLU
Natural Language Generation
NLG
?
NATURAL LANGUAGE PROCESSING (NLP)
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
DEEP NLU - DEEP QA WITH IBM WATSON
Question Analysis
What is being asked?
Question classification:

any words with double
meanings?

Puzzle question, factoid…?

Detect 

focus 

LAT

relations
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
Google Cloud NLP
Focus: Extract meaning
NLU COMPONENTS
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
IBM Watson Conversation
BUILD IT YOURSELF WITH…
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
AGI MINIMUM REQUIREMENTS
or
Big Knowledge + Modest Processing
(Reasoning, KM…)
Big Processing + Big Data
(Reasoning, KM…)
With sufficient processing power, and
access to enough clean, validated data,
just in time knowledge acquisition.
Starting with sufficient knowledge
(includes the model with
assumptions) makes processing
requirements relatively modest to
accommodate incremental activities.
Copyright (c) 2017 by STORM Insights Inc. All Rights reserved.
Content Acquisition
Building the corpus
For Jeopardy! this had to be
completed before the game
commenced.
Ingested encyclopedias,
dictionaries, thesauri,
newswire articles, literary
works, databases,
taxonomies, ontologies…
IRL, we can identify and use new resources
based on the problem at hand.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
CASE STUDY: DEEP QA WITH IBM WATSON
Question Analysis
What is being asked?
Question classification:

any words with double
meanings?

Puzzle question, factoid…?

Detect 

focus 

LAT

relations
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
CASE STUDY: DEEP QA WITH IBM WATSON
Relation-detection
“They’re the two states you could be reentering if
you’re crossing Florida’s norther border.”
Category: Head North
borders(Florida, ?,x,north)
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
CASE STUDY: DEEP QA WITH IBM WATSON
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
CASE STUDY: DEEP QA WITH IBM WATSON
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
CASE STUDY: DEEP QA WITH IBM WATSON
Hypothesis Generation
& Scoring
Use a candidate answer with the
question, try to prove correct with
a degree of confidence
supported by the evidence.
Scoring may use a variety of
relationships:
temporal
spatial
geospatial
taxonomic classification
correlation between candidate
and question…
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
CASE STUDY: DEEP QA WITH IBM WATSON
“Chile shares its longest 

land border with this country.”
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
CASE STUDY: DEEP QA WITH IBM WATSON
Evaluating Potential Answers
Watson scores evidence in 

multiple dimensions
What works for a factoid question 

may not work for a puzzle question.
“Chile shares its longest 

land border with this country.”
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
CASE STUDY: DEEP QA WITH IBM WATSON
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
CASE STUDY: DEEP QA WITH IBM WATSON
Merging & Ranking
Identifying the most likely
answer based on confidence
scores. 

Answer scores are merged
before ranking and
confidence estimation.

Uses ML approach to
compare with training set
data when confidence
scores in different categories
result in “too close to call”
results.
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
GRAPHS 101. SORT OF
Wikipedia contributors. "Graph database." Wikipedia, The Free Encyclopedia. Wikipedia, The Free Encyclopedia, 11
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
LEXICAL ANSWER TYPE DISTRIBUTION
Predicting lexical answer types in open domain question and answering (qa) systems US 20130035931 A1 2013, Ferrucci, Gliozzo, Kalyanpur
Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved.
DEEP QA VS SEARCH

More Related Content

What's hot

Couchbase and Apache Kafka - Bridging the gap between RDBMS and NoSQL
Couchbase and Apache Kafka - Bridging the gap between RDBMS and NoSQLCouchbase and Apache Kafka - Bridging the gap between RDBMS and NoSQL
Couchbase and Apache Kafka - Bridging the gap between RDBMS and NoSQLDATAVERSITY
 
Knowledge Graphs for Transformation: Dynamic Context for the Intelligent Ente...
Knowledge Graphs for Transformation: Dynamic Context for the Intelligent Ente...Knowledge Graphs for Transformation: Dynamic Context for the Intelligent Ente...
Knowledge Graphs for Transformation: Dynamic Context for the Intelligent Ente...Neo4j
 
Big Data Fabric 2.0 Drives Data Democratization
Big Data Fabric 2.0 Drives Data DemocratizationBig Data Fabric 2.0 Drives Data Democratization
Big Data Fabric 2.0 Drives Data DemocratizationCambridge Semantics
 
Using Machine Learning to Understand and Predict Marketing ROI
Using Machine Learning to Understand and Predict Marketing ROIUsing Machine Learning to Understand and Predict Marketing ROI
Using Machine Learning to Understand and Predict Marketing ROIDATAVERSITY
 
Hadoop Data Modeling
Hadoop Data ModelingHadoop Data Modeling
Hadoop Data ModelingAdam Doyle
 
NLB Analytics Overview
NLB Analytics OverviewNLB Analytics Overview
NLB Analytics OverviewKevin Dingle
 
Mastering Customer Data on Apache Spark
Mastering Customer Data on Apache SparkMastering Customer Data on Apache Spark
Mastering Customer Data on Apache SparkCaserta
 
Agile & Data Modeling – How Can They Work Together?
Agile & Data Modeling – How Can They Work Together?Agile & Data Modeling – How Can They Work Together?
Agile & Data Modeling – How Can They Work Together?DATAVERSITY
 
Using Machine Learning & Spark to Power Data-Driven Marketing
Using Machine Learning & Spark to Power Data-Driven MarketingUsing Machine Learning & Spark to Power Data-Driven Marketing
Using Machine Learning & Spark to Power Data-Driven MarketingCaserta
 
SKOS as the focal point of linked data strategies
SKOS as the focal point of linked data strategiesSKOS as the focal point of linked data strategies
SKOS as the focal point of linked data strategiesSemantic Web Company
 
How to Consume Your Data for AI
How to Consume Your Data for AIHow to Consume Your Data for AI
How to Consume Your Data for AIDATAVERSITY
 
Data Modeling for Big Data
Data Modeling for Big DataData Modeling for Big Data
Data Modeling for Big DataDATAVERSITY
 
Data Modeling for Big Data & NoSQL Technologies with Karen Lopez
Data Modeling for Big Data & NoSQL Technologies with Karen LopezData Modeling for Big Data & NoSQL Technologies with Karen Lopez
Data Modeling for Big Data & NoSQL Technologies with Karen LopezEmbarcadero Technologies
 
Using Cloud Automation Technologies to Deliver an Enterprise Data Fabric
Using Cloud Automation Technologies to Deliver an Enterprise Data FabricUsing Cloud Automation Technologies to Deliver an Enterprise Data Fabric
Using Cloud Automation Technologies to Deliver an Enterprise Data FabricCambridge Semantics
 
Trends in Data Modeling
Trends in Data ModelingTrends in Data Modeling
Trends in Data ModelingDATAVERSITY
 
Data Intelligence: How the Amalgamation of Data, Science, and Technology is C...
Data Intelligence: How the Amalgamation of Data, Science, and Technology is C...Data Intelligence: How the Amalgamation of Data, Science, and Technology is C...
Data Intelligence: How the Amalgamation of Data, Science, and Technology is C...Caserta
 
Building a New Platform for Customer Analytics
Building a New Platform for Customer Analytics Building a New Platform for Customer Analytics
Building a New Platform for Customer Analytics Caserta
 
What You Don’t Know May Hurt You – Achieving Insight and Knowledge Discovery
What You Don’t Know May Hurt You – Achieving Insight and Knowledge DiscoveryWhat You Don’t Know May Hurt You – Achieving Insight and Knowledge Discovery
What You Don’t Know May Hurt You – Achieving Insight and Knowledge DiscoveryConcept Searching, Inc
 
Moving Past Infrastructure Limitations
Moving Past Infrastructure LimitationsMoving Past Infrastructure Limitations
Moving Past Infrastructure LimitationsCaserta
 

What's hot (20)

Couchbase and Apache Kafka - Bridging the gap between RDBMS and NoSQL
Couchbase and Apache Kafka - Bridging the gap between RDBMS and NoSQLCouchbase and Apache Kafka - Bridging the gap between RDBMS and NoSQL
Couchbase and Apache Kafka - Bridging the gap between RDBMS and NoSQL
 
Knowledge Graphs for Transformation: Dynamic Context for the Intelligent Ente...
Knowledge Graphs for Transformation: Dynamic Context for the Intelligent Ente...Knowledge Graphs for Transformation: Dynamic Context for the Intelligent Ente...
Knowledge Graphs for Transformation: Dynamic Context for the Intelligent Ente...
 
Big Data Fabric 2.0 Drives Data Democratization
Big Data Fabric 2.0 Drives Data DemocratizationBig Data Fabric 2.0 Drives Data Democratization
Big Data Fabric 2.0 Drives Data Democratization
 
Using Machine Learning to Understand and Predict Marketing ROI
Using Machine Learning to Understand and Predict Marketing ROIUsing Machine Learning to Understand and Predict Marketing ROI
Using Machine Learning to Understand and Predict Marketing ROI
 
Hadoop Data Modeling
Hadoop Data ModelingHadoop Data Modeling
Hadoop Data Modeling
 
Big Data Modeling
Big Data ModelingBig Data Modeling
Big Data Modeling
 
NLB Analytics Overview
NLB Analytics OverviewNLB Analytics Overview
NLB Analytics Overview
 
Mastering Customer Data on Apache Spark
Mastering Customer Data on Apache SparkMastering Customer Data on Apache Spark
Mastering Customer Data on Apache Spark
 
Agile & Data Modeling – How Can They Work Together?
Agile & Data Modeling – How Can They Work Together?Agile & Data Modeling – How Can They Work Together?
Agile & Data Modeling – How Can They Work Together?
 
Using Machine Learning & Spark to Power Data-Driven Marketing
Using Machine Learning & Spark to Power Data-Driven MarketingUsing Machine Learning & Spark to Power Data-Driven Marketing
Using Machine Learning & Spark to Power Data-Driven Marketing
 
SKOS as the focal point of linked data strategies
SKOS as the focal point of linked data strategiesSKOS as the focal point of linked data strategies
SKOS as the focal point of linked data strategies
 
How to Consume Your Data for AI
How to Consume Your Data for AIHow to Consume Your Data for AI
How to Consume Your Data for AI
 
Data Modeling for Big Data
Data Modeling for Big DataData Modeling for Big Data
Data Modeling for Big Data
 
Data Modeling for Big Data & NoSQL Technologies with Karen Lopez
Data Modeling for Big Data & NoSQL Technologies with Karen LopezData Modeling for Big Data & NoSQL Technologies with Karen Lopez
Data Modeling for Big Data & NoSQL Technologies with Karen Lopez
 
Using Cloud Automation Technologies to Deliver an Enterprise Data Fabric
Using Cloud Automation Technologies to Deliver an Enterprise Data FabricUsing Cloud Automation Technologies to Deliver an Enterprise Data Fabric
Using Cloud Automation Technologies to Deliver an Enterprise Data Fabric
 
Trends in Data Modeling
Trends in Data ModelingTrends in Data Modeling
Trends in Data Modeling
 
Data Intelligence: How the Amalgamation of Data, Science, and Technology is C...
Data Intelligence: How the Amalgamation of Data, Science, and Technology is C...Data Intelligence: How the Amalgamation of Data, Science, and Technology is C...
Data Intelligence: How the Amalgamation of Data, Science, and Technology is C...
 
Building a New Platform for Customer Analytics
Building a New Platform for Customer Analytics Building a New Platform for Customer Analytics
Building a New Platform for Customer Analytics
 
What You Don’t Know May Hurt You – Achieving Insight and Knowledge Discovery
What You Don’t Know May Hurt You – Achieving Insight and Knowledge DiscoveryWhat You Don’t Know May Hurt You – Achieving Insight and Knowledge Discovery
What You Don’t Know May Hurt You – Achieving Insight and Knowledge Discovery
 
Moving Past Infrastructure Limitations
Moving Past Infrastructure LimitationsMoving Past Infrastructure Limitations
Moving Past Infrastructure Limitations
 

Similar to Smart Data Webinar: Organizing Data and Knowledge - The Role of Taxonomies and Ontologies

SmartData Slides: Machine Learning - From Discovery to Understanding
SmartData Slides: Machine Learning - From Discovery to UnderstandingSmartData Slides: Machine Learning - From Discovery to Understanding
SmartData Slides: Machine Learning - From Discovery to 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: 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 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
 
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
 
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
 
The IoT Offering Explained in Plain English - IOT201 - re:Invent 2017
The IoT Offering Explained in Plain English - IOT201 - re:Invent 2017The IoT Offering Explained in Plain English - IOT201 - re:Invent 2017
The IoT Offering Explained in Plain English - IOT201 - re:Invent 2017Amazon 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
 
GPSBUS201-GPS Demystifying Artificial Intelligence
GPSBUS201-GPS Demystifying Artificial IntelligenceGPSBUS201-GPS Demystifying Artificial Intelligence
GPSBUS201-GPS Demystifying Artificial IntelligenceAmazon Web Services
 
Serverless Text Analytics with Amazon Comprehend
Serverless Text Analytics with Amazon ComprehendServerless Text Analytics with Amazon Comprehend
Serverless Text Analytics with Amazon ComprehendDonnie Prakoso
 
KM SHOWCASE 2020 - "Lessons Learned Building a Knowledge Graph" - Chris Marino
KM SHOWCASE 2020 - "Lessons Learned Building a Knowledge Graph" - Chris MarinoKM SHOWCASE 2020 - "Lessons Learned Building a Knowledge Graph" - Chris Marino
KM SHOWCASE 2020 - "Lessons Learned Building a Knowledge Graph" - Chris MarinoKM Institute
 
#SEOisAEO: How to get Entities and Their Attributes in the Knowledge Graph
#SEOisAEO: How to get Entities and Their Attributes in the Knowledge Graph#SEOisAEO: How to get Entities and Their Attributes in the Knowledge Graph
#SEOisAEO: How to get Entities and Their Attributes in the Knowledge GraphAnton Shulke
 
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
 
SLA Nov2009 Public
SLA Nov2009 PublicSLA Nov2009 Public
SLA Nov2009 Publicaspoerri
 
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
 
Cognitive Systems
Cognitive SystemsCognitive Systems
Cognitive SystemsLukas Ott
 
Coping with Data Variety in the Big Data Era: The Semantic Computing Approach
Coping with Data Variety in the Big Data Era: The Semantic Computing ApproachCoping with Data Variety in the Big Data Era: The Semantic Computing Approach
Coping with Data Variety in the Big Data Era: The Semantic Computing ApproachAndre Freitas
 
Innovations and The Cloud
Innovations and The CloudInnovations and The Cloud
Innovations and The CloudAdrian Hornsby
 
Innofest2010
Innofest2010Innofest2010
Innofest2010Saine
 

Similar to Smart Data Webinar: Organizing Data and Knowledge - The Role of Taxonomies and Ontologies (20)

SmartData Slides: Machine Learning - From Discovery to Understanding
SmartData Slides: Machine Learning - From Discovery to UnderstandingSmartData Slides: Machine Learning - From Discovery to Understanding
SmartData Slides: Machine Learning - From Discovery to 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: 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 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...
 
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
 
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?
 
The IoT Offering Explained in Plain English - IOT201 - re:Invent 2017
The IoT Offering Explained in Plain English - IOT201 - re:Invent 2017The IoT Offering Explained in Plain English - IOT201 - re:Invent 2017
The IoT Offering Explained in Plain English - IOT201 - re:Invent 2017
 
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
 
GPSBUS201-GPS Demystifying Artificial Intelligence
GPSBUS201-GPS Demystifying Artificial IntelligenceGPSBUS201-GPS Demystifying Artificial Intelligence
GPSBUS201-GPS Demystifying Artificial Intelligence
 
Serverless Text Analytics with Amazon Comprehend
Serverless Text Analytics with Amazon ComprehendServerless Text Analytics with Amazon Comprehend
Serverless Text Analytics with Amazon Comprehend
 
KM SHOWCASE 2020 - "Lessons Learned Building a Knowledge Graph" - Chris Marino
KM SHOWCASE 2020 - "Lessons Learned Building a Knowledge Graph" - Chris MarinoKM SHOWCASE 2020 - "Lessons Learned Building a Knowledge Graph" - Chris Marino
KM SHOWCASE 2020 - "Lessons Learned Building a Knowledge Graph" - Chris Marino
 
#SEOisAEO: How to get Entities and Their Attributes in the Knowledge Graph
#SEOisAEO: How to get Entities and Their Attributes in the Knowledge Graph#SEOisAEO: How to get Entities and Their Attributes in the Knowledge Graph
#SEOisAEO: How to get Entities and Their Attributes in the Knowledge Graph
 
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
 
Moving Forward with AI
Moving Forward with AIMoving Forward with AI
Moving Forward with AI
 
SLA Nov2009 Public
SLA Nov2009 PublicSLA Nov2009 Public
SLA Nov2009 Public
 
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
 
Cognitive Systems
Cognitive SystemsCognitive Systems
Cognitive Systems
 
Coping with Data Variety in the Big Data Era: The Semantic Computing Approach
Coping with Data Variety in the Big Data Era: The Semantic Computing ApproachCoping with Data Variety in the Big Data Era: The Semantic Computing Approach
Coping with Data Variety in the Big Data Era: The Semantic Computing Approach
 
Innovations and The Cloud
Innovations and The CloudInnovations and The Cloud
Innovations and The Cloud
 
Innofest2010
Innofest2010Innofest2010
Innofest2010
 

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

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
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
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
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
 
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
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
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
 

Recently uploaded (20)

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
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
 
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
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
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
 

Smart Data Webinar: Organizing Data and Knowledge - The Role of Taxonomies and Ontologies

  • 1. Organizing Data & Knowledge The Role of Taxonomies & Ontologies Adrian Bowles, PhD Founder, STORM Insights, Inc. Lead Analyst, AI, Aragon Research info@storminsights.com Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. AUGUST 10, 2017
  • 2. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. AGENDA - ORGANIZING DATA AND KNOWLEDGE: 4 QUESTIONS What Are We Trying to Accomplish? Why Is It SO Important? How Do We Do It Today? How Will It Be Done In The Future?
  • 3. Learn Plan Reason Understand Model Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. THE GOAL IS TO BUILD SYSTEMS THAT UNDERSTAND AND LEARN 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. Model Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. Corpus The complete machine-readable record of a domain. Distance A metric for the similarity of two items based on their relative locations in n- space according to an algorithm. Assumptions Implicit or explicit data or relationships held to be valid. Hypothesis An evidence-based testable assertion that explains a phenomenon or relationship. COGNITIVE COMPUTING FUNDAMENTALS Model The Corpus, Assumptions, Algorithms Used to Generate & Score Hypotheses or Calculate The Strength of a Relationship
  • 5. Model Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. COGNITIVE COMPUTING FUNDAMENTALS: SAMPLE ASSUMPTIONS Model The Corpus, Assumptions, Algorithms Used to Generate & Score Hypotheses or Calculate The Strength of a Relationship Principles that control the development and representation of natural intelligence in the neocortex provide a guide to the implementation of machine intelligence.(Numenta Hierarchical Temporal Memory) A function applied to a string representing data or a concept results in a value or vector meaningful for comparison. 
 e.g. Using Kolmogorov complexity to measure the strength of relationships in Memory-Based Reasoning.
  • 6. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. PAST AND (RE)PRESENT No taxation without representation. No Machine Intelligence without (knowledge) representation.
  • 7. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. FUNDAMENTAL PRINCIPLES “When the map and the terrain disagree, believe the terrain.” Gause and Weinberg (Exploring Requirements) It is the pervading law of all things organic, and inorganic, of all things physical and metaphysical, of all things human and all things superhuman, of all true manifestations of the head, of the heart, of the soul, that the life is recognizable in its expression, that form ever follows function. That is the law. Louis Sullivan: The Tall Office Building Artistically Considered, 1896
  • 8. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. WHAT IS KNOWLEDGE? (BEYOND DATA) Knowledge may include facts or beliefs and general information with context.
  • 9. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. Under ideal conditions, people are good - but not perfect - when communicating in natural languages. We… understand in context (environment & our own frame of reference) attempt to resolve ambiguity have to deal with competing signals, noise fill in words and meaning and may not hear/understand - what was said/meant… X X’ Y HOW DO PEOPLE COPE WITH IMPRECISION?
  • 10. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. THINK VS REPRESENT
  • 11. CHOICES HAVE CONSEQUENCES How You Think About a Domain… …influences your choice of maps and models… rules and representations…and required operations.
  • 12. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. In the N ew s COMMON SENSE VS COMMON KNOWLEDGE
  • 13. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. Classic AI WHAT DO YOU SEE?
  • 14. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. Classic AI WHAT DO YOU SEE? 83 Birds 1 Flock A Carwash in Your Future
  • 15. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. WHAT DO YOU SEE, AND WHAT DO YOU FEEL? Motorcycles A Race Noises Smells Pollution What you capture depends on your context and experiences.
  • 16. WHAT DO YOU SEE?
  • 17. WHAT DO YOU SEE? Model Toy Airplane Memory
  • 18. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. ONE SIZE FITS ONE ” To solve really hard problems, we'll have to use several different representations. This is because each particular kind of data structure has its own virtues and deficiencies, and none by itself would seem adequate for all the different functions involved with what we call common sense.” Marvin Minsky
  • 19. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. TWO THINGS NOBODY TELLS YOU ABOUT DATA… • All data is structured
 Google used a neural network with16,000 processors to search 10,000,000 images from YouTube to identify…cats. • Beliefs change, truth doesn’t Representing belief as fact will eventually trip up any system “Facts change in regular and mathematically understandable ways.” Samuel Arbesman, The Half-life of Facts, 2012, Penguin Books.
  • 20. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. DEEP STRUCTURE REQUIRES STRONGER METHODS FOR ANALYSIS TO FIND CONCEPTS Perception: obvious structure is easy to process… but most of the interesting stuff isn’t obvious to a computer.
  • 21. IS THERE A UNIVERSAL SOLUTION?
  • 22. IF YOU ONLY HAVE A HAMMER, EVERY PROBLEM LOOKS LIKE A NAIL
  • 23. DIFFERENT DOMAINS, AND DIFFERENT APPLICATIONS, CALL FOR DIFFERENT REPRESENTATIONS
  • 25. SOMETIMES YOU HAVE TO IMPROVISE
  • 26. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. START WITH A TAXONOMY A taxonomy represents the formal structure of classes or types of objects within a domain. •Generally hierarchical and provide names for each class in the domain. •May also capture the membership properties of each object in relation to the other objects. •The rules of a specific taxonomy are used to classify or categorize any object in the domain, so they must be complete, consistent, and unambiguous. This rigor in specification should ensure that any newly discovered object must fit into one, and only one, category or object class.
  • 27. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. ONTOLOGIES An ontology formalizes and specifies the names, definitions, and attributes of entities within a domain. For practical purposes, an accepted ontology defines the domain.
  • 28. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. ONTOLOGIES EVOLVE - SYSTEMS MUST BE FLEXIBLE
  • 29. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. DESIGN CHOICE: FINDING SYMBOLS VS USING STATISTICS Symbolic Logic Representations Reasoning Concepts Statistical Models Mechanical Theorem Proving
  • 30. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. RDF - Resource Description Framework - A directed, labeled graph. RDFS - RDF Specifications Suite Recommendations (Language for representing RDF vocabularies) SPARQL - A Semantic Protocol & Query Language for RDF Data OWL - The Web Ontology Language is a Semantic We language designed to represent knowledge about things and relationships between things on the Web. An OWL Document is an Ontology. https://www.w3.org/2013/data/ THE SEMANTIC WEB - ALL DATA SHOULD BE ASSOCIATED WITH SEMANTIC ATTRIBUTES (MEANING) BASICS OF THE W3C SEMANTIC WEB ONTOLOGY STACK
  • 31. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. COMMERCIAL SOLUTIONS Copyright (c) Digital Reasoning.
  • 32. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. Copyright (c) Digital Reasoning. COMMERCIAL SOLUTIONS
  • 33. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. RECOGNIZING CONCEPTS VS UNDERSTANDING Courtesy of LoopAI Labs.
  • 34. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. RECOGNITION IS NOT UNDERSTANDING. https://arxiv.org/abs/1112.6209
  • 35. 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
  • 36. Model Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. GETTING STARTED: CLASSIFICATION NEEDS VALIDATION & VERIFICATION Classify Hypothesize Analyze or Synthesize Perceive
  • 37. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. USE PRE-BUILT KNOWLEDGE RESOURCES
  • 38. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. OPENCYC
  • 39. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. OFF THE SHELF KNOWLEDGE - NEED TO ASSOCIATE/RECOGNIZE/UNDERSTAND TO ORGANIZE/REPRESENT Wordnet(R) Princeton University "About WordNet." Princeton University. 2010. <http:// wordnet.princeton.edu>
  • 40. STUCK? TRANSLATE, TRANSFORM, TRANSMOGRIFY. Analogy Abstraction Is-A vs Has-A
  • 41. GRAPHS SHOULD BE PART OF YOUR TOOLKIT A graph is a structure with vertices and edges. a e dc b Old Post Road Cross Highway Compo Shinbone Alley Elk Road Old Post Road Paved Old Post Road 11 miles Elk Road Dirt Elk Road 2 miles Cross Highway toll road Cross Highway 250 miles Main Street 1 mile Shinbone Alley .5 miles a bus stop b gas station b Shell c Elementary school d House e Office building May be labeled, edges may be directed, all may be stored/processed by properties represented as key/value pairs.
  • 42. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. GRAPHS 101. SORT OF You Probably Already Think In Graphs if… You watch detective shows You know trivia about movies You remember relationships between people You took a biology class
  • 43. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. GRAPHS 101. SORT OF Wikipedia contributors. "Taxonomy (biology)." Wikipedia, The Free Encyclopedia. Wikipedia, The Free Encyclopedia, 11 May. 2016. Web. 12 May. 2016.
  • 44. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. GRAPHS 101. SORT OF
  • 45. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. GRAPHS 101. SORT OF Family Tree LinkedIn Tree
  • 46. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. GRAPHS 101. SORT OF Typical crazy wall whiteboard - from Fargo. A screen from IBM I2 Coplink
  • 47. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. BUY OR BUILD IT YOURSELF WITH… Commercial tools Open Source tools Prebuilt data Graphs…
  • 48. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. Sentiment/Emotion/Theme/Concept Analysis Don’t let the search for perfection interfere with the path to progress. IF THE INTELLIGENCE IS ARTIFICIAL, WHY OBSESS ABOUT UNDERSTANDING?
  • 49. adrian@storminsights.com adrian@aragonresearch.com Twitter @ajbowles Skype ajbowles If you would like to connect on LinkedIn, please let me know that you that you registered for the Smart Data webinar series. Upcoming SmartData Webinar Dates & Topics Sept. 14 Advances in Natural Language Processing II: 
 NL Generation Oct. 12 Choosing the Right Data Management Architecture 
 for Cognitive Computing Nov. 9 See Me Feel Me, Touch Me, Heal Me:
 The Rise of the Cognitive Interface
 KEEP IN TOUCH New Content from Aragon Research AragonResearch.com
  • 50. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. #MODERNAI END OF DECK
  • 51. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. NLP Natural Language Understanding NLU Natural Language Generation NLG ? NATURAL LANGUAGE PROCESSING (NLP)
  • 52. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. DEEP NLU - DEEP QA WITH IBM WATSON Question Analysis What is being asked? Question classification: any words with double meanings? Puzzle question, factoid…? Detect focus LAT relations
  • 53. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. Google Cloud NLP Focus: Extract meaning NLU COMPONENTS
  • 54. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. IBM Watson Conversation BUILD IT YOURSELF WITH…
  • 55. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. AGI MINIMUM REQUIREMENTS or Big Knowledge + Modest Processing (Reasoning, KM…) Big Processing + Big Data (Reasoning, KM…) With sufficient processing power, and access to enough clean, validated data, just in time knowledge acquisition. Starting with sufficient knowledge (includes the model with assumptions) makes processing requirements relatively modest to accommodate incremental activities.
  • 56. Copyright (c) 2017 by STORM Insights Inc. All Rights reserved. Content Acquisition Building the corpus For Jeopardy! this had to be completed before the game commenced. Ingested encyclopedias, dictionaries, thesauri, newswire articles, literary works, databases, taxonomies, ontologies… IRL, we can identify and use new resources based on the problem at hand.
  • 57. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. CASE STUDY: DEEP QA WITH IBM WATSON Question Analysis What is being asked? Question classification: any words with double meanings? Puzzle question, factoid…? Detect focus LAT relations
  • 58. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. CASE STUDY: DEEP QA WITH IBM WATSON Relation-detection “They’re the two states you could be reentering if you’re crossing Florida’s norther border.” Category: Head North borders(Florida, ?,x,north)
  • 59. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. CASE STUDY: DEEP QA WITH IBM WATSON
  • 60. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. CASE STUDY: DEEP QA WITH IBM WATSON
  • 61. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. CASE STUDY: DEEP QA WITH IBM WATSON Hypothesis Generation & Scoring Use a candidate answer with the question, try to prove correct with a degree of confidence supported by the evidence. Scoring may use a variety of relationships: temporal spatial geospatial taxonomic classification correlation between candidate and question…
  • 62. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. CASE STUDY: DEEP QA WITH IBM WATSON “Chile shares its longest land border with this country.”
  • 63. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. CASE STUDY: DEEP QA WITH IBM WATSON Evaluating Potential Answers Watson scores evidence in multiple dimensions What works for a factoid question may not work for a puzzle question. “Chile shares its longest land border with this country.”
  • 64. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. CASE STUDY: DEEP QA WITH IBM WATSON
  • 65. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. CASE STUDY: DEEP QA WITH IBM WATSON Merging & Ranking Identifying the most likely answer based on confidence scores. Answer scores are merged before ranking and confidence estimation. Uses ML approach to compare with training set data when confidence scores in different categories result in “too close to call” results.
  • 66. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. GRAPHS 101. SORT OF Wikipedia contributors. "Graph database." Wikipedia, The Free Encyclopedia. Wikipedia, The Free Encyclopedia, 11
  • 67. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. LEXICAL ANSWER TYPE DISTRIBUTION Predicting lexical answer types in open domain question and answering (qa) systems US 20130035931 A1 2013, Ferrucci, Gliozzo, Kalyanpur
  • 68. Copyright (c) 2017 by STORM Insights Inc. All Rights Reserved. DEEP QA VS SEARCH