https://github.com/lupusruber/ai2023
https://github.com/lupusruber/ai2023
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lupusruber/ai2023
- Owner: lupusruber
- Created: 2023-10-05T21:25:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-06T10:55:04.000Z (over 1 year ago)
- Last Synced: 2025-02-09T15:43:45.711Z (5 months ago)
- Language: Python
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solved Laboratory Exercises from the course Artificial Intelligence
## Covered topics:
### Topics covered in the first midterm
- Uniformed Search Problems (laboratory exercise No.1)
- Informed Search Problems (laboratory exercise No.2)
- Constraint Satisfaction Problems (CSP) (laboratory exercise No.3)### Topics covered in the second midterm
- Naive Bayes ML Model (NB) (laboratory exercise No.4)
- Random Trees & Random Forest Models (laboratory exercise No.5)
- Multi-Layered Perceptron (MLP) (laboratory exercise No.6)