Artificial intelligence: a guide to intelligent systems
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Harlow ; Munich [u.a.]
Addison-Wesley
2008
|
Ausgabe: | 2. ed., [Nachdr.] |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XIV, 415 S. graph. Darst. |
ISBN: | 0321204662 9780321204660 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV035205976 | ||
003 | DE-604 | ||
005 | 20181218 | ||
007 | t | ||
008 | 081210s2008 d||| |||| 00||| eng d | ||
020 | |a 0321204662 |9 0-321-20466-2 | ||
020 | |a 9780321204660 |9 978-0-321-20466-0 | ||
035 | |a (OCoLC)634255763 | ||
035 | |a (DE-599)BVBBV035205976 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-703 | ||
050 | 0 | |a QA76.76.E95 | |
082 | 0 | |a 006.3/3 |2 22 | |
084 | |a QH 500 |0 (DE-625)141607: |2 rvk | ||
084 | |a ST 300 |0 (DE-625)143650: |2 rvk | ||
100 | 1 | |a Negnevitsky, Michael |e Verfasser |4 aut | |
245 | 1 | 0 | |a Artificial intelligence |b a guide to intelligent systems |c Michael Negnevitsky |
250 | |a 2. ed., [Nachdr.] | ||
264 | 1 | |a Harlow ; Munich [u.a.] |b Addison-Wesley |c 2008 | |
300 | |a XIV, 415 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a Expert systems (Computer science) | |
650 | 4 | |a Artificial intelligence | |
650 | 0 | 7 | |a Künstliche Intelligenz |0 (DE-588)4033447-8 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4151278-9 |a Einführung |2 gnd-content | |
689 | 0 | 0 | |a Künstliche Intelligenz |0 (DE-588)4033447-8 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Bayreuth |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017012318&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-017012318 |
Datensatz im Suchindex
_version_ | 1804138461614047232 |
---|---|
adam_text | Contents
Preface
xi
Preface
to the second edition
xv
Acknowledgements
xvii
1
Introduction to knowledge-based intelligent systems
1
1.1
Intelligent machines, or what machines can do
1
1.2
The history of artificial intelligence, or from the Dark Ages
to knowledge-based systems
4
1.3
Summary
17
Questions for review
21
References
22
2
Rule-based expert systems
25
2.1
Introduction, or what is knowledge?
25
2.2
Rules as a knowledge representation technique
26
2.3
The main players in the expert system development team
28
2.4
Structure of a rule-based expert system
30
2.5
Fundamental characteristics of an expert system
33
2.6
Forward chaining and backward chaining inference
techniques
35
2.7
MEDIA ADVISOR: a demonstration rule-based expert system
41
2.8
Conflict resolution
47
2.9
Advantages and disadvantages of rule-based expert systems
50
2.10
Summary
51
Questions for review
53
References
54
3
Uncertainty management in rule-based expert systems
55
3.1
Introduction, or what is uncertainty?
55
3.2
Basic probability theory
57
3.3
Bayesian reasoning
61
3.4
FORECAST: Bayesian accumulation of evidence
65
viii CONTENTS
3.5
Bias of the Bayesian method
72
3.6
Certainty factors theory and evidential reasoning
74
3.7
FORECAST: an application of certainty factors
80
3.8
Comparison of Bayesian reasoning and certainty factors
82
3.9
Summary
83
Questions for review
85
References
85
4
Fuzzy expert systems
87
4.1
Introduction, or what is fuzzy thinking?
87
4.2
Fuzzy sets
89
4.3
Linguistic variables and hedges
94
4.4
Operations of fuzzy sets
97
4.5
Fuzzy rules
103
4.6
Fuzzy inference
106
4.7
Building a fuzzy expert system
114
4.8
Summary
125
Questions for review
126
References
127
Bibliography
127
5
Frame-based expert systems
131
5.1
Introduction, or what is a frame?
131
5.2
Frames as a knowledge representation technique
133
5.3
Inheritance in frame-based systems
138
5.4
Methods and demons
142
5.5
Interaction of frames and rules
146
5.6
Buy Smart: a frame-based expert system
149
5.7
Summary
161
Questions for review
163
References
163
Bibliography
164
6
Artificial neural networks
165
6.1
Introduction, or how the brain works
165
6.2
The neuron as a simple computing element
168
6.3
The perceptron
170
6.4
Multilayer neural networks
175
6.5
Accelerated learning in multilayer neural networks
185
6.6
The Hopfield network
188
6.7
Bidirectional associative memory
196
6.8
Self-organising neural networks
200
6.9
Summary
212
Questions for review
215
References
216
CONTENTS
ix
Evolutionary computation
219
7.1
Introduction, or can evolution be intelligent?
219
7.2
Simulation of natural evolution
219
7.3
Genetic algorithms
222
7.4
Why genetic algorithms work
232
7.5
Case study: maintenance scheduling with genetic
algorithms
235
7.6
Evolution strategies
242
7.7
Genetic programming
245
7.8
Summary
254
Questions for review
255
References
256
Bibliography
257
8
Hybrid intelligent systems
259
8.1
Introduction, or how to combine German mechanics with
Italian love
259
8.2
Neural expert systems
261
8.3
Neuro-fuzzy systems
268
8.4
ANFIS: Adaptive Neuro-Fuzzy Inference System
277
8.5
Evolutionary neural networks
285
8.6
Fuzzy evolutionary systems
290
8.7
Summary
296
Questions for review
297
References
298
9
Knowledge engineering and data mining
301
9.1
Introduction, or what is knowledge engineering?
301
9.2
Will an expert system work for my problem?
308
9.3
Will a fuzzy expert system work for my problem?
317
9.4
Will a neural network work for my problem?
323
9.5
Will genetic algorithms work for my problem?
336
9.6
Will a hybrid intelligent system work for my problem?
339
9.7
Data mining and knowledge discovery
349
9.8
Summary
361
Questions for review
362
References
363
Glossary
365
Appendix
391
Index
407
|
any_adam_object | 1 |
author | Negnevitsky, Michael |
author_facet | Negnevitsky, Michael |
author_role | aut |
author_sort | Negnevitsky, Michael |
author_variant | m n mn |
building | Verbundindex |
bvnumber | BV035205976 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.76.E95 |
callnumber-search | QA76.76.E95 |
callnumber-sort | QA 276.76 E95 |
callnumber-subject | QA - Mathematics |
classification_rvk | QH 500 ST 300 |
ctrlnum | (OCoLC)634255763 (DE-599)BVBBV035205976 |
dewey-full | 006.3/3 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.3/3 |
dewey-search | 006.3/3 |
dewey-sort | 16.3 13 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik Wirtschaftswissenschaften |
edition | 2. ed., [Nachdr.] |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01543nam a2200409 c 4500</leader><controlfield tag="001">BV035205976</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20181218 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">081210s2008 d||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0321204662</subfield><subfield code="9">0-321-20466-2</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780321204660</subfield><subfield code="9">978-0-321-20466-0</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)634255763</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV035205976</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-703</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.76.E95</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">006.3/3</subfield><subfield code="2">22</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">QH 500</subfield><subfield code="0">(DE-625)141607:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 300</subfield><subfield code="0">(DE-625)143650:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Negnevitsky, Michael</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Artificial intelligence</subfield><subfield code="b">a guide to intelligent systems</subfield><subfield code="c">Michael Negnevitsky</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2. ed., [Nachdr.]</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Harlow ; Munich [u.a.]</subfield><subfield code="b">Addison-Wesley</subfield><subfield code="c">2008</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIV, 415 S.</subfield><subfield code="b">graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Expert systems (Computer science)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Artificial intelligence</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Künstliche Intelligenz</subfield><subfield code="0">(DE-588)4033447-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4151278-9</subfield><subfield code="a">Einführung</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Künstliche Intelligenz</subfield><subfield code="0">(DE-588)4033447-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Bayreuth</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017012318&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-017012318</subfield></datafield></record></collection> |
genre | (DE-588)4151278-9 Einführung gnd-content |
genre_facet | Einführung |
id | DE-604.BV035205976 |
illustrated | Illustrated |
indexdate | 2024-07-09T21:28:34Z |
institution | BVB |
isbn | 0321204662 9780321204660 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-017012318 |
oclc_num | 634255763 |
open_access_boolean | |
owner | DE-703 |
owner_facet | DE-703 |
physical | XIV, 415 S. graph. Darst. |
publishDate | 2008 |
publishDateSearch | 2008 |
publishDateSort | 2008 |
publisher | Addison-Wesley |
record_format | marc |
spelling | Negnevitsky, Michael Verfasser aut Artificial intelligence a guide to intelligent systems Michael Negnevitsky 2. ed., [Nachdr.] Harlow ; Munich [u.a.] Addison-Wesley 2008 XIV, 415 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Expert systems (Computer science) Artificial intelligence Künstliche Intelligenz (DE-588)4033447-8 gnd rswk-swf (DE-588)4151278-9 Einführung gnd-content Künstliche Intelligenz (DE-588)4033447-8 s DE-604 Digitalisierung UB Bayreuth application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017012318&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Negnevitsky, Michael Artificial intelligence a guide to intelligent systems Expert systems (Computer science) Artificial intelligence Künstliche Intelligenz (DE-588)4033447-8 gnd |
subject_GND | (DE-588)4033447-8 (DE-588)4151278-9 |
title | Artificial intelligence a guide to intelligent systems |
title_auth | Artificial intelligence a guide to intelligent systems |
title_exact_search | Artificial intelligence a guide to intelligent systems |
title_full | Artificial intelligence a guide to intelligent systems Michael Negnevitsky |
title_fullStr | Artificial intelligence a guide to intelligent systems Michael Negnevitsky |
title_full_unstemmed | Artificial intelligence a guide to intelligent systems Michael Negnevitsky |
title_short | Artificial intelligence |
title_sort | artificial intelligence a guide to intelligent systems |
title_sub | a guide to intelligent systems |
topic | Expert systems (Computer science) Artificial intelligence Künstliche Intelligenz (DE-588)4033447-8 gnd |
topic_facet | Expert systems (Computer science) Artificial intelligence Künstliche Intelligenz Einführung |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017012318&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT negnevitskymichael artificialintelligenceaguidetointelligentsystems |