Giter VIP home page Giter VIP logo

bratko_4th_edition's Introduction

Note: Below is the original readme file. The files in this repository were intended for distribution by the author, however, they have been unavailable from the publisher for many years.

############### ORIGINAL README ###############

PROGRAMS FROM:

I. Bratko, Prolog Programming for Artificial Intelligence, 4th edn., Pearson Education / Addison-Wesley 2012

Most of the programs directly correspond to figures in the book. For easy identification, a file named figNN.pl contains the program that appears in Figure NN in the book, and a comment of the form

% Figure NN

was inserted at the beginning of each program. For example, the file fig18_8.pl contains the program that appears as Figure 18.8 in the book. "pl" is the usual extension of Prolog program files.

File frequent.pl contains definitions of some frequently used predicates such as member/2 and conc/3. These are often used by other programs in the book. So to run a program, it is easiest to first load the file frequent.pl (by consulting or compiling this file). The file frequent.pl includes some predicates that may already be included among the built-in predicates, depending on the implementation of Prolog. For example, negation as failure written as not Goal is also included below for compatibility with Prologs that only use the notation + Goal instead. When loading into Prolog the definition of a predicate that is already built-in, Prolog will typically just issue a warning message and ignore the new definition.

bratko_4th_edition's People

Contributors

adamcrussell avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.