SlideShare a Scribd company logo
1 of 28
CONTEXT and KNOWLEDGECONTEXT and KNOWLEDGE
Summary
 Context
 Knowledge
 Human brain
 Human brain vs. computer
 Can computers be considered intelligent?
 Positive examples
DeepBlue
MYCIN
 Negative examples
 Expressing knowledge through language
Context
Definition
 Several definitions
– Discourse that surrounds a language unit and
helps to determine its interpretation
– The set of facts or circumstances that
surround a situation or an event
Context
Some context related properties
 Contexts increase inferential power
 Learning (new information) occurs in specific
context
 Knowledge can be generalised from specific
contexts to more general ones
 Contexts themselves can be objects of inference
 Different contexts can be selected depending on
previous contexts
 Whether something acts as a context or not could
itself be context dependent
Knowledge
Definition
 The act or state of knowing; clear
perception of fact, truth or duty; cognition
 The psychological result of perception of
learning and reasoning
 Knowledge is information that has been
pared, shaped, interpreted, selected and
transformed (Ray Kurzweil)
! Facts alone do not constitute knowledge
Knowledge
Human vs. Computer
 Human intelligence
– Remarkable ability of creating links between
ideas
– Weak at storing information on which
knowledge is based
 The natural strengths of computers are roughly
the opposite powerful allies of the human
intellect
Human Knowledge
 Abstract concepts
 When we come in contact with a new concept we add new
links
 Knowledge structures are not affected by the failure of the
hardware (50000 neurons die each day in an adult brain,
but our concepts and ideas do not necessary deteriorate)
 We are capable of storing apparently contradictory ideas
 Unless a new idea is reinforced it will eventually die out
 Strong links between our emotions and our knowledge
 Our knowledge is closely tied to our pattern-recognition
capabilities
 We are able to change our minds change our internal
networks of knowledge
Computer Knowledge
Propaedia
 A section of the 15th edition of Encyclopaedia
Britannica (1980)
 An ambitious attempt to organize all human
knowledge in a single hierarchy
 Allows multiple classifications
 Takes time to understand but it is successful in view of
the vast scope of the material it covers
Such data structures provide a formal
methodology for representing a broad class of
knowledge easily stored and manipulated by
the computer
Human brain and
knowledge
 Human brain
Highly parallel early vision circuits
Visual cortex neuron clusters
Auditory cortex circuits
The hippocampus
The amygdala
Human Brain
 Human brain  on the order of 100 billion
neurons
 One neuron  thousands of synaptic connections
 There is a speculation that certain long-term
memories are chemically coded in neuron cell
bodies
 The capacity of each neuron  1000 bits  the
brain has the capacity of 1014
bits
 If we assume an average redundancy factor of
104
, that gives us 1010
bits per concept 10 6
concepts per human brain
Human Brain
 It has been estimated that a “master” of
a particular domain of knowledge has
mastered about 50000 concepts, which
is about 5 percent of the total capacity,
according to the above estimate
Human Brain vs.
Computer
 The human brain uses a type of circuitry
that is very slow
 For tasks as vision, language or motor
control, the brain is more powerful than
1000 super computers
 For certain tasks simple tasks such as
multiplying digital numbers it is less
powerful that the 4-bit microprocessor
found in a ten dollar calculator
Computer Learning vs.
Biological Learning
 The brain is wired to learn in interaction with the world,
re-programming themselves over time
 Computers don’t learn easy by experience
 A human child
– Starts out listening to and understanding spoken
language
– Learns to speak
– Learns written language
 Computer
– Starts with the ability to generate written languge
– Learning to understand it
– Speak with synthetic voices
– Understand continuous human speech (recently)
Deep Blue
 Its predecessor Deep Thought appeared at
Carnegie Mellon University. In 1989 it was
beaten by Kasparov in 41 moves
 Project continued at IBM’s T.J. Watson
Research centre
 Improvements every year: now it has 30 Power
Two Super Chip Processors
 Is capable of 200 million positions / second
(Kasparov of 3 positions / second)
 Almost no use of psychology
