https://github.com/amr-yasser226/krr-research-snippets

https://github.com/amr-yasser226/krr-research-snippets

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.3%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: amr-yasser226
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 202 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

krr-research-snippets

A curated collection of Python‑based Knowledge Representation & Reasoning (KRR) exercises, including an interactive Jupyter notebook and two standalone logic mini‑projects.

Table of Contents

About

This repository showcases core AI techniques for modeling and automated reasoning, demonstrating how real‑world problems and classic puzzles can be encoded, solved, and explored in Python.

Repository Structure

krr-research-snippets/ ├── Labs/ │ └── lab 7.ipynb # Jupyter notebook: employee salary calculation exercise ├── mini-projects/ │ ├── Mini Project 1.py # Logic puzzle solver (truth-tellers & liars) │ └── Mini_Project 2.py # English ↔ predicate-logic translator ├── LICENSE # MIT License └── README.md # This file

Prerequisites

  • Python 3.7 or higher
  • (Optional) Jupyter Notebook for interactive execution

Installation

  1. Clone the repository:
    bash git clone https://github.com/amr-yasser226/krr-research-snippets.git cd krr-research-snippets
  2. (Optional) Install Jupyter:
    bash pip install jupyter

Usage

Lab 7 Notebook

Launch the notebook to explore conditional business‑rule encoding and salary computations: bash jupyter notebook Labs/lab\ 7.ipynb

Mini Projects

  • Mini Project 1: Solve classic “truth‑tellers vs. liars” puzzles by brute‑force enumeration
    bash python "mini-projects/Mini Project 1.py"
  • Mini Project 2: Translate simple English quantifier sentences to first‑order logic and back
    bash python "mini-projects/Mini_Project 2.py"

Author’s Expertise

  • Python Programming: clear, idiomatic implementations
  • Interactive Data Science: Jupyter notebooks for narrative‑driven code
  • Logic & Automated Reasoning: puzzle solving via search and formal logic

Concepts and Ideas

  • Knowledge Representation & Reasoning: structuring information so machines can infer and decide
  • Automated Search: exhaustive truth‑value enumeration for Knights & Knaves puzzles
  • Predicate Logic Translation: mapping between natural language and formal quantifier syntax

Contributing

Contributions, new snippets, and improvements are welcome! Please open an issue or submit a pull request.

License

This project is released under the MIT License. See the LICENSE file for details.

Owner

  • Login: amr-yasser226
  • Kind: user

GitHub Events

Total
  • Watch event: 1
  • Push event: 11
  • Create event: 3
Last Year
  • Watch event: 1
  • Push event: 11
  • Create event: 3

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 15
  • Total Committers: 1
  • Avg Commits per committer: 15.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 15
  • Committers: 1
  • Avg Commits per committer: 15.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Amr Yasser a****6@g****m 15

Issues and Pull Requests

Last synced: 11 months ago