An Introduction To Artificial Intelligence
eBook - ePub

An Introduction To Artificial Intelligence

Janet Finlay

  1. English
  2. ePUB (adapté aux mobiles)
  3. Disponible sur iOS et Android
eBook - ePub

An Introduction To Artificial Intelligence

Janet Finlay

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

An authoritative and accessible one-stop resource, An Introduction to Artificial Intelligence presents the first full examination of AI. Designed to provide an understanding of the foundations of artificial intelligence, it examines the central computational techniques employed by AI, including knowledge representation, search, reasoning, and learning, as well as the principal application domains of expert systems, natural language, vision, robotics, software agents and cognitive modeling. Many of the major philosophical and ethical issues of AI are also introduced.Throughout the volume, the authors provide detailed, well-illustrated treatments of each topic with abundant examples and exercises. The authors bring this exciting field to life by presenting a substantial and robust introduction to artificial intelligence in a clear and concise coursebook form. This book stands as a core text for all computer scientists approaching AI for the first time.

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que An Introduction To Artificial Intelligence est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  An Introduction To Artificial Intelligence par Janet Finlay en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Informatica et Intelligenza artificiale (IA) e semantica. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Éditeur
CRC Press
Année
2020
ISBN
9781000154030

Chapter One

Knowledge in AI

1.1 Overview

Knowledge is vital to all intelligence. In this chapter we examine four key knowledge representation schemes looking at examples of each and their strengths and weaknesses. We consider how to assess a knowledge representation scheme in order to choose one that is appropriate to our particular problem. We discuss the problems of representing general knowledge and changing knowledge.

1.2 Introduction

Knowledge is central to intelligence. We need it to use or understand language; to make decisions; to recognize objects; to interpret situations; to plan strategies. We store in our memories millions of pieces of knowledge that we use daily to make sense of the world and our interactions with it.
Some of the knowledge we possess is factual. We know what things are and what they do. This type of knowledge is known as declarative knowledge. We also know how to do things: procedural knowledge. For example, if we consider what we know about the English language we may have some declarative knowledge that the word tree is a noun and that tall is an adjective. These are among the thousands of facts we know about the English language.
However, we also have procedural knowledge about English. For example, we may know that in order to provide more information about something we place an adjective before the noun.
Similarly, imagine you are giving directions to your home. You may have declarative knowledge about the location of your house and its transport links (for example, “my house is in Golcar”, “the number 301 bus runs through Golcar”, “Golcar is off the Manchester Road”). In addition you may have procedural knowledge about how to get to your house (“Get on the 301 bus”).
Another distinction that can be drawn is between the specific knowledge we have on a particular subject (domain-specific knowledge) and the general or “common-sense” knowledge that applies throughout our experience (domain-independent knowledge). The fact “the number 301 bus goes to Golcar” is an example of the former: it is knowledge that is relevant only in a restricted domain – in this case Huddersfield’s transport system. New knowledge would be required to deal with transport in any other city. However, the knowledge that a bus is a motorized means of transport is a piece of general knowledge which is applicable to buses throughout our experience.
General or common-sense knowledge also enables us to interpret situations accurately. For example, imagine someone asks you “Can you tell me the way to the station?”. Your common-sense knowledge tells you that the person expects a set of directions; only a deliberately obtuse person would answer literally “yes”! Similarly there are thousands if not millions of “facts” that are obvious to us from our experience of the world, many acquired in early childhood. They are so obvious to us that we wouldn’t normally dream of expressing them explicitly. Facts about age: a person’s age increments by one each year, children are always younger than their parents, people don’t live much longer than 100 years; facts about the way that substances such as water behave; facts about the physical properties of everyday objects and indeed ourselves – this is the general or “common” knowledge that humans share through shared experience and that we rely on every day.
Just as we need knowledge to function effectively, it is also vital in artificial intelligence. As we saw earlier, one of the problems with ELIZA was lack of knowledge: the program had no knowledge of the meanings or contexts of the words it was using and so failed to convince for long. So the first thing we need to provide for our intelligent machine is knowledge. As we shall see, this will include procedural and declarative knowledge and domain-specific and general knowledge. The specific knowledge required will depend upon the application. For language understanding we need to provide knowledge of syntax rules, words and their meanings, and context; for expert decision making, we need knowledge of the domain of interest as well as decision-making strategies. For visual recognition, knowledge of possible objects and how they occur in the world is needed. Even simple game playing requires knowledge of possible moves and winning strategies.

1.3 Representing knowledge

