SlideShare uma empresa Scribd logo
1 de 43
Baixar para ler offline
Artificial Intelligence and
Human Thinking


Robert Kowalski
Imperial College London




                              1
Artificial Intelligence and Human Thinking

• The Abductive Logic Programming (ALP)
  agent model as a unifying framework
• ALP clausal logic as the Language of Thought (LOT)

• ALP clausal logic as a connectionist model of the mind




                                                           2
The ALP Agent Model as a unifying framework 



                         Clausal form
                         of FOL



      Production       Logic
      rules            programs          Decision theory




                    Heuristics




                   Minimal model semantics
An Agent on the London Underground 

                    Goal: if there is an emergency 
                              then I deal with it myself 
                                        or I get help or I escape.

   Beliefs:         I get help if there is an emergency 
                                    and I am on a train 
                                              and I alert the driver of the train.
   there is an emergency 
   if there is a fire.                      I alert the driver of the train 
                                            if I press the alarm button.

  Observe                                             Decide
                                                                Act

                                 The World

                                                                                     4
Complex thinking and decision‐making can be compiled into 
more efficient heuristics

For example:   if there is a fire
               and I am on a train
               and I can not deal with the fire myself 
               then I press the alarm button.

Lower‐level heuristics and higher‐level thinking and deciding can 
be combined, as in dual process models of human thinking.
As Kahneman and Frederick (2002) put it:
         the intuitive, subconscious level “quickly proposes intuitive 
         answers to judgement problems as they arise”, 
         while the deliberative, conscious level “monitors the quality of 
         these proposals, which it may endorse, correct, or override”.


                                                                       5
Paul Thagard in “Mind: Introduction to Cognitive 
Science” (1996) writes, page 45: 




“In logic‐based systems the fundamental operation of 
thinking is logical deduction, but from the perspective 
of rule‐based systems the fundamental operation of 
thinking is search.”

Here rule‐based system means condition‐action rules 
(or production rules) in production systems.
Thagard’s view of the difference between logic and production 
systems




                        Deduction using logic


                               or
                                                      Decide: 
                                                      conflict 
                       Search using                   resolution
                       condition‐action rules

      observe
                                                act

                          The world
Jonathan Baron “Thinking and Deciding” (Fourth 
edition, 2008):

“Thinking about actions, beliefs and personal goals 
can all be described in terms of a common 
framework, which asserts that thinking consists of 
search and inference. We search for certain objects 
and then make inferences from and about the objects 
we have found.” (page 6)
Baron’s view of search in relation to 
thinking and deciding




              Achievement goal

                            Search



           Alternative               Consequences   Decide
           solutions
                         Inference
                         (includes logic)




                                     The world
Simplified Abductive Logic Programming (ALP) agent cycle



                           Maintenance goals

                              Achievement goals

        Beliefs                            Beliefs


                  Candidate                Consequences   Decide:
                  plans of       Beliefs                  Judge
                  action                                  probabilities 
                                                          and utilities
                    short cuts that achieve 
Observations        higher‐level goals implicitly
                                                                Actions

                                  The World

                                                                           10
The syntax of goals and beliefs in ALP agents

Beliefs are logic programs:
              conclusion if condition1 ….  and conditionn
equivalently: if condition1 ….  and conditionn then conclusion

Goals are clauses in first‐order logic (FOL):
               If condition1 ….  and conditionn
               then conclusion1 ….  or conclusionm

All variables are universally quantified.



                                                                 11
ALP agents – minimal model semantics
Beliefs B describe the world as the agent imagines it.
Goals G describe the world as the agent would like it to be. 

Given observations O,
the agent’s task is to generate a set 
of actions and assumptions such that:

G  O is true in the minimal model determined by B  . 




                                                                12
Internal clauses and links need not represent 
states of affairs in the real world 
                             Only A, F and H correspond 
                             directly to reality. 

                             C and D are mental 
                             constructs, which help the 
                             agent organise its thoughts. 

                             The definition of truth 
                             projects these mental 
                             constructs onto the 
                             external world. 


                                                        13
Abductive Logic Programming (ALP) includes the 
abductive explanation of observations 


                            Maintenance goals

                            Achievement goals

Observations



      Abductive      Candidate           Consequences   Decide
      explanations   plans of action

                     short cuts that achieve 
                     higher‐level goals implicitly
                                                                 Actions


                                 The World
                                                                           14
