Skip to content

Latest commit

 

History

History

Knowledge-based

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Chapter 7-9: Knowledge-based Agents

Knowledge-based agents store facts typically using logic. First-order logic is often performed using the dedicated logic programming language Prolog. Here are two online examples using SWI-Prolog:

Python provides several modules for logic and symbolic mathematics. Here is a short primer for

Large language models (LLMs) are a type of knowledge-based agents that use natural language rather than logic. They can be used via an API or run locally:

License

All code and documents in this repository is provided under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License

CC BY-SA 4.0