We have seen the types of knowledge that we use in everyday life and that we would like to provide to our intelligent machine. We have also seen something of the enormity of the task of providing that knowledge. However, the knowledge that we have been considering is largely experiential or internal to the human holder. In order to make use of it in AI we need to get it from the source (usually human but can be other information sources) and represent it in a form usable by the machine. Human knowledge is usually expressed through language, which, of course, cannot be accurately understood by the machine. The representation we choose must therefore be both appropriate for the computer to use and allow easy and accurate encoding from the source.
We need to be able to represent facts about the world. However, this is not all. Facts do not exist in isolation; they are related to each other in a number of ways. First, a fact may be a specific instance of another, more general fact. For example, “Spotty Dog barks” is a specific instance of the fact “all dogs bark” (not strictly true but a common belief). In a case like this, we may wish to allow property inheritance, in which properties or attributes of the main class are inherited by instances of that class. So we might represent the knowledge that dogs bark and that Spotty Dog is a dog, allowing us then to deduce by inheritance the fact that Spotty Dog barks. Secondly, facts may be related by virtue of the object or concept to which they refer. For example, we may know the time, place, subject and speaker for a lecture and these pieces of information make sense only in the context of the occasion by which they are related. And of course we need to represent procedural knowledge as well as declarative knowledge.
It should be noted that the representation chosen can be an important factor in determining the ease with which a problem can be solved. For example, imagine you have a 3 × 3 chess board with a knight in each corner (as in Fig. 1.1). How many moves (that is, chess knight moves) will it take to move each knight round to the next corner?
Image
Figure 1.1 Four knights: how many moves?
Looking at the diagrammatic representation in Figure 1.1, the solution is not obvious, but if we label each square and represent valid moves as adjacent points on a circle (see Fig. 1.2), the solution becomes more obvious: each knight takes two moves to reach its new position so the minimum number of moves is eight.
Image
Figure 1.2 A different representation makes the solution clearer.
In addition, the granularity of the representation can affect its usefulness. In other words, we have to determine how detailed the knowledge we represent needs to be. This will depend largely on the application and the use to which the knowledge will be put. For example, if we are building a knowledge base about family relationships we may include a representation of the definition of the relation “cousin” (given here in English but easily translatable into logic, for example):
your cousin is a child of a sibling of your parent.
However, this may not be enough information; we may also wish to know the gender of the cousin. If this is the case a more detailed representation is required. For a female cousin:
your cousin is a daughter of a sibling of your parent
or a male cousin
your cousin is a son of a sibling of your parent.
Similarly, if you wanted to know to which side of the family your cousin belongs you would need different information: from your father’s side
your cousin is a child of a sibling of your father
or your mother’s
your cousin is a child of a sibling of your mother.
A full description of all the possible variations is given in Figure 1.3. Such detail may not always be required and therefore may in some circumstances be unnecessarily complex.
Image
Figure 1.3 Full definition of the relationship “cousin”.
There are a number of knowledge representation methods that can be used. Later in this chapter we will examine some of them briefly, and ...

Table des matiĂšres

  1. Cover
  2. Half Title
  3. Title Page
  4. Copyright Page
  5. Table of Contents
  6. Preface
  7. Introduction
  8. 1 Knowledge in AI
  9. 2 Reasoning
  10. 3 Search
  11. 4 Machine learning
  12. 5 Game playing
  13. 6 Expert systems
  14. 7 Natural language understanding
  15. 8 Computer vision
  16. 9 Planning and robotics
  17. 10 Agents
  18. 11 Models of the mind
  19. 12 Epilogue: philosophical and sociological issues
  20. Bibliography
  21. Index
Normes de citation pour An Introduction To Artificial Intelligence

APA 6 Citation

Finlay, J. (2020). An Introduction To Artificial Intelligence (1st ed.). CRC Press. Retrieved from https://www.perlego.com/book/1974524/an-introduction-to-artificial-intelligence-pdf (Original work published 2020)

Chicago Citation

Finlay, Janet. (2020) 2020. An Introduction To Artificial Intelligence. 1st ed. CRC Press. https://www.perlego.com/book/1974524/an-introduction-to-artificial-intelligence-pdf.

Harvard Citation

Finlay, J. (2020) An Introduction To Artificial Intelligence. 1st edn. CRC Press. Available at: https://www.perlego.com/book/1974524/an-introduction-to-artificial-intelligence-pdf (Accessed: 15 October 2022).

MLA 7 Citation

Finlay, Janet. An Introduction To Artificial Intelligence. 1st ed. CRC Press, 2020. Web. 15 Oct. 2022.