Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonc9018/uni_swipl
Introduction to AI with Prolog
https://github.com/antonc9018/uni_swipl
Last synced: about 2 months ago
JSON representation
Introduction to AI with Prolog
- Host: GitHub
- URL: https://github.com/antonc9018/uni_swipl
- Owner: AntonC9018
- License: mit
- Created: 2021-02-02T18:35:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T12:06:32.000Z (over 3 years ago)
- Last Synced: 2024-10-19T07:52:22.011Z (3 months ago)
- Language: Prolog
- Homepage:
- Size: 534 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IA (Inteligența Artificială)
This repository contains assignments, implemented as part of the course **Inteligența Artificială** (**Artificial Intelligence**).
The assignments are focuses on learning basic AI concepts in the programming language `Prolog`. Each assignment has a corresponding `lab` folder with the source code and a markdown explanation document. Assignments are all in *Romanian*.
To run any code, you will need a `Prolog` compiler. There is an online one, but I recommend installing it instead. It's faster and it's portable. Get it [here](https://www.swi-prolog.org/download/stable).
> The markdown files use [tex math formulas, which won't show on github](https://stackoverflow.com/questions/11256433/how-to-show-math-equations-in-general-githubs-markdownnot-githubs-blog). To see formulas, you will either have to convert markdown to html or pdf, with [`MathJax`](https://www.mathjax.org/) enabled, or find the compiled pdf's [on my google drive](https://drive.google.com/drive/folders/1Rs0-qy6ivSDuHh5JadrP4Ta4YDhuVRiC).
PR's with grammar corrections, bug fixes, improvement suggestions or translations are very welcome.
Leave a star as a way to say "Thank you". Enjoy!