Goal G:              if there is an emergency 
                     then I deal with it myself
                      or I get help or I escape
Observation O:       there is smoke
Beliefs B:           there is smoke if there is a fire
                     there is an emergency if there is a fire 
                     I get help if I press the alarm button 
G  O is true in the minimal model determined by B  , where
= {there is a fire, I press the alarm button}.


    explains there is smoke       achieves I get help 
    (abduction)                   (planning)




                                                                 15
ALP can deal with uncertainty
by associating probability with conditions
In general:
A consequence takes place 
if an action is performed 
and the world is in a particular state

For example:
You will be rich 

if you buy a lottery ticket 

and your number is chosen                probability = .0001

It will rain 
                                                               16

if     d        i d
Different   can solve the same task.

The challenge is to find the best 
within the computational resources available.

In classical decision theory, actions are evaluated 
by measuring the expected utility of their consequences.

In philosophy of science, explanation are evaluated 
by measuring their probability and explanatory power. 
(The more observations explained the better.)

In ALP agents, actions and assumptions are combined in , 
and are treated in the same way, and  
forward reasoning is used to generate their consequences,
                                                             17
The ALP agent model can help agents
make better decisions.


In classical decision theory, all alternative actions and their 
consequences (outcomes) are assumed given in advance.

In ALP agents, alternative actions and their consequences are 
generated by using beliefs to search for solutions of goals.

The same evaluation criteria can be used both 
   to decide between alternatives and 
   to guide the search.



                                                                   18
A theoretical framework for goal‐based choice and for prescriptive analysis. 
Kurt A. Carlson & Chris Janiszewski & Ralph L. Keeney & David H. Krantz & 
Howard C. Kunreuther & Mary Frances Luce & J. Edward Russo & Stijn M. J. 
van Osselaer & Detlof von Winterfeldt. Market Lett (2008) 19:241–254.



“We view consumer preferences and consumer decisions as the output 
of goal pursuit. This departure from rational economic models allows us 
to characterize consumer behavior more fully. 

For example, instead of assuming that consumer choices are the simple 
output of application of one’s utility function to a set of known 
alternatives, with known consequences, we assume that choices result 
from consumers’ attempt to satisfy numerous goals of different types 
(e.g., process, outcome, social), under a variety of constraints.“
Artificial Intelligence and Human Thinking

• The Abductive Logic Programming (ALP)
  agent model as a unifying framework
• ALP clausal logic as the Language of Thought (LOT)

• ALP clausal logic as a connectionist model of the mind




                                                           20
ALP as the Language of Thought (LOT)

In the philosophy of language, there are three schools of thought : 

     The LOT is a private, language‐like representation, 
     which is independent of public, natural languages. 

     The LOT is a form of public, natural language; 
     and the natural languages that we speak influence the way we think. 

     Human thinking does not have a language‐like structure at all.

In ALP agents, clausal logic serves as an agent’s private LOT, 
independent of any public language.


                                                                       21
ALP clausal logic as the LOT

According to relevance theory [Sperber and Wilson, 1986], 
people understand natural language by attempting 
to extract the most information for the least processing cost.

It follows that:

If you want to identify the nature of the LOT,
then you should study communications that are easy to understand.

If you want your communications to be easy to understand, 
then you should express them in a form that is close to the LOT.




                                                                    22
The Emergency Notice on the London underground


    Press the alarm signal button to alert the driver.

    The driver will stop 
    if any part of the train is in a station.

    If not, the train will continue to the next station,
    where help can more easily be given.

    There is a 50 pound penalty for improper use.


                                                           23
The Meaning of the London Underground Notice

     the driver is alerted
     if you press the alarm signal button.
     the driver will stop the train in a station
     if the driver is alerted
     and any part of the train is in the station.
     the driver will stop the train in the next station
     if the driver is alerted
     and not any part of the train is in a station.
     help can more easily be given in an emergency
     if the train is in a station.
     You may be liable to a £50 penalty
     if you use the alarm signal button improperly
                                                          24
1.-(1) A person born in the United Kingdom after
commencement shall be a British citizen if at the time of the
birth his father or mother is –
    (a) a British citizen; or
    (b) settled in the United Kingdom.

The logic of subsection 1.‐(1)

