https://github.com/tharushaudana/basic-knowledge-base-python
This Python project, was created during the CS50 Artificial Intelligence course. It allows defining knowledge with Boolean operators and extracting solutions based on queries.
https://github.com/tharushaudana/basic-knowledge-base-python
artificial-intelligence cs50 knowledge-base python
Last synced: 6 days ago
JSON representation
This Python project, was created during the CS50 Artificial Intelligence course. It allows defining knowledge with Boolean operators and extracting solutions based on queries.
- Host: GitHub
- URL: https://github.com/tharushaudana/basic-knowledge-base-python
- Owner: tharushaudana
- Created: 2024-02-03T14:54:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T05:38:50.000Z (almost 2 years ago)
- Last Synced: 2025-03-11T13:52:43.955Z (over 1 year ago)
- Topics: artificial-intelligence, cs50, knowledge-base, python
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# basic-knowledge-base-python
This Python project was developed during the CS50 Artificial Intelligence course. It allows defining knowledge using Boolean operators and extracting solutions.
## Overview
The project enables the creation of a basic knowledge base in Python, where knowledge can be structured and queried using Boolean logic. It supports operations to define knowledge and retrieve solutions based on specified queries.
## Learning Resource
To learn more about how knowledge is managed and queried in this project, refer to the CS50 Artificial Intelligence course lecture on knowledge bases: [CS50 AI Lecture - Knowledge](https://youtu.be/HWQLez87vqM?si=-VGgNdnrRuh-nq4R).
---
This project aims to provide foundational understanding and practical implementation of knowledge bases in Python.