Deep Blue
 Its strenghts are the strenghts of a machine: it
has a database of opening games played by
grandmasters over the last 100 years
 It does not think, it reacts
 Only one specific job
 It considers before deciding on a move 4
parameters: material, position (control of the
centre), King safety and tempo (losing tempo=
wasting time by indecision, and the opponent
making productive moves)
MYCIN
 Created in mid 1970’s by E.H. Shortliffe at
Standford University
 Medical diagnosis tool (attempts to identify the
cause of infection)
 Suggests a course of medication
 It uses 500 rules
 Each rule has assigned a number its users
can assess the validity of it’s conclusion
(WHY)
 Can recognise approximate 100 causes of
bacterial infection
MYCIN
Uses rules like:
MYCIN Rule …
IF …
THEN …
AUTHORS …
JUSTIFICATION…
LITERATURE…
MYCIN
Fragment of a dialog between Mycin and a doctor
>> What is the patient’s name?
John Doe
>>Male or female?
Male
>>Age?
52
>>Let’s call the most recent positive culture C1
From what site was C1 taken?
……
>>My recommendation is as follows: give gentamycin using a
dose of 119 mg…
Other intelligent programs
in medicine:
 PUFF: a system for interpreting pulmonary
tests
 ONCOCIN: a system for the design of
oncology chemotherapy protocols
 CADUCEUS (former Internist): a system for
diagnosis within a broad domain of internal
medicine; it contains over 100,000
associations between symptoms (70% of the
relevant knowledge in the field)
Other domains
 Teknowledge is creating a system for General
Motors that will assist garage mechanics
 ISA (Intelligent Scheduling Assistant):
schedules manufacturing and shop floor activity
 DENDRAL: embodied extensive knowledge of
molecular structure analysis ( Meta-DENDRAL)
 SCI (Strategic Computing Initiative): several
prototypes, among which is Vision System (will
provide real-time analysis of imaging data from
intelligent weapons and reconnaissance
aircraft))
Expressing Knowledge
through Language
 Language is the principal means by which
we share knowledge
 Language in both its auditory and written
forms is hierarchical with multiple levels
 To respond intelligently to human speech,
one need to know, among other things:
– The structure of the speech sounds
– The way speech is produced
– The patterns of sound
– The rules of word usage
Expressing Knowledge
through Language
 Computers sentence-parsing systems
can do good jobs at analysing sentences
that confuses humans:
“This is the cheese that the rat that the cat
that the dog chased bit ate”
Expressing Knowledge
through Language
 But with other types of sentences it
has difficulties:
“Time flies like an arrow”
or
“Squad Helps Dog Bite Victim”
 The difficulties appear when a word has
several meanings or are used idiomatic
expressions
Expressing Knowledge
through Language
 Explanation to the first sentence:
For the computer this sentence it might mean:
The time passes as quickly as an arrow passes,
Or maybe it is a command telling us to time flies
the same way that an arrow flies - Time flies like an
arrow would
Or it could be a command telling us to time only
those flies that are similar to arrows - Time flies that
are like an arrow
Or perhaps it means that the type of flies known
as time flies have a fondness for arrows - Time flies
like (that is cherish) an arrow.
Expressing Knowledge
through Language
 The ambiguity of language is far grater
than may appear.
At MIT Speech Lab, a researcher found
a sentence published in a technical
journal with over 1,000,000 syntactically
correct interpretations!!!!!!!!
Expressing Knowledge
through Language
 TRANSLATION:
one of the challenges in developing
computerized translation system
 Each pair of languages represents a
different translation problem
 Best solution known was given by a
Dutch firm named DLT
Expressing Knowledge
through Language
 Solution found by DLT:
– Developed translators for six languages to and
from a standard root language (ESPERANTO)
– A translation from English to German would be
accomplished in 2 steps: from English to
Esperanto and from Esperanto to German
– Esperanto was selected because it is
particularly good at representing concepts in an
unambiguous way
– Translating among 6 different languages would
ordinarily require 30 different translators, but
with the DLT approach only 12 are required
R2D2
 Robot in Star Wars
 Designed to operate in deep space, interfacing
with fighter craft and computer systems to
augment the capabilities of ships and their pilots
 Monitors flight performance, well-versed in star
ship repair, a.s.o.
 Converses in a dense electronic language
(beeps, chirps, whistles)
 Can understand most forms of human speech,
but must have his own communication
interpreted by other computers

More Related Content

What's hot

ARTIFICIAL INTELLIGENCE BASIC PPT
ARTIFICIAL INTELLIGENCE BASIC PPTARTIFICIAL INTELLIGENCE BASIC PPT
ARTIFICIAL INTELLIGENCE BASIC PPTRohitYemul1
 
Human computer interaction
Human computer interactionHuman computer interaction
Human computer interactionemaan waseem
 
Human computer interaction
Human  computer interactionHuman  computer interaction
Human computer interactionAyusha Patnaik
 
Blue brain seminar by bhaumik patel
Blue brain seminar by bhaumik patelBlue brain seminar by bhaumik patel
Blue brain seminar by bhaumik patelbhaumikpatel004
 
Brain-Computer Interface (BCI)-Seminar Report
Brain-Computer Interface (BCI)-Seminar ReportBrain-Computer Interface (BCI)-Seminar Report
Brain-Computer Interface (BCI)-Seminar Reportjosnapv
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial IntelligenceLuca Bianchi
 
Principles of Artificial Intelligence & Machine Learning
Principles of Artificial Intelligence & Machine LearningPrinciples of Artificial Intelligence & Machine Learning
Principles of Artificial Intelligence & Machine LearningJerry Lu
 
Blue eyes- The perfect presentation for a technical seminar
Blue eyes- The perfect presentation for a technical seminarBlue eyes- The perfect presentation for a technical seminar
Blue eyes- The perfect presentation for a technical seminarkajol agarwal
 
Chapter 1 : INTRODUCTION TO MULTIMEDIA
Chapter 1 : INTRODUCTION TO MULTIMEDIAChapter 1 : INTRODUCTION TO MULTIMEDIA
Chapter 1 : INTRODUCTION TO MULTIMEDIAazira96
 
characterstics of computer
characterstics of computercharacterstics of computer
characterstics of computersmriti7
 
Blue Brain Seminar Report
Blue Brain Seminar ReportBlue Brain Seminar Report
Blue Brain Seminar ReportVarun A M
 
BRAIN CHIP TECHNOLOGY
BRAIN CHIP TECHNOLOGYBRAIN CHIP TECHNOLOGY
BRAIN CHIP TECHNOLOGYsathish sak
 

What's hot (20)

HCI Presentation
HCI PresentationHCI Presentation
HCI Presentation
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
ARTIFICIAL INTELLIGENCE BASIC PPT
ARTIFICIAL INTELLIGENCE BASIC PPTARTIFICIAL INTELLIGENCE BASIC PPT
ARTIFICIAL INTELLIGENCE BASIC PPT
 
Human computer interaction
Human computer interactionHuman computer interaction
Human computer interaction
 
Human computer interaction
Human  computer interactionHuman  computer interaction
Human computer interaction
 
Blue brain seminar by bhaumik patel
Blue brain seminar by bhaumik patelBlue brain seminar by bhaumik patel
Blue brain seminar by bhaumik patel
 
Presentation on ai
Presentation on aiPresentation on ai
Presentation on ai
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Brain-Computer Interface (BCI)-Seminar Report
Brain-Computer Interface (BCI)-Seminar ReportBrain-Computer Interface (BCI)-Seminar Report
Brain-Computer Interface (BCI)-Seminar Report
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Introduction and brief history of computers
Introduction and brief history of computersIntroduction and brief history of computers
Introduction and brief history of computers
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial Intelligence
 
Principles of Artificial Intelligence & Machine Learning
Principles of Artificial Intelligence & Machine LearningPrinciples of Artificial Intelligence & Machine Learning
Principles of Artificial Intelligence & Machine Learning
 