A person shall be a British citizen by 1.‐(1)
if     the person was born in the United Kingdom
and  the person was born after commencement
and a parent of the person was a British citizen 
       at the time of the person’s birth or
       a parent of the person was settled in the United 
       Kingdom at the time of the person’s birth.
The problems of understanding 
natural language  communications
1.   Identify the intended meaning of ambiguous sentences. e.g.
                                                                      clarity
     he gave her the book.
2.   Represent the intended meaning, e.g.

     John gave Mary the book.
     John gave the book to Mary. 
     Mary received the book from John.              simplicity
     The book was given to Mary by John.

     in a simple canonical form. e.g. 

     give(john, book, mary, e1000)
3.   Connect the canonical representation 
     with other mental representations,                             coherence
     in a way that makes it easy to use the representation later.
                                                                                27
Clausal logic is a canonical form of FOL.
In clausal logic, sentences have a simplified form, e.g.:
        has‐feathers(X) ← bird(X).
        bird(john).

In standard FOL, the same beliefs can be expressed in infinitely many, 
equivalent ways, including:
        ¬(X((¬has‐feathers (X)  bird(X))  ¬bird(john)))
        ¬(X((¬has‐feathers (X)  ¬bird(john))  (bird(X)  ¬bird(john))))


In clausal logic, reasoning is simpler than in standard FOL
and can be reduced to forward or backward reasoning,
which are special cases of the resolution rule.


                                                                             28
Clausal logic as a model of the LOT can help 
people to communicate more effectively

By expressing communications:

Clearly     So that their meaning is unambiguous.

Simply      So that their meaning is close to their 
            canonical form.

Coherently So that it is easy to link new information 
           to old information.

                                                         29
Williams: Two Principles of Coherence
  “1. Put at the beginning of a sentence those ideas that you have 
  already mentioned, referred to, or implied, or concepts that you 
  can reasonable assume your reader is already familiar with, and 
  will readily recognise.”

  2. Put at the end of your sentence the newest, the most 
  surprising, the most significant information: information that you 
  want to stress – perhaps the information that you will expand on 
  in your next sentence.”
Coherence
Example:    A. 
            If A then B. 
             If B then C.   
            Therefore C.

Example:    C?  
            C if B.  
            B if A.   
            A. 
            Therefore C.
Artificial Intelligence and Human Thinking

• The Abductive Logic Programming (ALP)
  agent model as a unifying framework
• ALP clausal logic as the Language of Thought (LOT)

• ALP clausal logic as a connectionist model of the mind




                                                           33
A Connectionist implementation of ALP

                   Goal: if there is an emergency 
                             then I deal with it myself 
                                       or I get help or I escape.

 Beliefs:          I get help if there is an emergency 
                                   and I am on a train 
                                             and I alert the driver of the train.
  there is an emergency 
  if there is a fire.                      I alert the driver of the train 
                                           if I press the alarm button.
It can be difficult or impossible 
to put thoughts into words




                                     35
Conclusions

• The ALP agent model can unify
       o Logic

       o Production Systems

       o Probability

       o Decision Theory

       o Connectionism



• The ALP agent model can be used to 
  improve human decision making.

• ALP clausal logic can be used to 
  improve human communcation.

                                        36
37
The connection graph proof procedure 

pre‐computes links between the conditions and conclusions of 
clauses, together with their unifying substitutions.

Links can be activated, by performing resolution, 
when the need arises.

Any strategy can be used for activating links, 
including forwards and backwards reasoning.

Links that are activated frequently can be compiled into heuristic 
shortcuts, which achieve the same effects more directly.



                                                                  38
Connection graphs can combine
  logic, search, connectionism, 
  learning and decision making 

• Links can be weighted by statistics about how often they 
  have contributed to successful outcomes in the past (and 
  how likely they are to contribute in the future).

• Input observations and goals can be assigned different 
  strengths (or utilities).

• The strength of observations and goals can be propagated
  through the graph in proportion to the weights on the links. 

• Activating links with the currently highest weighted 
  strengths implements a form of best‐first search 
  for a solution with highest expected utility, and
  is similar to the activation networks of Patie Maes.
As Sherlock Holmes explained to Dr. Watson, 

“In solving a problem of this sort, the grand thing is to be able to 
reason backward. That is a very useful accomplishment, and a 
very easy one, but people do not practise it much. In the everyday 
affairs of life it is more useful to reason forward, and so the other 
comes to be neglected. There are fifty who can reason 
synthetically for one who can reason analytically.”
…….
     “Most people, if you describe a train of events to them, will 
