Skip to content

Warsaw University of Technology project for Basics of AI course

Notifications You must be signed in to change notification settings

kgabryje/Backwards-reasoning-PSZT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Backwards-reasoning-PSZT

Warsaw University of Technology project for Basics of AI course

Syntax of knowledge base:
& -> and
=> -> implies
- -> negation
; -> separates sentences
A sentence without '&' or '=>' is a fact

Example:

A & -B => C; -B;

A and not B imply C. Not B is a fact.

About

Warsaw University of Technology project for Basics of AI course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages