项目作者: xoraus

项目描述 :
work submitted for AI Lab -fall20
高级语言: Prolog
项目地址: git://github.com/xoraus/Artificial-Intelligence-Fall20.git
创建时间: 2019-08-07T14:12:00Z
项目社区:https://github.com/xoraus/Artificial-Intelligence-Fall20

开源协议:

下载


Artificial-Intelligence-Fall20

-> @xoraus :)

Alt Text

  1. Problemsheet 01: Introduction to Prolog

    1. Invented early seventies by Alain Colmerauer in France and Robert Kowalski in Britain.
    2. Prolog = Programmation en Logique (Programming in Logic).
    3. Prolog is a declarative programming language
    4. unlike most common programming languages.
    5. In a declarative language
      1. the programmer specifies a goal to be achieved
      2. the Prolog system works out how to achieve it
    6. relational databases owe something to Prolog
  2. Problemsheet 02: List, Arthmetic, and logical operators

  3. Problemsheet 03: implementation of BFS & DFS.

    1. Missionaries and Cannibal Problme.
    2. Umbrella Problem
  4. Problemsheet 04: 8 Puzzle Problem using A* Algorithm

  5. AO* Algorithm

  6. Min-Max Search Trees and Alpha Beta Pruning