tell you what the result would be. They can put those events 
together in their minds, and argue from them that something will 
come to pass. There are few people, however, who, if you told 
them a result, would be able to evolve from their own inner 
consciousness what the steps were which led up to that result. 
This power is what I mean when I talk of reasoning backward, or 
analytically.”
A theoretical framework for goal‐based choice and for prescriptive analysis. 
Kurt A. Carlson & Chris Janiszewski & Ralph L. Keeney & David H. Krantz & 
Howard C. Kunreuther & Mary Frances Luce & J. Edward Russo & Stijn M. J. 
van Osselaer & Detlof von Winterfeldt. Market Lett (2008) 19:241–254.



“We view consumer preferences and consumer decisions as the output 
of goal pursuit. This departure from rational economic models allows us 
to characterize consumer behavior more fully. 

For example, instead of assuming that consumer choices are the simple 
output of application of one’s utility function to a set of known 
alternatives, with known consequences, we assume that choices result 
from consumers’ attempt to satisfy numerous goals of different types 
(e.g., process, outcome, social), under a variety of constraints.“
Suppose you receive an offer of a new job 
when you are not looking for one. 

It is tempting to limit your alternatives simply to 
deciding between accepting or rejecting the offer. 

But if you think about your broader goals, 
then you might generate other alternatives, 
like perhaps using the offer to negotiate 
an improvement in your current employment.
(2) A new-born infant who, after commencement, is found abandoned
in the United Kingdom shall, unless the contrary is shown, be deemed
for the purposes of subsection (1) –
     (a) to have been born in the United Kingdom
     after commencement; and
     (b) to have been born to a parent who at the time of the
     birth was a British citizen or settled in the United Kingdom.

The logic of subsection 1.‐(2) combines object language and meta‐language:

It shall be assumed that a person satisfies the conditions of subsection (1)
if  the person is a new‐born infant found 
     abandoned in the United Kingdom after commencement 
and it is not shown 
     that the person does not satisfy the conditions of subsection (1)

Mais conteúdo relacionado

Destaque

Destaque (20)

Opening Second Greek Signal Processing Jam
Opening Second Greek Signal Processing JamOpening Second Greek Signal Processing Jam
Opening Second Greek Signal Processing Jam
 
From Programs to Systems – Building a Smarter World
From Programs to Systems – Building a Smarter WorldFrom Programs to Systems – Building a Smarter World
From Programs to Systems – Building a Smarter World
 
Data Quality: Not Your Typical Database Problem
Data Quality: Not Your Typical Database ProblemData Quality: Not Your Typical Database Problem
Data Quality: Not Your Typical Database Problem
 
Nonlinear Communications: Achievable Rates, Estimation, and Decoding
Nonlinear Communications: Achievable Rates, Estimation, and DecodingNonlinear Communications: Achievable Rates, Estimation, and Decoding
Nonlinear Communications: Achievable Rates, Estimation, and Decoding
 
A Classification Framework For Component Models
 A Classification Framework For Component Models A Classification Framework For Component Models
A Classification Framework For Component Models
 
Tribute to Nicolas Galatsanos
Tribute to Nicolas GalatsanosTribute to Nicolas Galatsanos
Tribute to Nicolas Galatsanos
 
Compressive Spectral Image Sensing, Processing, and Optimization
Compressive Spectral Image Sensing, Processing, and OptimizationCompressive Spectral Image Sensing, Processing, and Optimization
Compressive Spectral Image Sensing, Processing, and Optimization
 
Influence Propagation in Large Graphs - Theorems and Algorithms
Influence Propagation in Large Graphs - Theorems and AlgorithmsInfluence Propagation in Large Graphs - Theorems and Algorithms
Influence Propagation in Large Graphs - Theorems and Algorithms
 
The Tower of Knowledge A Generic System Architecture
The Tower of Knowledge A Generic System ArchitectureThe Tower of Knowledge A Generic System Architecture
The Tower of Knowledge A Generic System Architecture
 
Co-evolution, Games, and Social Behaviors
Co-evolution, Games, and Social BehaviorsCo-evolution, Games, and Social Behaviors
Co-evolution, Games, and Social Behaviors
 
