home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / ai-faq / general.part4 < prev    next >
Encoding:
Text File  |  1995-07-25  |  75.5 KB  |  2,016 lines

  1. Subject: FAQ: Artificial Intelligence Bibliography 4/6 [Monthly posting]
  2. Newsgroups: comp.ai,news.answers,comp.answers
  3. From: mkant+@cs.cmu.edu (Mark Kantrowitz)
  4. Date: 13 Nov 1994 08:04:52 GMT
  5.  
  6. Archive-name: ai-faq/general/part4
  7. Last-Modified: Tue Nov  1 14:36:48 1994 by Mark Kantrowitz
  8. Version: 1.24
  9. Maintainer: Mark Kantrowitz <mkant+ai-faq@cs.cmu.edu>
  10. URL: http://www.cs.cmu.edu:8001/Web/Groups/AI/html/faqs/ai/ai_general/top.html
  11. Size: 77510 bytes, 2018 lines
  12.  
  13. ;;; ****************************************************************
  14. ;;; Answers to Questions about Artificial Intelligence *************
  15. ;;; ****************************************************************
  16. ;;; Written by Mark Kantrowitz
  17. ;;; ai_4.faq
  18.  
  19. This part of the AI FAQ provides a bibliography of good introductory
  20. texts and overviews of AI and specific subfields of AI. If you feel
  21. that there is a reference or set of references which should be added
  22. to this FAQ, or references which should be removed, please send email
  23. to mkant+ai-faq@cs.cmu.edu.  When suggesting references to be
  24. included in a particular subfield, only suggest the best two or three
  25. references (or a particularly well-written overview). It is NOT the
  26. intention of this listing to be a comprehensive AI bibliography.
  27.  
  28. Part 4 (Bibliography):
  29.   Bibliography of introductory texts, overviews and references
  30.   Addresses and phone numbers for major AI publishers
  31.  
  32. Outline:
  33.    [1]  AI in general (Introductions, Overviews)
  34.    [1a] Major AI Publishers
  35.    [1b] How do I get a copy of the proceedings to conference <x>?
  36.    [1c] How do I get a copy of <x>'s PhD dissertation?
  37.    [2]  Search and Game Playing
  38.    [3]  Knowledge Representation
  39.    [4]  Logic
  40.    [5]  Planning
  41.    [6]  Natural Language Processing (NLP)
  42.    [6b] Speech Recognition and Synthesis
  43.    [7]  Connectionism and Neural Nets
  44.    [8]  Machine Learning
  45.    [9]  Case-Based Reasoning
  46.    [10] Genetic Algorithms
  47.    [11] Production Systems, Expert Systems and Match Algorithms
  48.    [12] Integrated AI Architectures
  49.    [13] Fuzzy Logic
  50.    [14] Artificial Life and Cellular Automata
  51.    [15] Qualitative Physics and Model Based Reasoning
  52.    [16] Task-specific Architectures for Problem Solving
  53.    [17] Automated Deduction
  54.    [18] Probabilistic Reasoning
  55.    [19] Nonmonotonic Reasoning and Truth Maintenance Systems (TMS)
  56.    [20] Robotics and Computer Vision
  57.    [21] Distributed AI
  58.    [22] User/Agent Modeling
  59.    [23] Philosophy of AI
  60.    [24] What is Cyc? (Common Sense)
  61.    [25] Miscellaneous: PhD Theses
  62.    [26] Videotapes and Magazines
  63.    [27] Constraint-based Scheduling
  64.    [28] Music and AI
  65.    [29] AI and Education
  66.    [30] Blackboard Architectures
  67.    [31] Temporal Reasoning and Modal Logic
  68.    [32] Data Mining
  69.  
  70. Search for [#] to get to question number # quickly.
  71.  
  72. ----------------------------------------------------------------
  73. Subject: [1]  AI in general (Introductions, Overviews)
  74.  
  75. Introductory texts:
  76.  
  77.    Elaine Rich & Kevin Knight, "Artificial Intelligence", 2nd edition,
  78.    McGraw-Hill, New York, 1991. ISBN 0-07-052263-4. [Source code is
  79.    available from ftp.cs.cmu.edu:/user/ai/areas/bookcode/knight/.]
  80.  
  81.    Patrick Henry Winston, "Artificial Intelligence", Third Edition, 
  82.    Addison Wesley, Reading, MA, 1992, ISBN 0-201-53377-4.
  83.       [Source code is in ftp.ai.mit.edu:/pub/ai3/.]
  84.  
  85.    Matthew L. Ginsberg, "Essentials of AI", Morgan Kaufmann
  86.    Publishers, 1993, ISBN 1-55860-221-6, 430 pages, $49.95. 
  87.       [Topics include search, knowledge representation, logic,
  88.       assumption-based truth maintenance, nonmonotonic reasoning,
  89.       probability, frames, semantic nets, planning, learning, vision,
  90.       natural language processing, and expert systems.]
  91.  
  92.    George Luger and William Stubblefield, "Artificial Intelligence:
  93.    Structures and Strategies for Complex Problem Solving", 2nd
  94.    Edition, The Benjamin/Cummings Publishing Company, Inc., 1993.
  95.    720 pages, ISBN 0-8053-4780-1.
  96.    [Includes algorithms implemented in Lisp and Prolog.]
  97.  
  98.    Ian Pratt, "Artificial Intelligence", Macmillan, London, 1994. 280
  99.    pages, ISBN 0-333-59755-9 ($35). [In-depth introduction to several
  100.    AI topics, using inference as a central theme. As a result, omits
  101.    topics like NLP, expert systems, vision, and robotics. But does,
  102.    curiously, include a chapter on neural networks, in addition to
  103.    planning, search, and other topics related to logic and reasoning.
  104.    The presentation is superb, doing an excellent job of conveying the
  105.    essential insights behind the concepts, followed by the technical
  106.    details and pseudocode for the algorithms. Very good use of diagrams
  107.    to explain difficult concepts. Heavily dependent on predicate
  108.    calculus, with a tutorial introduction in the appendix. Suitable
  109.    for an advanced undergraduate/introductory masters-level course. A
  110.    longer version of this review is available as 
  111.       ftp.cs.cmu.edu:/user/ai/pubs/books/reviews/pratt.txt]
  112.  
  113.    Thomas L. Dean, James Allen, John Aloimonons, "Artificial
  114.    Intelligence: Theory and Practice", Benjamin/Cummings, 1994. 680
  115.    pages, ISBN 0-8053-25476. [Lisp/Scheme/C++ code will be available
  116.    by anonymous ftp from bc.aw.com:/bc/dean/, along with selected
  117.    illustrations from the text.] 
  118.  
  119. Overviews and References:
  120.  
  121.    Shapiro, Stuart C. (ed), "Encyclopedia of Artificial Intelligence", 
  122.    2nd Edition, John Wiley & Sons, New York, 1992. (1st ed, 1987)
  123.  
  124.    Alan Bundy, editor, "Catalogue of Artificial Intelligence
  125.    Techniques", 3rd Edition, Springer Verlag, 1990, ISBN 0-387-52959-4,
  126.    179 pages, $29.50. 
  127.  
  128.    Avron Barr and Edward A. Feigenbaum, "The Handbook of Artificial
  129.    Intelligence", volumes 1-4, Addison-Wesley, Reading, MA, 1986.
  130.  
  131.    Sundermeyer, K., "Knowledge-Based Systems: Terminology and References",
  132.    Wissenschaftverlag, 1991. ISBN 3-411-14941-8
  133.  
  134.    Bonnie Lynn Webber and Nils J. Nilsson, "Readings in Artificial
  135.    Intelligence", Morgan Kaufmann, San Mateo, CA, 1981.
  136.  
  137.    Raymond Kurzweil's "The Age of Intelligent Machines", MIT Press,
  138.    1990, 565 pages, ISBN 0-262-11121-7, $39.95. [General Introduction]
  139.  
  140.    Stan Gibilisco, editor, "The McGraw-Hill Illustrated Encyclopedia of
  141.    Robotics and Artificial Intelligence", Tab Books, Blue Ridge Summit,
  142.    PA, 1994. 512 pages, ISBN 0-07-023613-5 hardcover ($40), ISBN
  143.    0-07-023614-3 paper ($25). [This entry tentative -- I haven't seen a
  144.    copy of the book yet.]
  145.  
  146. Glossaries and Dictionaries:
  147.  
  148.    Raoul N. Smith, editor, "The Facts on File Dictionary of Artificial
  149.    Intelligence", Facts on File, New York, 1989, 211 pages. 
  150.    ISBN 0-8160-1593-3.
  151.  
  152.    Jerry M. Rosenberg, "Dictionary of Artificial Intelligence and
  153.    Robotics", Wiley, New York, 1986, 203 pages.
  154.  
  155.    Ellen Thro, "The Artificial Intelligence Dictionary", Microtrend Books,
  156.    San Marcos, CA, 1991, 407 pages, ISBN 0-915391-36-8.
  157.  
  158.    P610.8, "Draft Standard Glossary of Artificial Intelligence Terminology"
  159.    referenced in "IEEE Std 610.12-1990, IEEE Standard Glossary of
  160.    Software Technology, December 1990".
  161.  
  162.    Colin Beardon "Artificial Intelligence Terminology: a reference guide"
  163.    John Wiley & Sons, NY, 1989, 283 pages. ISBN 0-7458-0718-6
  164.  
  165. Older general introductions and overviews:
  166.  
  167.    Nils J. Nilsson, "Principles of Artificial Intelligence", Tioga
  168.    Publishing Company, Palo Alto, CA, 1980.
  169.  
  170.    Eugene Charniak and Drew V. McDermott, "Introduction to Artificial
  171.    Intelligence", Addison-Wesley, Reading, MA, 1985.
  172.  
  173.    Firebaugh, Morris W., "Artificial Intelligence: A Knowledge-Based
  174.    Approach", PWS-Kent, Massachusetts, 1989.  ISBN 0-87835-325-9
  175.         Emphasis on the role of knowledge in the design of intelligent
  176.         systems. Includes intro to AI programming languages, extensive
  177.         discussion of expert systems and robotics, survey of parallel
  178.         machine architectures, and identification of bottlenecks in
  179.         the implementation of useful AI systems.
  180.  
  181. Surveys:
  182.  
  183.    Howard E. Shrobe, editor, "Exploring Artificial Intelligence",
  184.    Morgan Kaufmann Publishers, San Mateo, CA, 1988.
  185.    (Survey talks from the AAAI 1986 and 1987 conferences.)
  186.  
  187. Applied AI:
  188.  
  189.    Hugh Cartwright <HCART@vax.ox.ac.uk>, "Applications of Artificial
  190.    Intelligence in Chemistry" Oxford University Press, 1994. 92 pages,
  191.    ISBN 0-19-855736-1.
  192.       [An inexpensive text that is aimed at undergraduate and graduate
  193.       students in engineering, physical and life sciences who have little or
  194.       no prior knowledge of AI. It provides an overview of the use and
  195.       potential of AI methods in the sciences.]
  196.  
  197. AI for C People:
  198.  
  199.    Herbert Schildt, "Artificial Intelligence Using C", McGraw-Hill,
  200.    1987. 412 pages. ISBN 0-07-881255-0.
  201.   
  202.    Herbert Schildt, "Artificial Intelligence Using C++", McGraw-Hill.
  203.  
  204. ----------------------------------------------------------------
  205. Subject: [1a] Major AI Publishers
  206.  
  207. Ablex Publishing Corporation
  208. 355 Chestnut Street, Norwood, NJ 07648-2090
  209. 201-767-8455/8450
  210. Fax: 201-767-6717
  211.  
  212. Academic Press
  213. 1250 Sixth Avenue, San Diego, CA 92101
  214. Orders: 800-321-5068
  215. Fax:    619-699-6715
  216.  
  217. AP Professional (imprint of Academic Press)
  218. Marketing: 525 B Street, Suite 1900, San Diego, CA 92101-4495
  219. Orders: 6277 Sea Harbor Drive, Orlando, FL 32821-9816
  220. Tel:    1-800-3131-APP (1-405-345-2525)
  221. Fax:    1-800-336-7377
  222. Email:  app@acad.com
  223.  
  224. Addison Wesley Publishing Company, Inc.
  225. Route 128, 1 Jacob Way, Reading, MA 01867
  226. 800-447-2226 (617-944-3700)
  227. Fax:   617-944-8243  617-944-7273
  228. E-mail: bexpress@aw.com (must register with Book Express via paper mail first)
  229.  
  230. Benjamin Cummings Publishing Company
  231. 2727 Sand Hill Road, Menlo Park, CA 94025
  232. 415-854-0300
  233. 390 Bridge Parkway, Redwood City, CA 94065
  234. 800-552-2499, 415-594-4400
  235. Email: bookinfo@bc.aw.com
  236. Orders: Benjamin/Cummings Publishing Company, Inc., Reading, MA 01867,
  237.        800-447-2226, fax 800-333-3328
  238. Canadian Orders: Addison-Wesley Publishers Ltd., PO Box 580, 26 Prince
  239.        Andrew Place, Don Mills Ontario, CANADA M3C 2T8
  240.        416-447-5101, fax 416-443-0948
  241. International Orders: Addison-Wesley Publishing Company, International
  242.        Publishing Group, Jacob Way, Reading, MA 01867
  243.        617-944-3700, fax 617-944-0826
  244. Information/Examination Copies: 800-950-2665
  245.  
  246. Blackwell Scientific Publications, Inc.
  247. 3 Cambridge Center, Suite 208, Cambridge, MA 02142
  248. 617-225-0401
  249. Fax:   617-225-0412
  250. Osney Mead, PO Box 88, Oxford, 0X2 0EL, UK 0865-240201
  251.  
  252. Cambridge University Press
  253. 40 West 20th Street, New York, NY 10022
  254. Orders: 800-221-4512, 212-924-3900, 800-872-7423
  255.  
  256. Chapman & Hall
  257. One Penn Plaza, 41st Floor, New York, NY 10119
  258. Tel: 1-800-634-7064 (212-244-6412)
  259. Fax: 1-800-248-4724 (212-268-9964)
  260. E-mail: 71201.1651@compuserve.com
  261. In the UK call 0264-342923 or fax 0264-364418.
  262. Overseas call 44-264-342830 or fax 44-264-342761.
  263.  
  264. Columbia University Press
  265. 562 West 113th Street, New York, NY 10025
  266. 800-944-8648
  267.  
  268. Computer Science Press, Inc.
  269. 41 Madison Avenue, New York, NY 10010-3546
  270. 212-576-9400
  271.  
  272. Computing Reviews
  273. 11 West 42nd Street, New York, NY 10036
  274.  
  275. Cornell University Press
  276. Box 250, 124 Roberts Place, Ithica, NY 14851
  277. 800-666-2211
  278.  
  279. Digital Press
  280. 80 Montvale Avenue
  281. Stoneham, MA 02180  USA
  282. Tel: 800-366-2665 (USA) or 617-928-2500
  283. Fax: 800-446-6520 (USA) or 617-933-6333
  284.  
  285. Elsevier Science Publishing
  286. 655 Avenue of the Americas, New York, NY 10017
  287. 212-633-3827/3650
  288. PO Box 211, Amsterdam, 1000 AE, The Netherlands
  289. 020-580-3641
  290. Fax:    020-580-3769
  291.  
  292. Harvard University Press
  293. 79 Garden Street, Cambridge, MA 02138
  294. 617-495-2600/2480
  295.  
  296. Houghton Miflin Company
  297. One Memorial Drive, Cambridge, MA 02142
  298. 617-252-3000
  299. One Beacon Street, Boston, MA 02108
  300. 800-225-3362
  301.  
  302. John Wiley & Sons, Inc.
  303. 605 Third Avenue, New York, NY 10158
  304. 212-850-6000
  305.  
  306. Kluwer Academic Publishers
  307. 101 Philip Drive, Norwell, MA 02061.
  308. PO Box 358, Accord Station, Hingham, MA 02018-0358.
  309. 617-871-6600
  310. Fax:   617-871-6528
  311. Email: kluwer@world.std.com
  312. Ftp-server: ftp.std.com:/Kluwer/ (See journals/ and books/ subdirectories.)
  313.    The Kluwer ftp server offers the complete table of contents for
  314.    Kluwer's EE & CS journals, the Aims & Scope, Instruction for Authors,
  315.    Ordering information, and LaTeX style files. This service can also be
  316.    reached using gopher.
  317. Outside US: 
  318.    Kluwer Academic Publishers, PO Box 322, 3300 AH Dordrecht, The Netherlands
  319.    Tel: +31-78-524400
  320.    Fax: +31-78-183273
  321.    E-mail: services@wkap.nl 
  322.  
  323. Lawrence Erlbaum Associates, Inc.
  324. 365 Broadway, Hillsdale, NJ 07642
  325. 800-926-6579, (201-666-4110)
  326. Fax:   201-666-2394
  327. Email: orders@leahq.mhs.compuserve.com
  328.  
  329. Little Brown & Company
  330. 34 Beacon Street, Boston, MA 02108
  331. 617-227-0730
  332. Fax:  617-227-4633
  333.  
  334. Macmillan Publishing 
  335. 866 Third Avenue, Third Floor, New York, NY 10022
  336. 800-257-5755 (212-702-2000)
  337.  
  338. McGraw Hill Book Company
  339. 1221 Avenue of the Americas, 43rd Floor, New York, NY 10020
  340. 800-442-9685 (212-512-2000)
  341.  
  342. MIT Press
  343. 55 Hayward Street, Cambridge, MA 02139-1399
  344. 617-253-5642
  345. Customer Service: 617-625-8481
  346. Orders: 800-356-0343 (617-625-8569)
  347. Fax: 617-625-6660/9080
  348. E-mail (orders): mitpress-orders@mit.edu
  349. E-mail (inquiries): mitpress-orders-inq@mit.edu
  350. Online catalogs: telnet techinfo.mit.edu and look under 
  351.      Around MIT \ Offices & Services \ MIT Press 
  352.      or use the gopher server, 
  353.        gopher://gopher.mit.edu:70/
  354. In Europe, contact MIT Press, 14 Bloomsbury Square, London WC1A
  355. 2LP England, phone 071-404-0712, fax 071-404-0610 or via e-mail
  356. 100315.1423@compuserve.com. In Australia, contact Astam Books, 57-61
  357. John Street, Leichhardt, NSW 2040 Australia, phone 02-566-4400, fax
  358. 02-566-4411. 
  359.  
  360. Morgan Kaufmann Publishers, Inc.
  361. 340 Pine Street, Sixth Floor, San Francisco, CA 94104  USA
  362. Orders: 800-745-7323 (415-392-2665)
  363. Fax:    415-982-BOOK (= 415-982-2665)
  364. Email:  orders@mkp.com
  365.    Their "Readings in X" series is a good source of information
  366.    on various AI topics. (Many of them are listed below.)
  367. In Europe: Direct Distribution, 27 Church Road, Hove, East Sussex, BN3 2FA, UK
  368. Tel (+44 273) 748427, Fax (+44 273) 722180
  369.  
  370. Oxford University Press
  371. 200 Madison Avenue, New York, NY 10016
  372. 800-451-7556
  373.  
  374. Pergamon Press
  375. 395 Saw Mill River Road, Elmsford, NY 10523
  376. 800-257-5755 (914-592-7700)
  377.  
  378. Prentice Hall Inc.
  379. College Division, 440 Sylvan Avenue, Englewood Cliffs, NJ 07632
  380. 201-592-2377
  381. Orders: 800-223-1360 (fax to 800-495-6991) 800-526-0485
  382. Fax: 201-461-4573
  383. Email: books@prenhall.com, catalogs@prenhall.com
  384.  
  385. Princeton University Press
  386. 41 William Street, Princeton, NJ 08540
  387. 800-777-4726
  388.  
  389. Random House Publishing
  390. 201 East 50th Street, New York, NY 10022
  391. 212-751-2600
  392.  
  393. Springer Verlag
  394. 175 Fifth Avenue, New York, NY 10010
  395. 800-SPRINGER/800-777-4643 (201-348-4033)
  396. Fax: 201-348-4505
  397.  
  398. University Microfilms International
  399. 300 North Zeeb Road, Ann Arbor, MI 48106
  400. 313-761-4700
  401.    Copies of PhD theses off of microfilm.
  402.  
  403. University of Chicago Press
  404. 5801 South Ellis Avenue, Chicago, IL 60637
  405. 800-621-2736 (312-702-7700)
  406.  
  407. Van Nostrand Reinhold Company, Inc.
  408. 115 Fifth Avenue, New York, NY 10003
  409. 212-254-3232
  410.  
  411. W. H. Freeman & Company
  412. 41 Madison Avenue, New York, NY 10010
  413. 212-576-9400
  414. Fax:   212-689-2383
  415.  
  416. W. W. Norton & Company, Inc.
  417. 500 Fifth Avenue, New York, NY 10010
  418. 800-233-4830 (212-354-5500)
  419.  
  420. ----------------------------------------------------------------
  421. Subject: [1b] How do I get a copy of the proceedings to conference <x>?
  422.  
  423. First, ask your librarian for help. If your local library doesn't have it,
  424. they may be able to get it on interlibrary loan.
  425.  
  426. If you want to buy your own copy, first check with the organization
  427. that ran the conference. See part 3 of the AI FAQ for a list of many
  428. of the AI organizations that sponsor conferences.
  429.  
  430. If they can't help you, contact the Institute for Scientific Information
  431. (ISI), and look up the proceedings in their Index to Scientific and
  432. Technical Proceedings (ISTP volumes). You can contact the ISI at
  433.  
  434.    Institute for Scientific Information, Inc.
  435.    3501 Market Street
  436.    Philadelphia, PA 19104
  437.    Phone: 215-386-0100
  438.    Fax: 215-386-6362
  439.  
  440. Another source for proceedings author and subject indexes is:
  441.  
  442.    Directory of Published Proceedings. 
  443.    Series SEMT: Science/Engineering/Medicine/Technology.
  444.    Published monthly with annual cumulations by InterDok, Harrison, NY. 
  445.    ISSN 0012-3293.
  446.  
  447. ----------------------------------------------------------------
  448. Subject: [1c] How do I get a copy of <x>'s PhD dissertation?
  449.  
  450. Most dissertations from US universities are available from 
  451.  
  452. University Microfilms International, Inc.
  453. 300 North Zeeb Road
  454. Ann Arbor, MI 48106
  455. Phone: 800-521-0600 (313-761-4700)
  456.        800-343-5299 (in Canada)
  457.  
  458. They will print a copy of the dissertation from microfilm and bind it
  459. in paperbound or cloth for a reasonable fee.
  460.  
  461. ----------------------------------------------------------------
  462. Subject: [2] Search
  463.  
  464. [See also the Barr and Feigenbaum's Handbook of AI, chapter 1;
  465. Nilsson's Principles of AI, sections 2.4.1 through 2.4.4 (A*),
  466. sections 3.1 and 3.2 (AND/OR trees and AO*); the Mackworth paper
  467. in Readings in Artificial Intelligence; and R. Korf, "Search: A survey
  468. of recent results" in Shrobe's Exploring Artificial Intelligence,
  469. pages 197-237, August 1990.]
  470.  
  471.    Pearl, J. and Korf, R. E., "Search techniques", Annual Review of
  472.    Computer Science, volume 2, J.F. Traub, B.J. Grosz, B.W. Lampson and
  473.    N.J. Nilsson, editors, pages 451-467, Annual Reviews Inc., Palo
  474.    Alto, CA, 1987. 
  475.  
  476.    L. Kanal and V. Kumar, "Search in Artificial Intelligence",
  477.    Springer-Verlag, 1988.
  478.  
  479.    Hans J. Berliner, "The B* Tree Search Algorithm: A Best-First Proof
  480.    Procedure", Artificial Intelligence, 12(1):23-40, May 1979. Also 
  481.    appears in "Readings in Artificial Intelligence".
  482.  
  483.    Pearl, J., "Heuristics: Intelligent Search Strategies for Computer
  484.    Problem Solving", Addison-Wesley, 1984.
  485.  
  486.    Kirkpatrick, S. Gelatt, CD, and Vecchi, MP, "Optimization by Simulated
  487.    Annealing", Science 220(4589):671-680, 1983.
  488.  
  489.    Hermann Kaindl, "Minimaxing: Theory and Practice", AI Magazine,
  490.    9(3):69-76, Fall 1988.
  491.  
  492.    Chris Thornton & Benedict du Boulay, "Artificial Intelligence
  493.    Through Search" Kluwer Academic (Paperback version Intellect Books),
  494.    Dordrecht Netherlands & Norwell, MA USA (Intellect at Oxford), 1992
  495.  
  496. Game Playing:
  497.  
  498.    David Levy, "Computer Gamesmanship: Elements of Intelligent Game
  499.    Design", Simon & Schuster, ISBN 0-671-49532-1.
  500.  
  501.    David Levy, editor, "Computer Chess Compendium", Springer-Verlag,
  502.    1989. 440 pages, ISBN 0-387-91331-9 ($48).
  503.  
  504.    Elwyn R. Berlekamp, John H. Conway and Richard K. Guy, "Winning Ways,
  505.    for Your Mathematical Plays", Academic Press, New York, 1982. Volume
  506.    1: Games in General (ISBN 0-12-091101-9). Volume 2: Games in
  507.    Particular (ISBN 01-12-091102-7).
  508.  
  509.    Richard E. Korf, "Learning to solve problems by searching for
  510.    macro-operators", Pitman, Boston, 1985. 147 pages, ISBN 0-273-08690-1.
  511.       [Solution to Rubik's Cube, among other problems. This book is a
  512.       revision of Korf's PhD thesis at CMU.]
  513.  
  514. ----------------------------------------------------------------
  515. Subject: [3] Knowledge Representation
  516.  
  517. [Several papers in "Readings in Artificial Intelligence" are relevant,
  518. including S. Amarel "On Representations of Problems on Reasoning about
  519. Actions" and P.J. Hayes "The Frame Problem and Related Problems in AI".]
  520.  
  521. Overviews/Surveys:
  522.  
  523.    Hector J. Levesque, "Knowledge Representation and Reasoning",
  524.    Annual Review of Computer Science 1:255-287, 1986.
  525.  
  526.    Ronald J. Brachman, "The Future of Knowledge Representation", in
  527.    Proceedings of the Eighth National Conference on Artificial
  528.    Intelligence, 1990. 
  529.  
  530. Paper Collections:
  531.  
  532.    Ronald J. Brachman, Hector J. Levesque, and Raymond Reiter, editors,
  533.    "Knowledge Representation", MIT Press, 1992, 416 pages.  
  534.    ISBN 0-262-52168-7, $30.
  535.      
  536.    Nick Cercone and Gordon McCalla, editors, "The Knowledge Frontier:
  537.    Essays in the Representation of Knowledge", Springer-Verlag, New York,
  538.    1987. 512 pages, $40.00, ISBN 0-38796-557-2. (This is the much
  539.    revised version of a special issue of COMPUTER on KR.)
  540.  
  541.    Brachman, Ronald J., Levesque, Hector J. and Reiter, Ray, editors, 
  542.    Special Volume on Knowledge Representation, Artificial Intelligence
  543.    49(1-3), January, 1991. 
  544.  
  545.    Brachman, Ronald J. and Levesque, Hector J., editors,
  546.    "Readings in Knowledge Representation", Morgan Kaufmann
  547.    Publishers, 1985. 
  548.  
  549.    See also the proceedings of the International Conference on Principles
  550.    of Knowledge Representation and Reasoning, (KR-89, KR-91, KR-92, and
  551.    KR-94), all of which were published by Morgan Kaufmann.
  552.  
  553. Papers: 
  554.  
  555.    Ronald J. Brachman and James G. Schmolze, "An overview of the
  556.    KL-ONE knowledge representation system", Cognitive Science,
  557.    9:171-216, 1985.
  558.  
  559.    Allen Newell, "The Knowledge Level", Artificial Intelligence,
  560.    18:87-127, 1982. 
  561.  
  562.    Allen Newell and Herb Simon, "Computer Science as Empirical
  563.    Enquiry: Symbols and Search", Communications of the ACM,
  564.    19(3):113-126, 1976.
  565.  
  566.    Ronald J. Brachman, " ``I lied about the trees'', or, defaults and
  567.    definitions in knowledge representation", AI Magazine 6(3):80-93, 1985.
  568.  
  569.    Bernhard Nebel and Gert Smolka, "Attributive Description Formalisms
  570.    ... and the Rest of the World", in Otthein Herzog and Claus-Rainer
  571.    Rollinger, editors, Text Understanding in LILOG, Springer Verlag,
  572.    Lecture Notes in Artificial Intelligence #546, pages 439-452, 1991.
  573.    [Theoretical results in the area of description logics.]
  574.  
  575.    James G. Schmolze and William A. Woods, "The KL-ONE Family", in 
  576.    F. Lehmann, editor, Semantic Networks in Artificial Intelligence, 
  577.    Pergamon Press, 1992. [History of description logics (KL-ONE style
  578.    systems).] 
  579.  
  580.    W.A. Woods, "What's in a link: Foundations for semantic networks", In
  581.    D.G.  Bobrow & A. Collins (Eds.), "Representation and Understanding",
  582.    Academic Press, New York, 1975.  Reprinted in "Readings in Cognitive
  583.    Science", Collins & Smith (eds.), section 2.2.
  584.  
  585. Semantic Networks:
  586.  
  587.    Fritz Lehmann, Editor, "Semantic Networks in Artificial Intelligence", 
  588.    Pergamon Press, Oxford, 1992. (Appeared as a double special issue
  589.    of Computers and Mathematics with Applications 23(2-9), 1992.)
  590.  
  591.    John Sowa, Editor, "Principles of Semantic Networks", Morgan Kaufmann,
  592.    San Mateo, CA, 1991.
  593.  
  594. ----------------------------------------------------------------
  595. Subject: [4] Logic
  596.  
  597. Logic in AI:
  598.  
  599.    Genesereth, M.R. and Nilsson, N.J., "Logical Foundations of Artificial
  600.    Intelligence", Morgan Kaufmann Publishers, Los Altos, CA, 1987.
  601.  
  602. Constraint Logic Programming:
  603.  
  604.    Pascal Van Hentenryck, "Constraint Satisfaction in Logic Programming",
  605.    MIT Press, Cambridge, MA, 1989, ISBN 0-262-08181-4.
  606.  
  607. ----------------------------------------------------------------
  608. Subject: [5]  Planning
  609.  
  610. Intros, Overviews, Paper Collections:
  611.  
  612.    James Allen, James Hendler and Austin Tate, editors,
  613.    "Readings in Planning", Morgan-Kaufmann Publishers, 1990. 754 pages,
  614.    ISBN 1-55860-130-9 paper ($49.95).
  615.  
  616.    James Hendler, Austin Tate and Mark Drummond, "AI Planning: 
  617.    Systems and Techniques", AI Magazine, May, 1990. (Review article.)
  618.  
  619.    Georgeff, M. P., "Planning," in Annual Review of Computer Science,
  620.    Annual Reviews Inc., pages 359-400, 1987.
  621.  
  622.    Drew McDermott, "Robot Planning", AI Magazine 13(2):55-79, Summer 1992. 
  623.  
  624.    William R. Swartout, "DARPA Workshop on Planning", AI Magazine,
  625.    9(2):115-131, Summer, 1988. (Survey of current work and issues in
  626.    planning.) 
  627.  
  628.    [See also Waldinger's "Achieving several goals simultaneously", in
  629.     "Readings in Artificial Intelligence".]
  630.  
  631. STRIPS:
  632.  
  633.    Fikes, R.E. and Nilsson, N.J., "STRIPS: A new approach to the
  634.    application of theorem proving to problem solving", Artificial
  635.    Intelligence 2:189-208, 1971. 
  636.  
  637. ABSTRIPS:
  638.  
  639.    Sacerdoti, E. D., "Planning in a Hierarchy of Abstraction Spaces,"
  640.    Artificial Intelligence, 5:115-135, 1974.
  641.  
  642. Conjunctive Goals:
  643.  
  644.    Chapman, D., "Planning for Conjunctive Goals", Artificial Intelligence
  645.    32:333-377, 1987.
  646.  
  647. NOAH:
  648.  
  649.    Sacerdoti, E., "A Structure for Plans and Behavior", Artificial
  650.    Intelligence, pages 1-65, American Elsevier, New York, 1977.
  651.  
  652.    Sacerdoti, E. D., "The Nonlinear Nature of Plans," Proc. of the Fourth
  653.    Joint Conf. on Artificial Intelligence, Morgan Kaufmann, 1975, 206-214.
  654.  
  655. Reactive Planning:
  656.  
  657.    Agre P.E. and Chapman, D., "Pengi: An Implementation of a Theory of
  658.    Activity", in Proceedings of the Sixth National Conference on
  659.    Artificial Intelligence, Seattle, WA, July 1987.
  660.  
  661.    Georgeoff, M.P. and Lansky, A.L., "Reactive Reasoning and
  662.    Planning", in Proceedings of the Sixth National Conference on
  663.    Artificial Intelligence, Seattle, WA, pages 677-682, July 1987.
  664.  
  665.    Simmons, R.G., "A theory of debugging plans and interpretations", in
  666.    Proceedings of the Seventh National Conference on Artificial
  667.    Intelligence (AAAI-88), Morgan Kaufmann Publishers, Palo Alto,
  668.    CA, pages 94-99, 1988. 
  669.  
  670. Case-based Planning:
  671.  
  672.    Hammond, K., "Case-based Planning: Viewing Planning as a Memory Task",
  673.    Academic Press, Cambridge, MA, 1989.
  674.  
  675. Miscellaneous:
  676.  
  677.    Thomas Dean and Michael Wellman, "Planning and Control", Morgan
  678.    Kaufmann Publishers, 1991, 486 pages, ISBN 1-55860-209-7, $49.95.
  679.  
  680.    Stefik, M.J., "Planning with Constraints", Artificial Intelligence
  681.    15:111-140 and 16:141-170, 1981.
  682.  
  683.    Wilkins, D.E., "Domain-Independent Planning: Representation and Plan
  684.    Generation", Artificial Intelligence 22:269-301, 1984.
  685.  
  686.    R. Wilensky, "Meta-Planning: Representing and Using Knowledge About
  687.    Planning in Problem Solving and Natural Language Understanding",
  688.    Cognitive Science 5:197-233, 1981.  Reprinted in Readings in Cognitive
  689.    Science, Collins & Smith (eds.), section 5.6.
  690.  
  691.    Thomas Dean and R. James Firby and David Miller, "Hierarchical
  692.    Planning Involving Deadlines, Travel Time, and Resources", Computing
  693.    Intelligence 4:381-398, 1988.
  694.  
  695.    R.S. Aylett and A.N. Fish and S.R. Bartrum, "Task planning in an
  696.    uncertain world", International Conference on Control 2:801-806, 1991.
  697.  
  698. ----------------------------------------------------------------
  699. Subject: [6]  Natural Language Processing (NLP)
  700.  
  701. General:
  702.  
  703.    Gazdar, G. and Mellish, C., "Natural Language Processing in Lisp:
  704.    An Introduction to Computational Linguistics", Addison-Wesley,
  705.    Reading, Massachusetts, 1989. (There are three different editions
  706.    of the book, one for Lisp, one for Prolog, and one for Pop-11.)
  707.  
  708.    Michael A. Covington, "Natural Language Processing for Prolog
  709.    Programmers", Prentice-Hall, Englewood Cliffs, NJ, 1994. ISBN
  710.    0-13-629213-5.
  711.  
  712.    Grosz, Barbara J., Sparck-Jones, Karen, and Webber, Bonnie L.,
  713.    "Readings in Natural Language Processing", Morgan Kaufmann
  714.    Publishers, Los Altos, CA, 1986, 664 pages. ISBN 0-934613-11-7, $44.95.
  715.  
  716.    Robert C. Berwick, "Computational Linguistics", MIT Press, 
  717.    Cambridge, MA, 1989, ISBN 0262-02266-4.
  718.  
  719.    Brady, Michael, and Berwick, Robert C., "Computational Models
  720.    of Discourse", MIT Press, Cambridge, MA, 1983.
  721.  
  722.    Klaus K. Obermeier, "Natural Language Processing Technologies
  723.    in Artificial Intelligence: The Science and Industry Perspective",
  724.    John Wiley & Sons, New York, 1989.
  725.  
  726.    Allen, James F., "Natural Language Understanding", 2nd edition, The
  727.    Benjamin/Cummings Publishing Company, Menlo Park, California,
  728.    (Addison-Wesley Publishing Company, Reading, Massachusetts), 1995. 
  729.    625 pages, ISBN 0-8053-0335-9. Code for the book is available from
  730.       bc.aw.com:/bc/allen/
  731.       ftp.cs.rochester.edu:/pub/james/NLcode/
  732.       ftp.cs.cmu.edu:/user/ai/areas/nlp/bookcode/allen/
  733.  
  734.    Terry Winograd, "Language as a Cognitive Process", Addison-Wesley,
  735.    Reading, MA, 1983.
  736.  
  737.    Schank, R. and Abelson, R.  "Scripts, Plans, Goals, and Understanding,"
  738.    Lawrence Erlbaum Associates, Hillsdale, New Jersey, 1977.
  739.  
  740.    Fernando C.N. Pereira and Barbara Grosz, "Natural Language
  741.    Processing", MIT Press, Cambridge, MA, 1994. 531 pages, ISBN
  742.    0-262-66092-X ($35).
  743.  
  744. Terminology:
  745.  
  746.    David Crystal, "A Dictionary of Linguistics and Phonetics", 3rd Edition,
  747.    Basil Blackwell Publishers, New York, 1991.
  748.  
  749. Parsing:
  750.  
  751.    Tomita, M. (Editor), "Current Issues in Parsing Technology", 
  752.    Kluwer Academic Publishers, Norwell, MA, 1991.
  753.  
  754.    Tomita, M., "An Efficient Context-Free Parsing Algorithm",
  755.    Computational Linguistics 13:31-46, 1987.
  756.  
  757.    Marcus, M.  "A Theory of Syntactic Recognition for Natural Language,"
  758.    The MIT Press, Cambridge, MA, 1980.
  759.  
  760.    Pereira, F. and Sheiber, S.  "Prolog and Natural-Language Analysis,"
  761.    Center for the Study of Language and Information, 1987.
  762.  
  763.    Dick Grune and Ceriel J.H. Jacobs, "Parsing Techniques -- A Practical
  764.    Guide", Ellis Horwood, Chichester, England, 1990. 
  765.    320 pages, ISBN 0-13-651431-6. [Covers most parsing algorithms and
  766.    includes an extensive annotated bibliography.]
  767.    For more information, see http://www.cs.vu.nl/~dick/PTAPG.html or
  768.    ftp://ftp.cs.vu.nl/pub/dick/PTAPG/
  769.  
  770. Probabilistic Parsing:
  771.  
  772.    Wright, J., "LR Parsing of Probabilistic Grammars with Input
  773.    Uncertainty for Speech Recognition", Computer Speech and Language
  774.    4:297-323, 1990. 
  775.  
  776.    Ted Briscoe and John Carroll, "Generalised Probabilistic LR Parsing of
  777.    Natural Language (Corpora) with Unification-based Grammars",
  778.    University of Cambridge Computer Laboratory, Technical Report Number
  779.    224, 1991.
  780.  
  781.    Zhi Biao Wu, Loke Soo Hsu, and Chew Lim Tan, "A Survey of Statistical
  782.    Approaches to Natural Language Processing", Technical report TRA4/92,
  783.    Department of Information Systems and Computer Science, National
  784.    University of Singapore, 1992
  785.  
  786. Natural Language Understanding:
  787.  
  788.    E. Charniak, "Passing Markers: A Theory of Contextual Influence in
  789.    Language Comprehension", Cognitive Science, 7:171-190, 1983.
  790.  
  791.    Bertram C. Bruce, "Case systems for natural language", Artificial
  792.    Intelligence 6:327-360, 1975.
  793.  
  794.    Yorick Wilks, "A Preferential, Pattern-Seeking, Semantics For
  795.    Natural Language Inference", Artificial Intelligence, 6:53-74, 1975.
  796.  
  797.    Dyer, M.  "In-Depth Understanding:  A Computer Model of Integrated
  798.    Processing for Narrative Comprehension,"  MIT Press, Cambridge, MA, 1983.
  799.  
  800.    Aravind Joshi, Bonnie Webber and Ivan Sag, "Elements of Discourse
  801.    Understanding", Cambridge University Press, New York, 1981.
  802.  
  803.    Grosz, Barbara J. and Sidner, Candace L., "Attention, Intention, and
  804.    the Structure of Discourse", Computational Linguistics 12(3):175-204, 1986.
  805.  
  806.    Cohen, P. R., Morgan, J. and Pollack, M., editors, "Intentions in
  807.    Communication", MIT Press, Cambridge, MA, 1990.
  808.  
  809. Natural Language Interfaces:
  810.  
  811.    Raymond C. Perrault and Barbara J. Grosz, "Natural Language
  812.    Interfaces", Annual Review of Computer Science, volume 1, J.F. Traub,
  813.    editor, pages 435-452, Annual Reviews Inc., Palo Alto, CA, 1986.
  814.  
  815. Natural Language Generation:
  816.  
  817.    McKeown, Kathleen R. and Swartout, William R., "Language
  818.    Generation and Explanation", in Zock, M. and Sabah, G.,
  819.    editors, Advances in Natural Language Generation, Volume 1, Pages
  820.    1-51, Ablex Publishing Company, Norwood, NJ, 1988. (Overview of
  821.    the state of the art in natural language generation.)
  822.  
  823.    There are several books published as a result of the international
  824.    workshops on natural language generation.
  825.  
  826. Machine Translation:
  827.  
  828.    W. John Hutchins and Harold L. Somers, "An Introduction to Machine
  829.    Translation", Academic Press, San Diego, 1992. 362 pages, ISBN
  830.    0-123-62830-X.
  831.  
  832.    Bonnie J. Dorr, "Machine Translation: A View from the Lexicon" MIT
  833.    Press, Cambridge, MA 1993. 408 pages, ISBN 0-262-04138-3 ($45).
  834.  
  835.    Kenneth Goodman and Sergei Nirenburg., editors, "The KBMT Project: A
  836.    Case Study in Knowledge-Based Machine Translation", Morgan Kaufmann
  837.    Publishers, San Mateo, CA, 1991. 331 pages, ISBN 1-558-60129-5, $34.95.
  838.  
  839.    The journal "Machine Translation" is the principle forum for
  840.    current research.
  841.  
  842.    A review of MT systems on the market appeared in BYTE 18(1), January 1993.
  843.  
  844. Reversible Grammars:
  845.  
  846.    Gertjan van Noord, "Reversible Unification Based Machine
  847.    Translation", COLING-90, pages 299-304, 1990.
  848.  
  849.    Tomek Strzalkowski, "Reversible logic grammars for natural language
  850.    parsing and generation", Computational Intelligence 6(3):145-171,
  851.    August 1990.
  852.  
  853.    Tomek Strzalkowski, editor, "Reversible Grammar in Natural Language
  854.    Processing", Kluwer Academic Publishers, 1993.
  855.  
  856.    Proceedings of the ACL Workshop on Reversible Grammar in Natural
  857.    Language Processing, UC Berkeley, 1991. (See especially Remi
  858.    Zajac's paper.)
  859.  
  860. Linguistics:
  861.  
  862.    Vivian J. Cook, "Chomsky's Universal Grammar: An Introduction", Basil
  863.    Blackwell Publisher, New York, 1988, 201 pages.
  864.  
  865.    Victoria Fromkin and Robert Rodman, "An Introduction to Language",
  866.    Holt, Rinehart, and Winston, New York, 4th edition, 1988, 474 pages.
  867.  
  868.    Ralph Grishman, "Computational Linguistics: An Introduction",
  869.    Cambridge University Press, New York, 1986, 193 pages. [Mainly parsing.]
  870.  
  871.    Liliane M.V. Haegeman, "Introduction to Government and Binding
  872.    Theory", Basil Blackwell Publishers, Oxford, 1991, 618 pages.
  873.  
  874.    Michael A. K. Halliday, "An Introduction to Functional Grammar",
  875.    Edward Arnold, London, 1985.
  876.  
  877.    Geoffrey C. Horrocks, "Generative Grammar", Longman, London, 1987,
  878.    339 pages. 
  879.  
  880.    Andrew Radford, "Transformational Grammar: A First Course", Cambridge
  881.    University Press, New York, 1988, 625 pages.
  882.  
  883. ----------------------------------------------------------------
  884. Subject: [6b] Speech Recognition and Synthesis
  885.  
  886. Speech Recognition and Synthesis:
  887.  
  888.    John Allen, Sharon Hunnicut and Dennis H. Klatt, "From Text to Speech:
  889.    The MITalk System", Cambridge University Press, 1987. [Synthesis,
  890.    precursor of DECtalk.]
  891.  
  892.    Frank Fallside and William A. Woods (editors), "Computer Speech Processing"
  893.    Prentice Hall, Englewood Cliffs, NJ, 1985. 
  894.  
  895.    X. D. Huang, Y. Ariki and M. A. Jack, "Hidden Markov Models for Speech
  896.    Recognition", Edinburgh University Press, 1990. [Analysis]
  897.  
  898.    A. Nejat Ince (editor), "Digital Speech Processing: Speech Coding,
  899.    Synthesis, and Recognition", Kluwer Academic Publishers, Boston,
  900.    1992. [Analysis and Synthesis]
  901.  
  902.    Dennis H. Klatt, "Review of Text-To-Speech Conversion for English",
  903.    Journal of the Acoustic Society of America (JASA), 82(3):737-793,
  904.    September 1987. [Synthesis. Seminal article; biased toward formant
  905.    synthesis.] 
  906.  
  907.    Kai-Fu Lee, "Automatic Speech Recognition: The Development of the
  908.    SPHINX System", Kluwer Academic Publishers, Boston, MA, 1989. [Analysis]
  909.  
  910.    S. E. Levinson, L. R. Rabiner and M. M. Sondhi, "An Introduction to the
  911.    Application of the Theory of Probabilistic Functions of a Markov Process
  912.    to Automatic Speech Recognition" in Bell Syst. Tech. Journal
  913.    62(4):1035-1074, April 1983.  [Analysis]
  914.  
  915.    R. P. Lippmann, "Review of Neural Networks for Speech Recognition", 
  916.    Neural Computation, 1(1):1-38, 1989. [Analysis]
  917.  
  918.    Douglas O'Shaughnessy, "Speech Communication: Human and Machine"
  919.    Addison-Wesley, MA, 1987. [Analysis and Synthesis]
  920.  
  921.    Lawrence R. Rabiner and Ronald W. Schafer, "Digital Processing of
  922.    Speech Signals", Prentice Hall, Englewood Cliffs, NJ, 1978.
  923.    [Analysis and Synthesis]
  924.  
  925.    Lawrence R. Rabiner and Biing-Hwang Juang, "Fundamentals of Speech
  926.    Recognition", Prentice Hall, Englewood Cliffs, NJ, 1993.
  927.    ISBN 0-13-015157-2. [Analysis]
  928.  
  929.    Ronald W. Schafer and John D. Markel (editors), "Speech Analysis",
  930.    IEEE Press, New York, 1979. [Analysis]
  931.  
  932.    Alex Waibel and Kai-Fu Lee (editors), "Readings in Speech Recognition"
  933.    Morgan Kaufmann Publishers, San Mateo, CA, 1990, 680 pages. 
  934.    ISBN 1-55860-124-4, $49.95. [Analysis]
  935.  
  936.    Alex Waibel, "Prosody and Speech Recognition", Morgan Kaufmann
  937.    Publishers, San Mateo, CA, 1988. [Analysis]
  938.  
  939. Speaker Recognition:
  940.  
  941.    B. S. Atal, "Automatic recognition of speakers from their voices",
  942.    Proc. IEEE, 64:460-475, April 1976.
  943.  
  944.    A. E. Rosenberg, "Automatic speaker verification: A review", 
  945.    Proc. IEEE, 64:475-487, April 1976. 
  946.  
  947.    G.R. Doddington, "Speaker recognition -- identifying people by their
  948.    voices",  Proc. IEEE, 73:1651-1664, March 1985. 
  949.  
  950.    A.E. Rosenberg and F.K. Soong, "Recent research in automatic speaker
  951.    recognition," in S. Furui and M. Sondhi, editors, Advances in Speech
  952.    Sigmal Processing, 1991.
  953.  
  954.  
  955. ----------------------------------------------------------------
  956. Subject: [7]  Connectionism and Neural Nets
  957.  
  958. Introductions and Overviews:
  959.  
  960.    Geoffrey E. Hinton, "Connectionist Learning Procedures",
  961.    Artificial Intelligence 40(1-3):185-234, 1989.  Reprinted in
  962.    J. Carbonell, editor, "Machine Learning: Paradigms and Methods",
  963.    MIT Press, 1990.  Also appears as Technical Report CMU-CS-87-115
  964.    (version 2), Carnegie Mellon University, Pittsburgh, PA, December 1987.
  965.  
  966.    Kevin Knight, "A gentle introduction to subsymbolic
  967.    computation: Connectionism for the AI researcher". Technical Report
  968.    CMU-CS-89-150, Carnegie Mellon University, School of Computer Science,
  969.    Pittsburgh, PA, May 30, 1989.
  970.  
  971.    Scott Fahlman and Geoffrey Hinton, "Connectionist Architectures for
  972.    Artificial Intelligence", IEEE Computer 20(1):100-109, January 1987.
  973.  
  974.    Fausett, L. V., "Fundamentals of Neural Networks: Architectures,
  975.    Algorithms, and Applications", Prentice Hall, Englewood Cliffs, NJ, 1994.
  976.    ISBN 0-13-334186-0.
  977.  
  978.    John Hertz, Anders Krogh, and Richard G. Palmer, "Introduction to
  979.    the Theory of Neural Computation", Addison-Wesley, 1991. 327 pages,
  980.    ISBN 0-201-51560-1. [Heavy on the math.]
  981.  
  982.    Hecht-Nielsen, Robert, "Neurocomputing", Addison-Wesley, 1990, 433 pages.
  983.    ISBN 0-201-09355-3.
  984.  
  985.    Wasserman, Phillip D., "Neural Computing: Theory and Practice", 
  986.    Van Nostrand Reinhold, New York, 1989. 230 pages, ISBN 0-442-20743-3.
  987.  
  988.    Freeman, James A., and Skapura, David M., "Neural Networks:
  989.    Algorithms, Applications and Programming Techniques", Addison Wesley,
  990.    Reading, MA, 1991. 401 pages, ISBN 0-201-51376-5.
  991.  
  992.    Judith Dayhoff, "Neural Network Architectures: An Introduction", Van
  993.    Nostrand Reinhold, New York, 1990, 259 pages, ISBN 0-442-20744-1.
  994.  
  995.    Murray Smith, "Neural Networks For Statistical Modeling", Van
  996.    Nostrand Reinhold, 1993. ISBN 0-442-01310-8 ($40). [Good explanations of
  997.    backpropagation.]
  998.  
  999.    Andy Clark, "Associative Engines: Connectionism, Concepts, and
  1000.    Representational Change", MIT Press, Cambridge, MA 1993. 252 pages,
  1001.    ISBN 0-262-03210-4.
  1002.  
  1003.    Simon S. Haykin, "Neural Networks: A Comprehensive Foundation",
  1004.    Macmillan, New York, 1994. 696 pages, ISBN 0-02352-761-7.
  1005.  
  1006. Shorter Intros:
  1007.  
  1008.    Geoffrey E. Hinton, "How neural networks learn from experience",
  1009.    Scientific American 267(3):144-151, 1992.
  1010.  
  1011.    Kevin Knight, "Connectionist ideas and algorithms", CACM 33:59-74, 1990.
  1012.  
  1013. Surveys:
  1014.  
  1015.    Ottmar Lutzy and Andreas Dengel <dengel@dfki.uni-kl.de>, "A Comparison
  1016.    of Neural Net Simulators" IEEE Expert 8(4), August 1993.
  1017.     [Comparison of free neural network simulators on a
  1018.      backpropagation OCR task.] 
  1019.  
  1020. Recipes:
  1021.  
  1022.    Timothy Masters, "Practical Neural Network Recipes in C++",
  1023.    Academic Press, 1993. 493 pages, ISBN 0-12-479040-2 ($44.95).
  1024.  
  1025.    Timothy Masters, "Signal and Image Processing with Neural
  1026.    Networks: A C++ Sourcebook", Wiley, 1994. $44.95 including diskette.
  1027.  
  1028. Paper Collections:
  1029.  
  1030.    Rumelhart, D.E, and McClelland, J.L., editors, "Parallel Distributed
  1031.    Processing: Explorations in the Microstructure of Cognition" (Vol. 1:
  1032.    Foundations; Vol. 2: Psychological and Biological Models),  Cambridge,
  1033.    MA: MIT Press, 1986.  (See also McClelland, J.L. and D.E. Rumelhart,
  1034.    "Explorations in Parallel Distributed Processing, A Handbook of Models, 
  1035.    Programs, and Exercises", MIT Press, Cambridge, 1988, 344 pages, for
  1036.    a companion volume with some code.]
  1037.  
  1038.    Waltz, D., and Feldman, J.A., "Connectionist Models and their Implications:
  1039.    Readings from _Cognitive Science_", Ablex, 1988.
  1040.  
  1041.    Mark Watson, "Common Lisp Modules -- Artificial Intelligence in the
  1042.    Era of Neural Networks and Chaos Theory", Springer-Verlag, 1991.
  1043.    Includes code written in Macintosh Common Lisp and uses the Mac
  1044.    graphical interface (the modules are portable to other Common Lisp
  1045.    implementations, but without the graphics).
  1046.  
  1047.    Anderson, J.A., and Rosenfeld, E., editors, "Neurocomputing: Foundations
  1048.    of Research", Cambridge MA: MIT Press, 1988.  Also "Neurocomputing
  1049.    Vol. 2: Directions for Research", Cambridge MA: MIT Press, 1991.
  1050.  
  1051.    Hinton, G.E., and Anderson, J.A., editors, "Parallel Models of
  1052.    Associative Memory" (updated edition), Lawrence Erlbaum Associates, 1989.
  1053.  
  1054.    Hinton, G.E., editor, "Connectionist Symbol Processing", MIT Press, 1990.
  1055.    [Was a special issue of Artificial Intelligence, vol. 46, nos. 1-2.]
  1056.  
  1057.    Touretzky, D.S., editor, "Neural Information Processing Systems", volumes
  1058.    1-4 (1988-1991), Morgan Kaufmann.  [Proceedings from the premier
  1059.    conference on neural networks.]
  1060.  
  1061. Connectionist Language Processing:
  1062.  
  1063.    See the special issue of _Connection Science_, Volume 2 Numbers 1-2, 1990.
  1064.    Also the Hinton collection "Connectionist Symbol Processing", above.
  1065.  
  1066.    Ronan G. Reilly and Noel E. Sharkey, editors, "Connectionist
  1067.    approaches to natural language processing", Lawrence Erlbaum
  1068.    Associates, 1992.  472 pages, ISBN 0-863-77179-3. [Paper collection.]
  1069.  
  1070. Connectionist Cognitive Science:
  1071.  
  1072.    Barnden, J.A., and Pollack, J.B., "Advances in Connectionist and Neural
  1073.    Computation Theory Vol. 1: High-Level Connectionist Models", Ablex, 1991.
  1074.  
  1075.    Quinlan, P., "Connectionism and Psychology: A Psychological Perspective on
  1076.    New Connectionist Research", University of Chicago Press, 1991.
  1077.  
  1078.    Waltz, D., and Feldman, J.A., editors, "Connectionist Models and their
  1079.    Implications: Readings from _Cognitive Science_", Ablex, 1988.
  1080.  
  1081.    McCloskey, M., "Networks and theories: The place of connectionism in
  1082.    cognitive science", Psychological Science 2:387-395, 1991.
  1083.  
  1084. Philosophical Foundations:
  1085.  
  1086.    Pinker, S., and Mehler, J, editors, "Connections and Symbols", MIT Press,
  1087.    1988.  [Was Cognition special issue Volume 28, 1988]
  1088.  
  1089.    Clark, A., "Microcognition: Philosophy, Cognitive Science, and Parallel
  1090.    Distributed Processing", MIT Press, 1989.
  1091.  
  1092. Simulated Annealing:
  1093.  
  1094.    Emile H.L. Aarts and Jan Korst, "Simulated Annealing and Boltzmann
  1095.    Machines" John Wiley & Sons, New York, 1989. 272 pages. $52.00. 
  1096.    ISBN 0-471921-467. 
  1097.  
  1098. ----------------------------------------------------------------
  1099. Subject: [8]  Machine Learning
  1100.  
  1101. General:
  1102.  
  1103.    J. G. Carbonell, editor, "Machine Learning: Paradigms and Methods", MIT
  1104.    Press, Cambridge, MA 1990.
  1105.  
  1106.    Jude W. Shavlik and Thomas D. Dietterich, editors, "Readings in
  1107.    Machine Learning", Morgan Kaufmann Publishers, 1990, 853 pages.
  1108.    ISBN 1-55860-143-0, $49.95.
  1109.  
  1110.    Tom Mitchell, Jaime G. Carbonell, and Ryszard S. Michalski,
  1111.    "Machine Learning: A guide to current research", Kluwer Academic
  1112.    Publishers, Boston, 1986. [A bit out of date.]
  1113.  
  1114.    Alan Hutchinson, "Algorithmic Learning", Oxford University Press,
  1115.    Oxford, England, 1994. 434 pages, ISBN 0-19-853848-0 paper (27.50
  1116.    Sterling), ISBN 0-19-853766-2 hardcover (55.00 Sterling). Corrections and
  1117.    additions are available by anonymous ftp from 
  1118.       dcs.kcl.ac.uk:/ftp/pub/alg-learn/ [137.73.8.10]
  1119.  
  1120.    [See also the article on Machine Learning from the Encyclopedia of
  1121.     Artificial Intelligence, pages 464-485.]
  1122.  
  1123. Decision Trees:
  1124.  
  1125.    Quinlan, J. Ross, "Induction of Decision Trees", Machine Learning
  1126.    1(1):81-106, 1986.  
  1127.  
  1128.    Quinlan, J. Ross, "C4.5: Programs for Machine Learning", Morgan Kaufmann
  1129.    Publishers, 1992. ISBN 1-55860-238-0. $44.95 US, $49.45 International.
  1130.    For a slight additional charge ($25), the book comes with software (ISBN
  1131.    1-55860-240-2). For software only, (ISBN 1-55860-239-9) $34.95 US,
  1132.    $38.45 International.
  1133.  
  1134. Probabilistic Clustering:
  1135.  
  1136.    Fisher, D.H., "Knowledge Acquisition Via Incremental Conceptual
  1137.    Clustering", Machine Learning 2:139-172, 1987. (Probabilistic
  1138.    clustering methods.) 
  1139.  
  1140.    Clancey, W.J., "Classification Problem Solving", Proceedings of the
  1141.    National Conference on Artificial Intelligence, 49-55, Los Altos, CA,
  1142.    Morgan Kaufmann. 1984.
  1143.  
  1144. Version Spaces:
  1145.  
  1146.    Tom M. Mitchell, "Generalization as Search", Artificial Intelligence
  1147.    18:203-226, 1982.
  1148.  
  1149. Machine Discovery:
  1150.  
  1151.    Langley, P., and Zytkow, J. M., "Data-driven approaches to empirical
  1152.    discovery", Artificial Intelligence 40:283-312, 1989.
  1153.  
  1154.    Langley, P., Simon, H.A., Bradshaw, G.L., and Zytkow, J.M.,
  1155.    "Scientific Discovery: Computational Explorations of the Creative
  1156.    Processes", MIT Press, Cambridge, MA, 1987.
  1157.  
  1158.    Langley, P., Simon, H.A. and Bradshaw, G.L., "Heuristics for
  1159.    Empirical Discovery", in L. Bolc, editor, Computational Models
  1160.    of Learning, Springer-Verlag, 1987. Also appears as CMU CS
  1161.    Tech Report CMU-CS-84-14.
  1162.  
  1163. Chunking:
  1164.  
  1165.    Laird J.E., Rosenbloom, P.S. and Newell, A., "Chunking in SOAR: The
  1166.    Anatomy of a General Learning Mechanism", Machine Learning
  1167.    1:1-46, 1986. 
  1168.  
  1169. Explanation-Based Learning:
  1170.  
  1171.    Mitchell, Tom M., Keller, R. M., and Kedar-Cabelli, S. T., 
  1172.    "Explanation-based learning: A unified view", Machine Learning
  1173.    1:47-80, 1986.
  1174.  
  1175. Derivational Analogy:
  1176.  
  1177.    Carbonell, J. G., "Derivational analogy: A theory of
  1178.    reconstructive problem solving and expertise acquisition." In R.S.
  1179.    Michalski, Jaime G. Carbonell, and Tom M. Mitchell, editors, Machine
  1180.    Learning: An Artificial Intelligence Approach, Morgan Kaufmann
  1181.    Publishers, San Mateo, CA, 1986.
  1182.  
  1183. Theoretical Results:
  1184.  
  1185.    Leslie G. Valiant, "A theory of the learnable", Communications
  1186.    of the ACM, 27(11):1134--1142, 1984. 
  1187.  
  1188.    Haussler, D., "Quantifying Inductive Bias: AI Learning
  1189.    Algorithms and Valiant's Learning Framework", Artificial Intelligence,
  1190.    36:177-221, 1988.
  1191.  
  1192. ----------------------------------------------------------------
  1193. Subject: [9]  Case-Based Reasoning
  1194.  
  1195.    Roger C. Schank, "Dynamic Memory: A Theory of Reminding and
  1196.    Learning in Computers and People", Cambridge University Press, New
  1197.    York, NY, 1982.
  1198.  
  1199.    Roger C. Schank and C. Riesbeck, "Inside Case-Based Reasoning",
  1200.    Lawrence Erlbaum Associates, Hillsdale, NJ, 1989.
  1201.  
  1202.    Roger C. Schank, Alex Kass, and Christopher K. Riesbeck, "Inside
  1203.    Case-Based Explanation", Lawrence Erlbaum, Hillsdale, NJ, 1994. 416
  1204.    pages, ISBN 0-8058-1029-3.
  1205.  
  1206.    Craig Stanfill and David Waltz, "Toward Memory-Based
  1207.    Reasoning", Communications of the ACM, 29(12):1213-1228,
  1208.    December 1986. (Memory-based reasoning.)  
  1209.  
  1210.    Janet Kolodner, "Case-Based Reasoning", Morgan Kaufmann
  1211.    Publishers, San Mateo, CA, 1993, 612 pages, ISBN 1-55860-237-2,
  1212.    $54.95. 
  1213.  
  1214.    Janet L. Kolodner, editor, "Special issue on Case-Based Reasoning",
  1215.    Machine Learning 10(3), 1993.
  1216.  
  1217.    See also the Proceedings of the AAAI Workshops on Case-Based
  1218.    Reasoning in 1993 and 1994.
  1219.  
  1220. ----------------------------------------------------------------
  1221. Subject: [10] Genetic Algorithms
  1222.  
  1223. For an extended bibliography, see the FAQ posting for comp.ai.genetic.
  1224.  
  1225. Overviews:
  1226.  
  1227.    L. B. Booker, D.E. Goldberg and J.H. Holland, "Classifier Systems and
  1228.    Genetic Algorithms", Artificial Intelligence 40(1-3):235-282,
  1229.    September 1989. 
  1230.  
  1231.    David E. Goldberg, "Genetic Algorithms in Search, Optimization, and
  1232.    Machine Learning", Addison-Wesley, Reading, MA, 1989, 412 pages.
  1233.    ISBN 0-201-15767-5.
  1234.  
  1235.    Davis, Lawrence (editor), "Handbook of Genetic Algorithms", Van
  1236.    Nostrand Reinhold, New York, 1991, ISBN 0-442-00173-8.
  1237.  
  1238.    D.B. Fogel, "An Introduction to Simulated Evolutionary Optimization",
  1239.    IEEE Transactions on Neural Networks 5(1):3-14, 1994.
  1240.       [Survey of evolutionary computation, including genetic
  1241.        algorithms, evolution strategies and evolutionary programming.]
  1242.  
  1243.    M. Srinivas and Lalit M. Patnaik, "Genetic Algorithms: A Survey",
  1244.    IEEE Computer 27(6):17-26, July 1994.
  1245.  
  1246.    Jose L. Ribeiro Filho, Philip C. Treleaven, and Cesare Alippi,
  1247.    "Genetic-Algorithm Programming Environments", IEEE Computer
  1248.    27(6):28-43, July 1994.
  1249.  
  1250.    See also the July 1992 issue of Scientific American.
  1251.  
  1252. Collections:
  1253.  
  1254.    Davis, Lawrence, editor, "Genetic Algorithms and Simulated
  1255.    Annealing", Morgan Kaufmann, 1989.
  1256.  
  1257.    Rawlins, G., editor, "Foundations of Genetic Algorithms", Morgan Kaufmann,
  1258.    1991.
  1259.  
  1260.    See also the Proceedings of the First/Second/Third/Fourth International
  1261.    Conference on Genetic Algorithms, published by Lawrence Erlbaum.
  1262.  
  1263. Miscellaneous:
  1264.  
  1265.    Holland, J.H. "Adaptation in Natural and Artificial Systems", University
  1266.    of Michigan Press, 1975.  Reprinted by MIT Press, 1992.
  1267.  
  1268.    Holland, J.H., Holyoak, K.J., Nisbett, R.E., and Thagard, P.R., "Induction:
  1269.    Processes of Inference, Learning, and Discovery", MIT Press, 1988.
  1270.  
  1271.    Michalewicz, Z., "Genetic algorithms + Data Structures = Evolution
  1272.    Programs", 2nd Edition, Springer-Verlag, New York, 1994. 354 pages,
  1273.    ISBN 3-540-58090-5 ($39). [Includes simple C code for a GA.]
  1274.  
  1275. Genetic Programming:
  1276.  
  1277.    Koza, John R., "Genetic Programming:  On the Programming of
  1278.    Computers by Means of Natural Selection", MIT Press, 1992, 819 pages. 
  1279.    ISBN 0-262-11170-5 ($55).
  1280.  
  1281.    Koza, John R., "Genetic Programming II: Automatic Discovery of
  1282.    Reusable Subprograms", MIT Press, 1994.  746 pages, ISBN
  1283.    0-262-11189-6 ($45).
  1284.  
  1285. ----------------------------------------------------------------
  1286. Subject: [11] Production Systems, Expert Systems and Match Algorithms
  1287.  
  1288. See the Expert System Shells FAQ.
  1289.  
  1290. ----------------------------------------------------------------
  1291. Subject: [12] Integrated AI Architectures
  1292.  
  1293.    Kurt VanLehn, editor, "Architectures for Intelligence",
  1294.    Lawrence Erlbaum Associates, Hillsdale, NJ, 1991.
  1295.  
  1296.    SOAR: 
  1297.    John E. Laird, Allen Newell, and Paul S. Rosenbloom, "SOAR: An
  1298.    Architecture for General Intelligence", Artificial
  1299.    Intelligence, 33(1):1-64, 1987. 
  1300.  
  1301.    Paul S. Rosenbloom, John E. Laird, and Allen Newell, editors, "The
  1302.    SOAR Papers", MIT Press, 1993. 1,510 pages in 2 volumes, 
  1303.    ISBN 0-262-68071-8 paper ($65).
  1304.  
  1305.    PRODIGY: 
  1306.    Steven Minton, Jaime G. Carbonell, Craig A. Knoblock,
  1307.    Daniel R. Kuokka, Oren Etzioni, and Yolanda Gil. 
  1308.    "Explanation-based learning: A problem solving perspective".
  1309.    Technical Report CMU-CS-89-103, Carnegie Mellon University,
  1310.    School of Computer Science, Pittsburgh, PA, 1989.
  1311.  
  1312.    THEO:
  1313.    Tom M. Mitchell, J. Allen, P. Chalasani, J. Cheng, Oren Etzioni,
  1314.    Marc Ringuette, and Jeffrey Schlimmer, "THEO: A Framework for
  1315.    Self-Improving Systems", in Kurt VanLehn, editor, Architectures for
  1316.    Intelligence, Lawrence Erlbaum Associates, Hillsdale, NJ, 1991.
  1317.  
  1318.    Subsumption Architectures:
  1319.    Brooks, R., "A Robust Layered Control System for a Mobile Robot",
  1320.    IEEE Journal of Robotics and Automation, RA-2, pages 14-23, April 1986.
  1321.  
  1322. ----------------------------------------------------------------
  1323. Subject: [13] Fuzzy Logic
  1324.  
  1325. Introductions/Textbooks:
  1326.  
  1327.    Klir, George J. and Folger, Tina A., "Fuzzy Sets, Uncertainty, and
  1328.    Information", Prentice Hall, Englewood Cliffs, NJ, 1988, 355 pages. 
  1329.    ISBN 0-13-345984-5
  1330.  
  1331.    Zimmermann, Hans J., "Fuzzy Set Theory and its Applications",
  1332.    Boston, MA, Kluwer-Nijhoff Publishing, 1985. [Discusses fuzzy set
  1333.    theory but not much about fuzzy control.]
  1334.  
  1335.    Kosko, B., "Neural Networks and Fuzzy Systems", Prentice Hall,
  1336.    Englewood Cliffs, NJ, 1992.
  1337.  
  1338.    Earl Cox, "The Fuzzy Systems Handbook: A Practitioner's Guide to
  1339.    Building, Using, and Maintaining Fuzzy Systems", Academic Press,
  1340.    Boston, MA 1994. 615 pages, ISBN 0-12-194270-8 ($49.95). [Includes
  1341.    disk with ANSI C++ source code.]
  1342.  
  1343. Readings:
  1344.  
  1345.    Didier Dubois, Henri Prade, and Ronald R. Yager, editors,
  1346.    "Readings in Fuzzy Sets for Intelligent Systems", Morgan Kaufmann
  1347.    Publishers, 1993. 916 pages, ISBN 1-55860-257-7 paper ($49.95).
  1348.  
  1349.    R. Yager and L. Zadeh, editors, "An Introduction to Fuzzy Logic:
  1350.    Applications in Intelligent Systems" Kluwer, 1992. $90. [Collection of
  1351.    papers about fuzzy applications.]
  1352.  
  1353. Papers:
  1354.  
  1355.    Zadeh, L.A., "Fuzzy Sets," Information and Control, 8, 338-353, 1965.
  1356.  
  1357.    Brubaker, D.I., "Fuzzy-logic Basics: Intuitive Rules Replace
  1358.    Complex Math," EDN, June 18, 1992.
  1359.  
  1360.    Schwartz, D.G. and Klir, G.J., "Fuzzy Logic Flowers in Japan,"
  1361.    IEEE Spectrum, July 1992.
  1362.  
  1363. ----------------------------------------------------------------
  1364. Subject: [14] Artificial Life and Cellular Automata
  1365.  
  1366. The best source for information is the proceedings of the Artificial
  1367. Life conferences. The proceedings were edited by Christopher G.
  1368. Langton and published by Addison-Wesley.
  1369.  
  1370.    Langton, Chris G., editor, "Artificial Life" (Proceedings of the First 
  1371.    International Conference '87), Addison-Wesley, 1989. ISBN 0-201-09356-1.
  1372.  
  1373.    Langton, C.G., Taylor, C., Farmer, J.D., and Rasmussen, S., editors,
  1374.    "Artificial Life II", Addison-Wesley, 1991. ISBN 0-201-52751-2.
  1375.  
  1376.    Langton, C.G., editor, "Artificial Life III", Addison-Wesley, 1994.
  1377.    ISBN 0-201-62494-X. 
  1378.  
  1379. Animals to Animats Conferences:
  1380.  
  1381.    Jean-Arcady Meyer and Stewart W. Wilson, "From Animals to Animats:
  1382.    Proceedings of the First International Conference on Simulation of
  1383.    Adaptive Behavior (1990, Paris, France)", MIT Press, Cambridge, MA, 1991.
  1384.    551 pages, $55, ISBN 0-262-63138-5.
  1385.  
  1386.    Jean-Arcady Meyer, Herbert L. Roitblat, and Stewart W. Wilson,
  1387.    editors, "From Animals to Animats: Proceedings of the Second
  1388.    International Conference on Simulation of Adaptive Behavior", MIT
  1389.    Press, Cambridge, MA, 1993. 523 pages, $55, ISBN 0-262-63149-0.
  1390.  
  1391.    Francisco J. Varela and Paul Bourgine, editors, "Toward a Practice of
  1392.    Autonomous Systems: Proceedings of the First European Conference on
  1393.    Artificial Life", Complex Adaptive Systems Series, MIT Press,
  1394.    Cambridge, MA, 1992. 515 pages, $55.00, ISBN 0-262-72019-1.
  1395.  
  1396. Artificial Life:
  1397.  
  1398.    Levy, S., "Artificial Life", Pantheon, New York, 1992. ISBN 0-679-40774-X.
  1399.    [An excellent popularization] 
  1400.  
  1401.    Przemyslaw Prusinkiewicz and Aristid Lindenmayer, "The Algorithmic
  1402.    Beauty of Plants", Springer-Verlag, 1990. 228 pages, ISBN
  1403.    0-387-97297-8 hardcover ($40).
  1404.  
  1405. Cellular Automata:
  1406.  
  1407.    Forrest, S., editor, "Emergent Computation", MIT Press, 1991.
  1408.  
  1409.    J. D. Farmer, T. Toffoli, and S. Wolfram, "Cellular Automata",
  1410.    North-Holland, Amsterdam, 1984.
  1411.  
  1412.    Howard Gutowitz, "Cellular Automata: Theory and Experiment",
  1413.    MIT Press, Cambridge, MA 1991. ISBN 0-262-57086-6.
  1414.  
  1415.    Tommaso Toffoli and Norman Margolus, "Cellular Automata Machines:
  1416.    A New Environment for Modeling", MIT Press, 1987.
  1417.  
  1418.    Andrew Wuensche and Mike Lesser, "The Global Dynamics of Cellular
  1419.    Automata", Addison-Wesley, 1992.  IBSN 0-201-55740-1.
  1420.  
  1421. ----------------------------------------------------------------
  1422. Subject: [15]  Qualitative Physics and Model Based Reasoning
  1423.  
  1424. QP Theory: 
  1425.    Forbus, K. D., Qualitative Process Theory, Artificial Intelligence,
  1426.    24:85-168, 1984.
  1427.  
  1428. QSIM:
  1429.    Kuipers, B., Qualitative Reasoning with Causal Models in 
  1430.    Diagnosis of Complex Systems, In D. S. Weld & J. deKleer, editors,
  1431.    Readings in Qualitative Reasoning about Physical Systems, 
  1432.    pages 257-274, chapter 10, Morgan Kaufmann Publishers, 1989.
  1433.  
  1434. MBR-based Diagnosis:
  1435.    Davis, R., Diagnostic Reasoning Based on Structure and Behavior,
  1436.    Artificial Intelligence, 24:347-410, 1984.
  1437.  
  1438. Function-based MBR:
  1439.    Sticklen, J., Chandrasekaran, B., & Bond, W. 
  1440.    Distributed Causal Reasoning. Knowledge Acquisition, 1:139-162, 1989.
  1441.  
  1442. ----------------------------------------------------------------
  1443. Subject: [16] Task-specific Architectures for Problem Solving
  1444.  
  1445. Generic Tasks:
  1446.     Chandrasekaran, B., Towards a Functional Architecture for 
  1447.     Intelligence Based on Generic Information Processing Tasks, In 
  1448.     IJCAI-87, pages 1183-1192, Milan, 1987.
  1449.  
  1450. Components of Expertise:
  1451.     Steels, L., The Components of Expertise. AI Magazine, Summer, 1990.
  1452.  
  1453. KADS:
  1454.     Breuker, J., & Wielinga, B., Models of Expertise in Knowledge
  1455.     Acquisition, in G. Guida & C. Tasso, editors, Topics in 
  1456.     Expert Systems Design: Methodologies and Tools, Amsterdam:
  1457.     North Holland Publishing Company, 1989.
  1458.  
  1459. Role-limiting Methods:
  1460.     McDermott, J., Preliminary Steps Toward a Taxonomy of 
  1461.     Problem-Solving Methods, in S. Marcus, editor, Automating 
  1462.     Knowledge Acquisition for Expert Systems, pages 225-255,
  1463.     Boston: Kluver Academic Publishers, 1988.
  1464.  
  1465. ----------------------------------------------------------------
  1466. Subject: [17] Automated Deduction/Theorem Proving
  1467.  
  1468.    C. Chang and R.C. Lee, "Symbolic Logic and Mechanical Theorem
  1469.    Proving", Academic Press, 1973.
  1470.  
  1471.    Alan Bundy, "The Computer Modelling of Mathematical Reasoning",
  1472.    Academic Press, 1983. [Contains Prolog code for a simple
  1473.    resolution-based theorem prover.]
  1474.  
  1475.    David Duffy, "Principles of Automated Theorem Proving", John
  1476.    Wiley and Sons, 1991. 
  1477.  
  1478.    Larry Wos and Ross Overbeek and Ewing Lusk and Jim Boyle,
  1479.    "Automated Reasoning. Introduction and Applications",  Second Edition,
  1480.    McGraw-Hill, 1992.
  1481.  
  1482.    Proceedings of the 11th International Conference on Automated
  1483.    Deduction (CADE-11), D. Kapur (editor), Saratoga Springs, NY, USA,
  1484.    June 15-18, 1992, Lecture Notes in AI 607, Springer-Verlag, 1992, 793
  1485.    pages.  ISBN 0-387-55602-8 and 3-540-55602-8.
  1486.     [The CADE proceedings have a systems abstracts section with short
  1487.      descriptions of implemented systems, many of which are available
  1488.      by anonymous ftp.]
  1489.  
  1490. ----------------------------------------------------------------
  1491. Subject: [18] Probabilistic Reasoning
  1492.  
  1493.    Neapolitan, Richard E., "Probabilistic Reasoning in Expert Systems:
  1494.    Theory and Algorithms", John Wiley and Sons, 1990. [Practical guide
  1495.    to implementation.]
  1496.  
  1497.    Oliver, Robert M., and Smith, James Q., editors, "Influence Diagrams,
  1498.    Belief Nets and Decision Analysis", John Wiley and Sons, 1990.
  1499.  
  1500.    Pearl, Judea, "Probabilistic Reasoning in Intelligent Systems:
  1501.    Networks of Plausible Inference", Morgan Kaufmann, San Mateo,
  1502.    California, 1988. [Theoretical framework for Bayesian networks]
  1503.  
  1504.    Shafer, Glenn, and Pearl, Judea, "Readings in Uncertain Reasoning",
  1505.    Morgan Kaufmann, San Mateo, California, 1990. 768 pages, 
  1506.    ISBN 1-55860-125-2 paper ($49.95).
  1507.  
  1508.    R.O. Duda, P.E. Hart, and N.J. Nilsson, "Subjective Bayesian Methods
  1509.    for Rule-Based Inference Systems", In Proceedings of the 1976 National
  1510.    Computer Conference, pages 1075-1082, AFIPS, 1976.
  1511.  
  1512.    Charniak, Eugene, "Bayesian Networks without tears", AI Magazine
  1513.    12(4):50-63, Winter 1991. [Intro to Bayesian networks for beginners]
  1514.  
  1515. Abduction & Uncertainty:
  1516.  
  1517.    Charniak, E., "Motivation analysis, abductive unification, and
  1518.    nonmonotonic equality", Artifical Intelligence 34:275-95.
  1519.  
  1520.    Kass, A., "Adaptation-based explanation", 11th IJCAI, pages 141-47.
  1521.  
  1522.    Hobbs, J., et al., "Interpretation as abduction", SRI AI TR #499.
  1523.  
  1524. Non-AI, but relevant:
  1525.  
  1526.    Kahneman, D., Slovic, P., and Tversky, A., "Judgement under
  1527.    uncertainty", Cambridge University Press.
  1528.  
  1529.    Micheal Smithson, "Ignorance and Uncertainty: Emerging Paradigms",
  1530.    Springer-Verlag, 1989.
  1531.  
  1532. Current Research:
  1533.  
  1534.    Uncertainty in Artificial Intelligence [2|3|4|5], North-Holland.
  1535.  
  1536.    Proceedings of the Nth Conference on Uncertainty in Artificial
  1537.    Intelligence, Morgan Kaufmann Publishers.
  1538.  
  1539. ----------------------------------------------------------------
  1540. Subject: [19] Nonmonotonic Reasoning and Truth Maintenance Systems (TMS)
  1541.  
  1542.    Matthew L. Ginsberg, "Readings in Nonmonotonic Reasoning", 
  1543.    Morgan Kaufmann, San Mateo, CA, 1987.
  1544.  
  1545.    Reiter, Ray, "Nonmonotonic Reasoning", Annual Review of Computer
  1546.    Science, 2:147-186, 1987. (Appears in Ginsberg.)
  1547.  
  1548.    Doyle, J., "Truth Maintenance Systems", Artificial Intelligence,
  1549.    12(3):231-272, 1979.
  1550.  
  1551.    Reiter, Raymond and de Kleer, Johan, "Foundations of Assumption-Based
  1552.    Truth Maintenance Systems: Preliminary Report", Proceedings of AAAI-87,
  1553.    pages 183-188.
  1554.  
  1555.    J.P. Martins, "The Truth, The Whole Truth And Nothing But the Truth:
  1556.    An Indexed Bibliography to the Literature of TMS's", AI Magazine
  1557.    (Special Issue), AAAI, 1990.
  1558.  
  1559.    De Kleer, J., "An assumption-based TMS", Artificial Intelligence
  1560.    28:127-162, 1986.
  1561.    De Kleer, J., "Extending the ATMS", Artificial Intelligence
  1562.    28:163-196, 1986.
  1563.    De Kleer, J., "Problem Solving with the ATMS", Artificial Intelligence
  1564.    28:197-224, 1986. 
  1565.  
  1566.    De Kleer, J., "A comparison of ATMS and CSP techniques", IJCAI 1989,
  1567.    pages 290-296.
  1568.  
  1569.    Kenneth D. Forbus and Johan de Kleer, "Building Problem Solvers",
  1570.    MIT Press, Cambridge, MA 1994, 700 pages, $50. ISBN 0-262-06157-0.
  1571.    [Good textbook.]
  1572.  
  1573.    Proceedings of AAAI 1988.
  1574.  
  1575.    Alex Kean and George Tsiknis, "Assumption based Reasoning and Clause
  1576.    Management Systems", Computational Intelligence 8(1):1-24, 1992.
  1577.  
  1578.    Alex Kean and George Tsiknis, "Clause Management Systems (CMS)",
  1579.    Computational Intelligence 9(1):11-40, 1993.
  1580.  
  1581.    Martins, Joao, & Shapiro, Stuart C., "A Model for Belief Revision,"
  1582.    Artificial Intelligence 35:25-79 1988. 
  1583.  
  1584.    Martins & Reinfrank (eds), "Truth Maintenance Systems", published
  1585.    by Springer Verlag in their 'Lecture Notes in Computer Science'
  1586.    series, 1991.
  1587.  
  1588.    Reinfrank, M., Dressler, O. and Brewka, G., On the Relation
  1589.    Between Truth Maintenance and Autoepistemic Logic, IJCAI 1989.
  1590.  
  1591.    Selman, B. and Levesque, H.J., "Abductive and Default Reasoning: A
  1592.    Computational Core", Proceedings of AAAI-90.
  1593.  
  1594. ----------------------------------------------------------------
  1595. Subject: [20] Robotics and Computer Vision
  1596.  
  1597. Introductions (Robotics):
  1598.  
  1599.    John J. Craig, "Introduction to Robotics", Addison-Wesley,
  1600.    Reading, MA, 1989. 
  1601.  
  1602.    Joseph L. Jones, and Anita M. Flynn, "Mobile Robots: Inspiration to
  1603.    Implementation", A.K. Peters, Publisher, Wellesley, MA, 1993. 349
  1604.    pages, $39.95.  ISBN 1-56881-011-3.
  1605.  
  1606.    [Two papers in the Encyclopedia of Artificial Intelligence are relevant:
  1607.        Path planning and obstacle avoidance, pages 708-715
  1608.        Mobile robots, pages 957-961]
  1609.  
  1610. Introductions (Vision):
  1611.  
  1612.    David Marr, "Vision: a computational investigation into the human
  1613.    representation and processing of visual information", W.H. Freeman,
  1614.    San Francisco, CA, 1982. [The classic text, still good.]
  1615.  
  1616.    Berthold K.P. Horn, "Robot Vision", MIT Press and McGraw-Hill,
  1617.    Cambridge, MA, 1986. 509 pages. ISBN 0-2620-815-98 (MIT Press),
  1618.    0-0703-034-95 (McGraw-Hill). 
  1619.  
  1620.    Vicki Bruce and Patrick R. Green, "Visual Perception: Physiology,
  1621.    Psychology and Ecology", 2nd Edition, Lawrence Erlbaum Associates,
  1622.    Hillsdale, NJ, 1990. ISBN 0-86377-146-7.
  1623.  
  1624.    Martin D. Levine, "Vision in Man and Machine", McGraw-Hill, New York, 1985.
  1625.  
  1626.    Roger Watt, "Visual Processing: computational, psychophysical, and
  1627.    cognitive research", Lawrence Erlbaum Associates, Hillsdale, NJ, 1988,
  1628.    152 pages.
  1629.  
  1630.    Harry Wechsler, "Computation Vision", Academic Press, Boston, MA,
  1631.    1990, 558 pages.
  1632.  
  1633.    E. Bruce Goldstein, "Sensation and Perception", 3rd edition,
  1634.    Wadsworth, Belmont CA, 1989, 598 pages, ISBN 0-534-09672-7. [Emphasis
  1635.    on the physiological aspects of visual perception.]
  1636.  
  1637.    Linda G. Shapiro and Azriel Rosenfeld, "Computer Vision and Image
  1638.    Processing", Academic Press, Boston, MA 1992, 623 pages.
  1639.  
  1640.    [One paper in the Encyclopedia of Artificial Intelligence is relevant:
  1641.        Sensors, pages 1031-1036]
  1642.  
  1643. Surveys:
  1644.  
  1645.    J. Michael Brady, "Computational approaches to image understanding",
  1646.    ACM Computing Surveys 14(1):3-71, March 1982. (Survey of methods in
  1647.    computer vision.)
  1648.  
  1649. Paper Collections:
  1650.  
  1651.    Martin A. Fischler and Oscar Firschein, editors, "Readings in
  1652.    Computer Vision", Morgan Kaufmann, San Mateo, CA, 1987.
  1653.  
  1654.    Michael S. Landy and Anthony J. Movshon, "Computational Models of
  1655.    Visual Processing", MIT Press, Cambridge, MA, 1991, 394 pages.
  1656.    [Collection of research papers.]
  1657.  
  1658. Miscellaneous:
  1659.  
  1660.    The 6.270 Robot Builder's Guide, by Fred Martin. Available by
  1661.    anonymous ftp from 
  1662.       kame.media.mit.edu:/pub/fredm/README [18.85.0.45]
  1663.       cherupakha.media.mit.edu:/pub/6270/docs/ [18.85.0.47]
  1664.    This directory contains "The 6.270 Robot Builder's Guide", the
  1665.    course notes to the 1992 MIT LEGO Robot Design Competition. For
  1666.    more information, contact Fred Martin <fredm@media.mit.edu>.
  1667.  
  1668. Autonomous Agents:
  1669.  
  1670.    Rodney A. Brooks, "A Robust Layered Control System for a Mobile
  1671.    Robot", IEEE Journal of Robotics and Automation, 2:14-23, 1986.
  1672.  
  1673.    Rodney A. Brooks, "A Robot that Walks: Emergent Behaviour from a
  1674.    Carefully Evolved Network", Neural Computation, 1(2), 1989.
  1675.  
  1676.    Pattie Maes and Rodney A. Brooks, "Learning to Coordinate Behaviours", 
  1677.    Proceedings of AAAI-90, 1990.
  1678.  
  1679.    Pattie Maes, "How to do the right thing", Connection Science
  1680.    1(3):291-323, 1990, special issue on Hybrid Systems.
  1681.  
  1682.    Pattie Maes, "Designing Autonomous Agents: Theory and Practice from
  1683.    Biology to Engineering and Back", MIT Press, 1991.
  1684.  
  1685.    Pattie Maes, "A bottom-up mechanism for action selection in an
  1686.    artificial creature", in Adaptive Behaviour: From Animals to Animats,
  1687.    edited by S. Wilson and J-A Meijer, MIT Press, 1991.
  1688.  
  1689.    W. Lim and J. Eilbert, "Plan-behaviour interaction in autonomous
  1690.    navigation", Proceedings of the SPIE, 1388:464-475, 1991.
  1691.  
  1692. ----------------------------------------------------------------
  1693. Subject: [21] Distributed AI
  1694.  
  1695. Collections:
  1696.  
  1697.    Alan H. Bond and Les Gasser, "Readings in Distributed
  1698.    Artificial Intelligence", Morgan Kaufmann, San Mateo, CA, 1988.
  1699.  
  1700.    Michael N.  Huhns, ed., "Distributed Artificial
  1701.    Intelligence", Morgan Kaufmann, 1987.
  1702.  
  1703.    Les Gasser and Michael N.  Huhns, eds., "Distributed
  1704.    Artificial Intelligence, Volume II", Morgan Kaufmann, 1989.
  1705.  
  1706.    (Special Issue on Distributed AI) IEEE Transactions on
  1707.    Systems, Man, and Cybernetics, Vol. 11, No. 1, Jan 1981.
  1708.  
  1709.    (Special Issue on Distributed AI---10 years later) IEEE
  1710.    Transactions on Systems, Man, and Cybernetics, Vol. 21,
  1711.    No. 6, Nov/Dec 1991.
  1712.  
  1713.    Decentralized Artificial Intelligence, Y. Demazeau ed. 1990,
  1714.    Decentralized AI 2, Demazeau, Y. & Muller, J-P, eds. 1991,     
  1715.    Decentralized AI 3, Werner & Demazeau eds. 1992,
  1716.    all published by  Elsevier Science Publishers .
  1717.  
  1718.    (Special Issue on Intelligent and Cooperative Problem Solving)
  1719.    International Journal of Intelligent & Cooperative Information
  1720.    Systems, Vol. 1, No. 2, June 1992.
  1721.  
  1722.    (Special Issue on Distributed AI) Group Decision and
  1723.    Negotiation, Vol. 2, No. 3, 1993.
  1724.  
  1725.    (Special Issue on Mathematical and Computational Models of
  1726.    Organizations: Models and Characteristics of Agent Behavior)
  1727.    International Journal of Intelligent Systems in Accounting,
  1728.    Finance, and Management, Vol 2., No. 4, December 1993.
  1729.  
  1730. [Surveys can be found in the Bond & Gasser book listed above,
  1731. and in: The Handbook of AI volume 4 1989; IEEE Systems, Man,
  1732. and Cybernetics-17(5) 1987; Kluwer Academic's AI Review-6(1)1992.] 
  1733.  
  1734. ----------------------------------------------------------------
  1735. Subject: [22] User/Agent Modeling
  1736.  
  1737.    Rapaport, William J., "Belief Representation Systems", in S. C.
  1738.    Shapiro (ed.), Encyclopedia of Artificial Intelligence, 2nd edition
  1739.    John Wiley, New York, pages 98-110, 1992.
  1740.  
  1741.    Afzal Ballim and Yorick Wilks, "Artifical Believers", Lawrence
  1742.    Erlbaum Associates, Hillsdale, NJ, 1991. ISBN 0-8058-0453-6.
  1743.    Contains a 92 page background section on belief modeling in AI,
  1744.    Philosophy, NLP and Linguistics. 
  1745.  
  1746.    Kobsa, A. & Wahlster, W. (1989) "User Models in Dialog Systems."
  1747.    Springer-Verlag, Heidelberg.
  1748.  
  1749. See also the journal User Modeling and User-Adapted Interaction in 
  1750. part 3 of the AI FAQ.
  1751.  
  1752. ----------------------------------------------------------------
  1753. Subject: [23] Philosophy of AI
  1754.  
  1755.    Margaret A. Boden, editor, "The Philosophy of Artificial Intelligence", 
  1756.    Oxford University Press, New York, 1990, 452 pages.
  1757.  
  1758.    Margaret A. Boden, "Artificial Intelligence and Natural Man",
  1759.    Harvester Press and Basic Books, 1977. 2nd edition, MIT Press, 1986. 
  1760.  
  1761.    Leslie Burkholder, editor, "Philosophy and the Computer", Westview
  1762.    Press, Boulder, CO, 1992.
  1763.  
  1764.    Robert Cummins and John Pollock, editors, "Philosophy and AI:  Essays
  1765.    at the Interface", MIT Press, Cambridge, MA, 1991.
  1766.  
  1767.    Daniel C. Dennett, "Consciousness explained", 1st edition, Little,
  1768.    Brown and Company, Boston, 1991, 511 pages, $27.95.
  1769.  
  1770.    Hubert L. Dreyfus, "What computers can't do: a critique of artificial
  1771.    reason", Harper and Row, Publishers, New York, 1972. ISBN 0-06011082-1
  1772.  
  1773.    James H. Fetzer, editor, "Aspects of Artificial Intelligence", 
  1774.    Kluwer Academic Publishers, Dordrecht, Holland, 1988.
  1775.  
  1776.    John Haugeland, "Artificial Intelligence: The very idea", MIT Press,
  1777.    Cambridge, MA, 1985, 287 pages.
  1778.  
  1779.    John Haugeland, editor, "Mind Design: Philosophy, Psychology,
  1780.    Artificial Intelligence", MIT Press, Cambridge, MA 1981, 368 pages.
  1781.  
  1782.    Douglas R. Hofstadter and Daniel C. Dennett, "The Mind's I:
  1783.    Fantasies and Reflections on Self and Soul", Basic Books, New
  1784.    York, 1981, 501 pages, $15.50.
  1785.  
  1786.    Kirsh, D., editor, "Foundations of Artificial Intelligence, Special
  1787.    issues of Artificial Intelligence", The MIT Press, 1991.  Reprinted
  1788.    from Artificial Intelligence 47(1--3), 1991.
  1789.  
  1790.    D. McDermott, "Artificial Intelligence Meets Natural Stupidity," in
  1791.    Mind Design: Philosophy, Psychology, Artificial Intelligence, J.
  1792.    Haugeland, editor, chapter 5, pp. 143-160, MIT Press, 1981.
  1793.  
  1794.    Hans Moravec, "Mind Children: The future of robot and human intelligence",
  1795.    Harvard University Press, Cambridge, MA, 1988, 214 pages.
  1796.  
  1797.    Roger Penrose, "The Emperor's New Mind: Concerning computers,
  1798.    minds, and the laws of physics", Oxford University Press, New York,
  1799.    1989, 466 pages, $30.
  1800.  
  1801.    H.A. Simon, "Sciences of the Artificial", 2nd Edition, MIT Press, 1981.
  1802.  
  1803.    A.M. Turing, "Computing Machinery And Intelligence," Mind, vol. LIX,
  1804.    no. 236, 1950.  Reprinted in "Computers and Thought", Feigenbaum &
  1805.    Feldman (eds.), 1963.  Also reprinted in "The Mind's I", Hofstadter &
  1806.    Dennett (eds.).  Also reprinted in "Readings in Cognitive Science",
  1807.    Collins & Smith (eds.), section 1.1.
  1808.  
  1809. ----------------------------------------------------------------
  1810. Subject: [24] What is Cyc? (Common Sense)
  1811.  
  1812. Cyc is a project at MCC in Texas to build an enCYClopedic database and
  1813. reasoning engine for common sense knowledge.
  1814.  
  1815.    R.V. Guha and Douglas B. Lenat, "Enabling agents to work together",
  1816.    CACM 37(7):127-142, 1994.
  1817.  
  1818.    "CYC", AI Magazine 1986, 7(1), 1986.
  1819.  
  1820.    "Cyc: A Mid-Term Report," AI Magazine, 11(3):32-59, Fall 1990.
  1821.  
  1822.    "Cyc: Toward Programs With Common Sense," CACM, 33(8):30-49, 
  1823.    August 1990. 
  1824.  
  1825.    "Knowledge and Natural Language Processing," CACM, Aug 1990.
  1826.  
  1827.    "When will machines learn?," Machine Learning, 4(3-4):255-257,
  1828.    December 1989. 
  1829.  
  1830.    Douglas B. Lenat and R.V. Guha, "Building Large Knowledge-Based
  1831.    Systems", Addison-Wesley, Reading, MA, 1990. ISBN 0-201-51752-3.
  1832.  
  1833. For a critique of Cyc, see Stefik and Smoliar, "The Commonsense
  1834. Reviews", Artificial Intelligence 61(1):37-40 1993.
  1835.  
  1836. An annotated bibliography on the Cyc project by Will Fitzgerald was
  1837. posted to comp.ai on 7-JUL-94. A copy of this bibliography is
  1838. available as
  1839.    ftp.cs.cmu.edu:/user/ai/areas/doc/bib/cyc.txt 
  1840.  
  1841. ----------------------------------------------------------------
  1842. Subject: [25] Miscellaneous: PhD Theses
  1843.  
  1844. Be sure to check the proceedings of the various national
  1845. conferences in the area that interests you.
  1846.  
  1847. PhD theses can often be obtained from University Microfilms
  1848. Internatinal, 300 North Zeeb Road, Ann Arbor, MI 48106.
  1849.  
  1850. ----------------------------------------------------------------
  1851. Subject: [26] Videotapes and Magazines
  1852.  
  1853. Videotapes:
  1854.  
  1855.    The 4th episode of the PBS series "The Machine That Changed the World" is
  1856.    a good introduction to AI. It is available for $90 from Films for the
  1857.    Humanities, 1-800-257-5126.
  1858.  
  1859.    Morgan Kaufmann also has a good set of tapes of AI-related lectures, but
  1860.    it runs on the expensive side.
  1861.  
  1862.  
  1863. AI-related magazines include:
  1864.  
  1865.    AI EXPERT
  1866.    Miller Freeman, Inc., 600 Harrison Street, San Francisco, CA 94107.
  1867.    Subscriptions: 1-800-274-2534 (303-447-9330) or 71572.341@compuserve.com
  1868.    $42/year (12 issues), $6 extra in Canada and Mexico, 
  1869.    $15 extra (surface mail) or $40 (air mail) for overseas.
  1870.    Canadian GST# 124513185. For back-issues, call 1-800-444-4881.
  1871.    Submissions: Larry O'Brien, Editor in Chief, <72212.3256@compuserve.com>
  1872.  
  1873.    PC AI (ISSN 0894-0711)
  1874.    3310 West Bell Road, Suite 119, Phoenix, AZ 85023.
  1875.    Subscriptions: 602-971-1869, fax 602-971-2321.
  1876.    $28/year (6 issues); $54 for two years; $78 for three years.
  1877.    $9 extra in Canada and Mexico, $25 extra (air mail) for all
  1878.    other countries. 
  1879.  
  1880.    Both magazines are excellent sources of commercial product reviews
  1881.    and frequently publish "Product Guides/Showcases" that list many of the
  1882.    commercial products available in a particular area of AI, such as
  1883.    expert systems, neural nets, natural language processing, and so on.
  1884.  
  1885.    BYTE Magazine does occasional features on AI topics. Program
  1886.    listings for those articles are available by anonymous ftp from
  1887.       ftp.uu.net:/published/byte/
  1888.  
  1889. ----------------------------------------------------------------
  1890. Subject: [27] Constraint-based Scheduling
  1891.  
  1892. Operations Research books:
  1893.  
  1894.    Kenneth R. Baker, "Introduction to Sequencing and Scheduling", 
  1895.    John Wiley and Sons, 1974.
  1896.  
  1897.    Jacques Carlier and Philippe Chretienne, "Problemes d'ordonnancement:
  1898.    Modelisation / Complexite / Algorithmes", Masson, 1988.
  1899.  
  1900.    Edward G. Coffman Jr., editor, "Computers and Job-Shop Scheduling
  1901.    Theory", John Wiley and Sons, 1976.
  1902.  
  1903. Review articles:
  1904.  
  1905.    Stephen C. Graves, "A Review of Production Scheduling", 
  1906.    Operations Research, 29(4):646-675, 1981.
  1907.  
  1908.    Karl G. Kempf, "Manufacturing Planning and Scheduling: Where We Are
  1909.    and Where We Need To Be", Proceedings of the IEEE International
  1910.    Conference on Artificial Intelligence Applications, Miami, Florida, 1989.
  1911.  
  1912.    Karl Kempf, Claude Le Pape, Stephen F. Smith and Barry R. Fox, "Issues
  1913.    in the Design of AI-Based Schedulers: A Workshop Report", AI Magazine,
  1914.    11(5):37-46, 1991.
  1915.  
  1916.    Karl Kempf, Bruce Russell, Sanjiv Sidhu and Stu Barrett, "AI-Based
  1917.    Schedulers in Manufacturing Practice: Report of a Panel Discussion",
  1918.    AI Magazine, 11(5):46-55, 1991.
  1919.  
  1920.    Mitchell S. Steffen, "A Survey of Artificial Intelligence-Based
  1921.    Scheduling Systems", Proceedings of the Fall Industrial Engineering
  1922.    Conference, Boston, MA, 1986.
  1923.  
  1924. Miscellaneous:
  1925.  
  1926.    S.H. Clearwater, B.A. Huberman, and T. Hogg, "Cooperative solution of
  1927.    constraint satisfaction problems", Science 254(5035):1181-1183,
  1928.    November 22, 1991.
  1929.  
  1930.    Mark S. Fox and Norman Sadeh, "Why is scheduling difficult? A CSP
  1931.    perspective." In Proceedings of the 9th European Conference on Artificial
  1932.    Intelligence (ECAI-90), pages 754-767, 1990.
  1933.  
  1934.    P. J. M. Val Laarhoven, E. H. L. Aarts, and J. K. Lenstra, "Job shop
  1935.    scheduling by simulated annealing", Operations Research 40(1):113-125,
  1936.    January-February 1992.
  1937.  
  1938. ----------------------------------------------------------------
  1939. Subject: [28] Music and AI
  1940.  
  1941.    David Cope, "Computers and Musical Style", A-R Editions, Madison, WS,
  1942.    1991. 246 pages, ISBN 0-895-79256-7.
  1943.      [Music composition by computer using ATNs.]
  1944.  
  1945.    Mira Balaban, Kemal Ebcioglu, and Otto Laske, editors, "Understanding
  1946.    Music with AI: Perspectives on Music Cognition", MIT Press, Cambridge,
  1947.    MA, 1992. 512 pages, ISBN 0-262-52170-9, $39.95.
  1948.  
  1949.    Minds and Machines 2(4) November 1992 was devoted to music and cognition,
  1950.    and there were some relevant book reviews in 3(1) February 1993.
  1951.  
  1952. ----------------------------------------------------------------
  1953. Subject: [29] AI and Education
  1954.  
  1955.    Etienne Wenger, "Artificial Intelligence and Tuturing Systems",
  1956.    Morgan Kaufmann Publishers, Los Altos, CA, 1987.
  1957.  
  1958.    Jill H. Larkin and Ruth W. Chabay, "Computer-assisted instruction
  1959.    and intelligent tutoring systems: Shared goals and complementary
  1960.    approaches", Lawrence Erlbaum Associates, Hillsdale, NJ, 1992, 280 pages.
  1961.    ISBN 0-80580-233-9.
  1962.  
  1963. ----------------------------------------------------------------
  1964. Subject: [30] Blackboard Architectures
  1965.  
  1966. Overviews:
  1967.  
  1968.    Penny Nii, "Blackboard Systems", AI Magazine 7(3), 1986.
  1969.  
  1970.    Daniel D. Corkill, "Blackboard Systems", AI Expert 6(9):40-47,
  1971.    September 1991. 
  1972.  
  1973. Texts: 
  1974.  
  1975.    Ian D. Craig, "Blackboard Systems", Ablex, Norwood, NJ, 1994.
  1976.    240 pages, ISBN 1-56750-029-3 paper ($24.50). 
  1977.    [Tutorial introduction/text.]
  1978.  
  1979. Paper Collections:
  1980.  
  1981.    Robert S. Engelmore and Anthony Morgan, editors, "Blackboard
  1982.    Systems", Addison-Wesley, 1988. 
  1983.    [Contains all classic papers on blackboard systems up to around
  1984.     1986; some papers were revised for this book.]
  1985.  
  1986.    V. Jagannathan, Rajendra Dodhiawala, and Lawrence S. Baum, editors,
  1987.    "Blackboard Architectures and Applications", Academic Press, 1989
  1988.    [Research efforts from 1986 to 1988.]
  1989.  
  1990. ----------------------------------------------------------------
  1991. Subject: [31] Temporal Reasoning and Modal Logic
  1992.  
  1993. Mehmet A. Orgun, "Temporal and Modal Logic Programming: An Annotated
  1994. Bibliography", SIGART Bulletin 5(3):52-59, July 1994.
  1995.  
  1996. ----------------------------------------------------------------
  1997. Subject: [32] Data Mining
  1998.  
  1999. Introductions:
  2000.  
  2001.    W. Frawley, G. Piatetsky-Shapiro, and C. Matheus, "Knowledge Discovery in
  2002.    Databases: An Overview", AI Magazine, pages 213-228, Fall 1992.
  2003.  
  2004. Article Collections:
  2005.  
  2006.    International Journal of Intelligent Systems 7(7), September 1992.
  2007.  
  2008.    IEEE Transactions on Knowledge and Data Engineering 5(6), December 1993.
  2009.  
  2010.    Gregory Piatetsky-Shapiro and William J. Frawley, editors, "Knowledge
  2011.    Discovery in Databases", MIT Press, 1991.
  2012.  
  2013. ----------------------------------------------------------------
  2014. ;;; *EOF*
  2015.  
  2016.