Difference between revisions of "Intelligenz in BASIC - Für Schneider CPC 464/664/6128"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(Downloads)
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Image:Koch a.png|right|thumb|250px|Front]]
+
[[File:Koch a.png|right|thumb|250px|Cover]]
[[Image:Koch b.png|right|thumb|250px|Back]]
+
[[File:Koch b.png|right|thumb|250px|Back cover]]
[[File:Koch disk.png|thumb|Disk]]
+
[[File:Koch disk.png|thumb|Disc]]
  
Introduction to AI programming techniques on the CPC. Some topics covered: pattern recognition ("ACTSYM.MER"), maze solving ("LABYRATT.LRN"), expert systems ("PSYCHO.EXP"), ELIZA ("DEPRESS.DIA"), adaptive AI for games ("MOUSCHEX.LRN"), computer-generated poetry ("LOVEPOEM.ART").
+
Introduction to AI programming techniques on the CPC. Some topics covered: pattern recognition ("ACTSYM.MER"), maze solving ("LABYRATT.LRN"), expert systems ("PSYCHO.EXP"), ELIZA ("DEPRESS.DIA"), adaptive AI for games ("MOUSCHEX.LRN"), computer-generated poetry ("LOVEPOEM.ART"). The book includes a floppy disc with the programs.
  
Books includes a floppy disc with example programs.
+
<gallery>
 +
File:Koch game.png|MOUSCHEX, a learning computer AI
 +
File:Koch kunstwort.png|KUNSTWORT, for coining crazy new words
 +
File:Koch lab rat.png|LABYRATT, a learning rat in a maze
 +
File:Koch ocr.png|ACTSYM, a basic OCR program
 +
</gallery>
  
 
== Information ==
 
== Information ==
 
{|{{Prettytable|width: 700px; font-size: 2em;}}
 
{|{{Prettytable|width: 700px; font-size: 2em;}}
  
|Title:|| Intelligenz in BASIC - Für Schneider CPC 464/664/6128
+
|Title:|| '''Intelligenz in BASIC - Für Schneider CPC 464/664/6128'''
 
|-
 
|-
 
|Authors:|| Karl-Heinz Koch
 
|Authors:|| Karl-Heinz Koch
 
|-
 
|-
|Publiser:|| [[Falken Verlag]]
+
|Publisher:|| [[Falken Verlag]]
 
|-
 
|-
 
|Year:|| 1987
 
|Year:|| 1987
Line 24: Line 29:
 
|}
 
|}
  
== Contents ==
+
== Table of contents ==
  
 
*Einleitung...6
 
*Einleitung...6
Line 35: Line 40:
 
*Register...160
 
*Register...160
  
==Download==
+
== Files on disc ==
  
* [[Media:Koch.zip|Koch.zip]] (DSK for Emulators)  
+
ACTSYM  .MER  6K (pattern recognition,
 +
                    recognises "A", "C", and "T" on an 8x8 grid)
 +
BESTIMM .EXP  2K (expert system)
 +
DENKNETZ.EXP  5K (expert system)
 +
DEPRESS .DIA  9K (ELIZA-like program)
 +
DICEP  .DEM  1K (print some die-rolling statistics)
 +
FANGEN  .DEM  2K (catch the player character)
 +
GOLD10  .GEM  6K (AI implementation of ''Goldene Zehn'',
 +
                    a die-rolling game with three dice)
 +
KALEIDOS.ART  7K (create nice kaleidoscopic images)
 +
KUNSTWRT.DEM  1K (creates new words)
 +
LABY    .GRF  2K (draws a labyrinth)
 +
LABYRATT.LRN  6K (a learning rat in a maze)
 +
LOVEPOEM.ART  5K (creates love poems)
 +
MOUSCHEX.LRN  8K (3x3 board game with a learning computer AI)
 +
MOZART  .DND  22K (data file for "DENKNETZ" with the Mozart family tree)
 +
MUSTER  .DEM  1K (find a substring in a string, like instr())
 +
PSYCHO  .EXP  8K (multiple-choice psychology questionnaire)
 +
RATE    .LRN  3K (learn to discriminate between objects based on
 +
                    user-supplied questions)
 +
STIFTE  .DEM  1K (simple object classification demo)
 +
 
 +
==Downloads==
 +
* [http://www.cpcwiki.eu/manuals/Koch,%20Intelligenz%20in%20BASIC.rar ''Intelligenz in BASIC''] (RAR-compressed PDF; 66 MB)
 +
* [[Media:Koch.zip|Koch.zip]] (DSK for emulators)  
  
  
 
[[Category:Books]]
 
[[Category:Books]]
 +
[[Category:Scanned books]]
 +
[[Category:Book cover]]
 +
[[Category:Artificial Intelligence books]]

Latest revision as of 07:21, 21 June 2016

Cover
Back cover
Disc

Introduction to AI programming techniques on the CPC. Some topics covered: pattern recognition ("ACTSYM.MER"), maze solving ("LABYRATT.LRN"), expert systems ("PSYCHO.EXP"), ELIZA ("DEPRESS.DIA"), adaptive AI for games ("MOUSCHEX.LRN"), computer-generated poetry ("LOVEPOEM.ART"). The book includes a floppy disc with the programs.

Information

Title: Intelligenz in BASIC - Für Schneider CPC 464/664/6128
Authors: Karl-Heinz Koch
Publisher: Falken Verlag
Year: 1987
Pages: 160
ISBN: 3-8068-4320-1

Table of contents

  • Einleitung...6
  • Kapitel 1: Intelligenz künstlich?...8
  • Kapitel 2: Kreative Intelligenz...28
  • Kapitel 3: Intelligentes BASIC...49
  • Kapitel 4: Auf ein Wort...111
  • Kapitel 5: Expertensysteme...124
  • Literaturverzeichnis...159
  • Register...160

Files on disc

ACTSYM  .MER   6K (pattern recognition,
                   recognises "A", "C", and "T" on an 8x8 grid)
BESTIMM .EXP   2K (expert system)
DENKNETZ.EXP   5K (expert system)
DEPRESS .DIA   9K (ELIZA-like program)
DICEP   .DEM   1K (print some die-rolling statistics)
FANGEN  .DEM   2K (catch the player character)
GOLD10  .GEM   6K (AI implementation of Goldene Zehn,
                   a die-rolling game with three dice)
KALEIDOS.ART   7K (create nice kaleidoscopic images)
KUNSTWRT.DEM   1K (creates new words)
LABY    .GRF   2K (draws a labyrinth)
LABYRATT.LRN   6K (a learning rat in a maze)
LOVEPOEM.ART   5K (creates love poems)
MOUSCHEX.LRN   8K (3x3 board game with a learning computer AI)
MOZART  .DND  22K (data file for "DENKNETZ" with the Mozart family tree)
MUSTER  .DEM   1K (find a substring in a string, like instr())
PSYCHO  .EXP   8K (multiple-choice psychology questionnaire)
RATE    .LRN   3K (learn to discriminate between objects based on
                   user-supplied questions)
STIFTE  .DEM   1K (simple object classification demo)

Downloads