Blue eyes- The perfect presentation for a technical seminar
Blue eyes- The perfect presentation for a technical seminarBlue eyes- The perfect presentation for a technical seminar
Blue eyes- The perfect presentation for a technical seminar
 
Chapter 1 : INTRODUCTION TO MULTIMEDIA
Chapter 1 : INTRODUCTION TO MULTIMEDIAChapter 1 : INTRODUCTION TO MULTIMEDIA
Chapter 1 : INTRODUCTION TO MULTIMEDIA
 
characterstics of computer
characterstics of computercharacterstics of computer
characterstics of computer
 
Blue Brain Seminar Report
Blue Brain Seminar ReportBlue Brain Seminar Report
Blue Brain Seminar Report
 
Deep learning
Deep learningDeep learning
Deep learning
 
BRAIN CHIP TECHNOLOGY
BRAIN CHIP TECHNOLOGYBRAIN CHIP TECHNOLOGY
BRAIN CHIP TECHNOLOGY
 

Viewers also liked

Man vs machine consolidated
Man vs machine consolidatedMan vs machine consolidated
Man vs machine consolidatedSriram Venkatram
 
Computers in Human Behavior (Mobile , VAS )
Computers in Human Behavior (Mobile , VAS )Computers in Human Behavior (Mobile , VAS )
Computers in Human Behavior (Mobile , VAS )MUHAMMAD MEHROZE
 
2012 semester project
2012 semester project2012 semester project
2012 semester projectFaria Haque
 
Problem Solving - Human vs. Machine Intelligence
Problem Solving - Human vs. Machine IntelligenceProblem Solving - Human vs. Machine Intelligence
Problem Solving - Human vs. Machine IntelligenceNUS-ISS
 
Uses of computer in various fields
Uses of computer in various fieldsUses of computer in various fields
Uses of computer in various fieldsDivyanshu Gupta
 
Artificial Brain (presentation)
Artificial Brain (presentation)Artificial Brain (presentation)
Artificial Brain (presentation)Nitish Ranjan
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligenceu053675
 
TEDx Manchester: AI & The Future of Work
TEDx Manchester: AI & The Future of WorkTEDx Manchester: AI & The Future of Work
TEDx Manchester: AI & The Future of WorkVolker Hirsch
 

Viewers also liked (10)

Human vs computer
Human            vs             computerHuman            vs             computer
Human vs computer
 
Man vs machine consolidated
Man vs machine consolidatedMan vs machine consolidated
Man vs machine consolidated
 
Computers in Human Behavior (Mobile , VAS )
Computers in Human Behavior (Mobile , VAS )Computers in Human Behavior (Mobile , VAS )
Computers in Human Behavior (Mobile , VAS )
 
2012 semester project
2012 semester project2012 semester project
2012 semester project
 
Problem Solving - Human vs. Machine Intelligence
Problem Solving - Human vs. Machine IntelligenceProblem Solving - Human vs. Machine Intelligence
Problem Solving - Human vs. Machine Intelligence
 
Uses of computer in various fields
Uses of computer in various fieldsUses of computer in various fields
Uses of computer in various fields
 
Artificial Brain (presentation)
Artificial Brain (presentation)Artificial Brain (presentation)
Artificial Brain (presentation)
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 
TEDx Manchester: AI & The Future of Work
TEDx Manchester: AI & The Future of WorkTEDx Manchester: AI & The Future of Work
TEDx Manchester: AI & The Future of Work
 

Similar to Brain vs Computer

Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceNitesh Kumar
 
NLP introduced and in 47 slides Lecture 1.ppt
NLP introduced and in 47 slides Lecture 1.pptNLP introduced and in 47 slides Lecture 1.ppt
NLP introduced and in 47 slides Lecture 1.pptOlusolaTop
 
Artificial intelligent Lec 1-ai-introduction-
Artificial intelligent Lec 1-ai-introduction-Artificial intelligent Lec 1-ai-introduction-
Artificial intelligent Lec 1-ai-introduction-Taymoor Nazmy
 