Sparsity Control for Robustness and Social Data Analysis
Sparsity Control for Robustness and Social Data AnalysisSparsity Control for Robustness and Social Data Analysis
Sparsity Control for Robustness and Social Data Analysis
 
Web Usage Miningand Using Ontology for Capturing Web Usage Semantic
Web Usage Miningand Using Ontology for Capturing Web Usage SemanticWeb Usage Miningand Using Ontology for Capturing Web Usage Semantic
Web Usage Miningand Using Ontology for Capturing Web Usage Semantic
 
Sparse and Low Rank Representations in Music Signal Analysis
 Sparse and Low Rank Representations in Music Signal  Analysis Sparse and Low Rank Representations in Music Signal  Analysis
Sparse and Low Rank Representations in Music Signal Analysis
 
State Space Exploration for NASA’s Safety Critical Systems
State Space Exploration for NASA’s Safety Critical SystemsState Space Exploration for NASA’s Safety Critical Systems
State Space Exploration for NASA’s Safety Critical Systems
 
Semantic 3DTV Content Analysis and Description
Semantic 3DTV Content Analysis and DescriptionSemantic 3DTV Content Analysis and Description
Semantic 3DTV Content Analysis and Description
 
Jamming in Wireless Sensor Networks
Jamming in Wireless Sensor NetworksJamming in Wireless Sensor Networks
Jamming in Wireless Sensor Networks
 
Mixture Models for Image Analysis
Mixture Models for Image AnalysisMixture Models for Image Analysis
Mixture Models for Image Analysis
 
Sparse and Redundant Representations: Theory and Applications
Sparse and Redundant Representations: Theory and ApplicationsSparse and Redundant Representations: Theory and Applications
Sparse and Redundant Representations: Theory and Applications
 
Networked 3-D Virtual Collaboration in Science and Education: Towards 'Web 3....
Networked 3-D Virtual Collaboration in Science and Education: Towards 'Web 3....Networked 3-D Virtual Collaboration in Science and Education: Towards 'Web 3....
Networked 3-D Virtual Collaboration in Science and Education: Towards 'Web 3....
 
Machine Learning Tools and Particle Swarm Optimization for Content-Based Sear...
Machine Learning Tools and Particle Swarm Optimization for Content-Based Sear...Machine Learning Tools and Particle Swarm Optimization for Content-Based Sear...
Machine Learning Tools and Particle Swarm Optimization for Content-Based Sear...
 

Semelhante a Artificial Intelligence and Human Thinking

ESSA10 - Summer School
ESSA10 - Summer SchoolESSA10 - Summer School
ESSA10 - Summer SchoolFedelabss
 
The Cognitive School
The Cognitive SchoolThe Cognitive School
The Cognitive Schoolalamgirian
 
Cog planning&EXECUTIVE FUNCTIONS in Management&Education
Cog planning&EXECUTIVE FUNCTIONS in Management&EducationCog planning&EXECUTIVE FUNCTIONS in Management&Education
Cog planning&EXECUTIVE FUNCTIONS in Management&EducationJ.P. Das
 
Critical thinking-e book
Critical thinking-e bookCritical thinking-e book
Critical thinking-e bookAmit Phutane
 
Natural Rationality: Beyond Bounded and Ecological Rationality
Natural Rationality: Beyond Bounded and Ecological RationalityNatural Rationality: Beyond Bounded and Ecological Rationality
Natural Rationality: Beyond Bounded and Ecological RationalityBenoit Hardy-Vallée, Ph.D.
 
Effective Decision Making
Effective Decision MakingEffective Decision Making
Effective Decision MakingHelal Ahmed
 
Neural Networks & Reservoir Computing: Computing Models for Mental States
Neural Networks & Reservoir Computing: Computing Models for Mental StatesNeural Networks & Reservoir Computing: Computing Models for Mental States
Neural Networks & Reservoir Computing: Computing Models for Mental StatesBali Hsu
 
Reperes implicit tests - gb - sept 2012
Reperes    implicit tests - gb - sept 2012Reperes    implicit tests - gb - sept 2012
Reperes implicit tests - gb - sept 2012François Abiven
 
I 4 scenarioplanning
I 4 scenarioplanningI 4 scenarioplanning
I 4 scenarioplanningRuss Coff
 
Thinking and language
Thinking and languageThinking and language
Thinking and languageRavi Soni
 