2_Lectures 2-4-AI-Introduction.pdf
2_Lectures 2-4-AI-Introduction.pdf2_Lectures 2-4-AI-Introduction.pdf
2_Lectures 2-4-AI-Introduction.pdfsadafali71
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceRohan Vadsola
 
Topic Pages. From articles to answers.
Topic Pages. From articles to answers.Topic Pages. From articles to answers.
Topic Pages. From articles to answers.Deep Kayal
 
Blue Brain Technology
Blue Brain TechnologyBlue Brain Technology
Blue Brain Technologyijsrd.com
 
Learning
LearningLearning
Learningbutest
 
What is it about the human brain that makes us smarter than other animals.pdf
What is it about the human brain that makes us smarter than other animals.pdfWhat is it about the human brain that makes us smarter than other animals.pdf
What is it about the human brain that makes us smarter than other animals.pdfRazaAliKhan10
 
Extending the Mind with Cognitive Prosthetics?
Extending the Mind with Cognitive Prosthetics? Extending the Mind with Cognitive Prosthetics?
Extending the Mind with Cognitive Prosthetics? PhiloWeb
 
Singularity presentation Ray Kurzweil at Google
Singularity presentation Ray Kurzweil at GoogleSingularity presentation Ray Kurzweil at Google
Singularity presentation Ray Kurzweil at GoogleSergio Stein
 
Raymond Kurzweil presentation
Raymond Kurzweil presentationRaymond Kurzweil presentation
Raymond Kurzweil presentationAntonio Eram
 

Similar to Brain vs Computer (20)

Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
NLP introduced and in 47 slides Lecture 1.ppt
NLP introduced and in 47 slides Lecture 1.pptNLP introduced and in 47 slides Lecture 1.ppt
NLP introduced and in 47 slides Lecture 1.ppt
 
Artificial intelligent Lec 1-ai-introduction-
Artificial intelligent Lec 1-ai-introduction-Artificial intelligent Lec 1-ai-introduction-
Artificial intelligent Lec 1-ai-introduction-
 
Hci lecture 01_00
Hci lecture 01_00Hci lecture 01_00
Hci lecture 01_00
 
7967511.ppt
7967511.ppt7967511.ppt
7967511.ppt
 
2_Lectures 2-4-AI-Introduction.pdf
2_Lectures 2-4-AI-Introduction.pdf2_Lectures 2-4-AI-Introduction.pdf
2_Lectures 2-4-AI-Introduction.pdf
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
IS
ISIS
IS
 
Topic Pages. From articles to answers.
Topic Pages. From articles to answers.Topic Pages. From articles to answers.
Topic Pages. From articles to answers.
 
Blue Brain Technology
Blue Brain TechnologyBlue Brain Technology
Blue Brain Technology
 
Learning
LearningLearning
Learning
 
Lang & brain
Lang & brainLang & brain
Lang & brain
 
AI Introduction
AI Introduction AI Introduction
AI Introduction
 
What is it about the human brain that makes us smarter than other animals.pdf
What is it about the human brain that makes us smarter than other animals.pdfWhat is it about the human brain that makes us smarter than other animals.pdf
What is it about the human brain that makes us smarter than other animals.pdf
 
Extending the Mind with Cognitive Prosthetics?
Extending the Mind with Cognitive Prosthetics? Extending the Mind with Cognitive Prosthetics?
Extending the Mind with Cognitive Prosthetics?
 
Singularity presentation Ray Kurzweil at Google
Singularity presentation Ray Kurzweil at GoogleSingularity presentation Ray Kurzweil at Google
Singularity presentation Ray Kurzweil at Google
 
Raymond Kurzweil presentation
Raymond Kurzweil presentationRaymond Kurzweil presentation
Raymond Kurzweil presentation
 
Ai introduction
Ai introductionAi introduction
Ai introduction
 
Bird05 nltk-intro
Bird05 nltk-introBird05 nltk-intro
Bird05 nltk-intro
 

Recently uploaded

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
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
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 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
 
🐬 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
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
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
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
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
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
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
 
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
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
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
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 

Recently uploaded (20)

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
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
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 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
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
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
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
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
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
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
 
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...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
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
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 

Brain vs Computer

  • 2. Summary  Context  Knowledge  Human brain  Human brain vs. computer  Can computers be considered intelligent?  Positive examples DeepBlue MYCIN  Negative examples  Expressing knowledge through language
  • 3. Context Definition  Several definitions – Discourse that surrounds a language unit and helps to determine its interpretation – The set of facts or circumstances that surround a situation or an event
  • 4. Context Some context related properties  Contexts increase inferential power  Learning (new information) occurs in specific context  Knowledge can be generalised from specific contexts to more general ones  Contexts themselves can be objects of inference  Different contexts can be selected depending on previous contexts  Whether something acts as a context or not could itself be context dependent
  • 5. Knowledge Definition  The act or state of knowing; clear perception of fact, truth or duty; cognition  The psychological result of perception of learning and reasoning  Knowledge is information that has been pared, shaped, interpreted, selected and transformed (Ray Kurzweil) ! Facts alone do not constitute knowledge
  • 6. Knowledge Human vs. Computer  Human intelligence – Remarkable ability of creating links between ideas – Weak at storing information on which knowledge is based  The natural strengths of computers are roughly the opposite powerful allies of the human intellect
  • 7. Human Knowledge  Abstract concepts  When we come in contact with a new concept we add new links  Knowledge structures are not affected by the failure of the hardware (50000 neurons die each day in an adult brain, but our concepts and ideas do not necessary deteriorate)  We are capable of storing apparently contradictory ideas  Unless a new idea is reinforced it will eventually die out  Strong links between our emotions and our knowledge  Our knowledge is closely tied to our pattern-recognition capabilities  We are able to change our minds change our internal networks of knowledge
  • 8. Computer Knowledge Propaedia  A section of the 15th edition of Encyclopaedia Britannica (1980)  An ambitious attempt to organize all human knowledge in a single hierarchy  Allows multiple classifications  Takes time to understand but it is successful in view of the vast scope of the material it covers Such data structures provide a formal methodology for representing a broad class of knowledge easily stored and manipulated by the computer
  • 9. Human brain and knowledge  Human brain Highly parallel early vision circuits Visual cortex neuron clusters Auditory cortex circuits The hippocampus The amygdala
  • 10. Human Brain  Human brain  on the order of 100 billion neurons  One neuron  thousands of synaptic connections  There is a speculation that certain long-term memories are chemically coded in neuron cell bodies  The capacity of each neuron  1000 bits  the brain has the capacity of 1014 bits  If we assume an average redundancy factor of 104 , that gives us 1010 bits per concept 10 6 concepts per human brain
  • 11. Human Brain  It has been estimated that a “master” of a particular domain of knowledge has mastered about 50000 concepts, which is about 5 percent of the total capacity, according to the above estimate
  • 12. Human Brain vs. Computer  The human brain uses a type of circuitry that is very slow  For tasks as vision, language or motor control, the brain is more powerful than 1000 super computers  For certain tasks simple tasks such as multiplying digital numbers it is less powerful that the 4-bit microprocessor found in a ten dollar calculator
  • 13. Computer Learning vs. Biological Learning  The brain is wired to learn in interaction with the world, re-programming themselves over time  Computers don’t learn easy by experience  A human child – Starts out listening to and understanding spoken language – Learns to speak – Learns written language  Computer – Starts with the ability to generate written languge – Learning to understand it – Speak with synthetic voices – Understand continuous human speech (recently)
  • 14. Deep Blue  Its predecessor Deep Thought appeared at Carnegie Mellon University. In 1989 it was beaten by Kasparov in 41 moves  Project continued at IBM’s T.J. Watson Research centre  Improvements every year: now it has 30 Power Two Super Chip Processors  Is capable of 200 million positions / second (Kasparov of 3 positions / second)  Almost no use of psychology
  • 15. Deep Blue  Its strenghts are the strenghts of a machine: it has a database of opening games played by grandmasters over the last 100 years  It does not think, it reacts  Only one specific job  It considers before deciding on a move 4 parameters: material, position (control of the centre), King safety and tempo (losing tempo= wasting time by indecision, and the opponent making productive moves)
  • 16. MYCIN  Created in mid 1970’s by E.H. Shortliffe at Standford University  Medical diagnosis tool (attempts to identify the cause of infection)  Suggests a course of medication  It uses 500 rules  Each rule has assigned a number its users can assess the validity of it’s conclusion (WHY)  Can recognise approximate 100 causes of bacterial infection
  • 17. MYCIN Uses rules like: MYCIN Rule … IF … THEN … AUTHORS … JUSTIFICATION… LITERATURE…
  • 18. MYCIN Fragment of a dialog between Mycin and a doctor >> What is the patient’s name? John Doe >>Male or female? Male >>Age? 52 >>Let’s call the most recent positive culture C1 From what site was C1 taken? …… >>My recommendation is as follows: give gentamycin using a dose of 119 mg…
  • 19. Other intelligent programs in medicine:  PUFF: a system for interpreting pulmonary tests  ONCOCIN: a system for the design of oncology chemotherapy protocols  CADUCEUS (former Internist): a system for diagnosis within a broad domain of internal medicine; it contains over 100,000 associations between symptoms (70% of the relevant knowledge in the field)
  • 20. Other domains  Teknowledge is creating a system for General Motors that will assist garage mechanics  ISA (Intelligent Scheduling Assistant): schedules manufacturing and shop floor activity  DENDRAL: embodied extensive knowledge of molecular structure analysis ( Meta-DENDRAL)  SCI (Strategic Computing Initiative): several prototypes, among which is Vision System (will provide real-time analysis of imaging data from intelligent weapons and reconnaissance aircraft))
  • 21. Expressing Knowledge through Language  Language is the principal means by which we share knowledge  Language in both its auditory and written forms is hierarchical with multiple levels  To respond intelligently to human speech, one need to know, among other things: – The structure of the speech sounds – The way speech is produced – The patterns of sound – The rules of word usage
  • 22. Expressing Knowledge through Language  Computers sentence-parsing systems can do good jobs at analysing sentences that confuses humans: “This is the cheese that the rat that the cat that the dog chased bit ate”
  • 23. Expressing Knowledge through Language  But with other types of sentences it has difficulties: “Time flies like an arrow” or “Squad Helps Dog Bite Victim”  The difficulties appear when a word has several meanings or are used idiomatic expressions
  • 24. Expressing Knowledge through Language  Explanation to the first sentence: For the computer this sentence it might mean: The time passes as quickly as an arrow passes, Or maybe it is a command telling us to time flies the same way that an arrow flies - Time flies like an arrow would Or it could be a command telling us to time only those flies that are similar to arrows - Time flies that are like an arrow Or perhaps it means that the type of flies known as time flies have a fondness for arrows - Time flies like (that is cherish) an arrow.
  • 25. Expressing Knowledge through Language  The ambiguity of language is far grater than may appear. At MIT Speech Lab, a researcher found a sentence published in a technical journal with over 1,000,000 syntactically correct interpretations!!!!!!!!
  • 26. Expressing Knowledge through Language  TRANSLATION: one of the challenges in developing computerized translation system  Each pair of languages represents a different translation problem  Best solution known was given by a Dutch firm named DLT
  • 27. Expressing Knowledge through Language  Solution found by DLT: – Developed translators for six languages to and from a standard root language (ESPERANTO) – A translation from English to German would be accomplished in 2 steps: from English to Esperanto and from Esperanto to German – Esperanto was selected because it is particularly good at representing concepts in an unambiguous way – Translating among 6 different languages would ordinarily require 30 different translators, but with the DLT approach only 12 are required
  • 28. R2D2  Robot in Star Wars  Designed to operate in deep space, interfacing with fighter craft and computer systems to augment the capabilities of ships and their pilots  Monitors flight performance, well-versed in star ship repair, a.s.o.  Converses in a dense electronic language (beeps, chirps, whistles)  Can understand most forms of human speech, but must have his own communication interpreted by other computers