Be open-minded, my friend (June, 2018)
Be open-minded, my friend (June, 2018)Be open-minded, my friend (June, 2018)
Be open-minded, my friend (June, 2018)Rachel M. Carmena
 
ch03 Theory Building (1).ppt
ch03 Theory Building (1).pptch03 Theory Building (1).ppt
ch03 Theory Building (1).pptBIMNOTEs1
 
271_AI Lect Notes.pdf
271_AI Lect Notes.pdf271_AI Lect Notes.pdf
271_AI Lect Notes.pdfkaxeca4096
 
PGCAP, cohort 2: core module week 1: reflecting and developing
PGCAP, cohort 2: core module week 1: reflecting and developingPGCAP, cohort 2: core module week 1: reflecting and developing
PGCAP, cohort 2: core module week 1: reflecting and developingAcademic Development
 
ARTIFICIAL INTELLIGENCE - SHORT NOTES
ARTIFICIAL INTELLIGENCE - SHORT NOTESARTIFICIAL INTELLIGENCE - SHORT NOTES
ARTIFICIAL INTELLIGENCE - SHORT NOTESsuthi
 

Semelhante a Artificial Intelligence and Human Thinking (20)

Ai unit-1
Ai unit-1Ai unit-1
Ai unit-1
 
ESSA10 - Summer School
ESSA10 - Summer SchoolESSA10 - Summer School
ESSA10 - Summer School
 
Thinking
ThinkingThinking
Thinking
 
Ch03
Ch03Ch03
Ch03
 
Lesson 17
Lesson 17Lesson 17
Lesson 17
 
The Cognitive School
The Cognitive SchoolThe Cognitive School
The Cognitive School
 
Chapter 11 ap psych- Intelligence
Chapter 11 ap psych- IntelligenceChapter 11 ap psych- Intelligence
Chapter 11 ap psych- Intelligence
 
Cog planning&EXECUTIVE FUNCTIONS in Management&Education
Cog planning&EXECUTIVE FUNCTIONS in Management&EducationCog planning&EXECUTIVE FUNCTIONS in Management&Education
Cog planning&EXECUTIVE FUNCTIONS in Management&Education
 
Critical thinking-e book
Critical thinking-e bookCritical thinking-e book
Critical thinking-e book
 
Natural Rationality: Beyond Bounded and Ecological Rationality
Natural Rationality: Beyond Bounded and Ecological RationalityNatural Rationality: Beyond Bounded and Ecological Rationality
Natural Rationality: Beyond Bounded and Ecological Rationality
 
Effective Decision Making
Effective Decision MakingEffective Decision Making
Effective Decision Making
 
Neural Networks & Reservoir Computing: Computing Models for Mental States
Neural Networks & Reservoir Computing: Computing Models for Mental StatesNeural Networks & Reservoir Computing: Computing Models for Mental States
Neural Networks & Reservoir Computing: Computing Models for Mental States
 
Reperes implicit tests - gb - sept 2012
Reperes    implicit tests - gb - sept 2012Reperes    implicit tests - gb - sept 2012
Reperes implicit tests - gb - sept 2012
 
I 4 scenarioplanning
I 4 scenarioplanningI 4 scenarioplanning
I 4 scenarioplanning
 
Thinking and language
Thinking and languageThinking and language
Thinking and language
 
Be open-minded, my friend (June, 2018)
Be open-minded, my friend (June, 2018)Be open-minded, my friend (June, 2018)
Be open-minded, my friend (June, 2018)
 
ch03 Theory Building (1).ppt
ch03 Theory Building (1).pptch03 Theory Building (1).ppt
ch03 Theory Building (1).ppt
 
271_AI Lect Notes.pdf
271_AI Lect Notes.pdf271_AI Lect Notes.pdf
271_AI Lect Notes.pdf
 
PGCAP, cohort 2: core module week 1: reflecting and developing
PGCAP, cohort 2: core module week 1: reflecting and developingPGCAP, cohort 2: core module week 1: reflecting and developing
PGCAP, cohort 2: core module week 1: reflecting and developing
 
ARTIFICIAL INTELLIGENCE - SHORT NOTES
ARTIFICIAL INTELLIGENCE - SHORT NOTESARTIFICIAL INTELLIGENCE - SHORT NOTES
ARTIFICIAL INTELLIGENCE - SHORT NOTES
 

Último

Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 

Último (20)

Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 

Artificial Intelligence and Human Thinking