Hey, folks!
This repository contains my assignments and lab work for CSE 3842: Artificial Intelligence Laboratory, completed during the Spring 2024 semester at United International University (UIU). The projects in this repository explore fundamental AI concepts through Python-based implementations of popular algorithms.
-
Assignment 1: Basic AI Algorithms
- Implemented foundational AI concepts, including search and basic decision-making algorithms.
- Code and Details
-
Assignment 2: Hill Climbing Algorithm
- Explored local search algorithms, specifically the Hill Climbing algorithm, to solve optimization problems.
- Code and Details
-
Assignment 3: k-Nearest Neighbors (k-NN) Algorithm
- Implemented the k-NN algorithm for classification tasks, with a focus on accuracy and efficiency.
- Code and Details
-
Assignment 4: K-means Clustering Algorithm
- Developed a Python-based K-means clustering model to group similar data points for unsupervised learning tasks.
- Code and Details
- Lab Online: This folder includes additional exercises and practical work done remotely as part of the AI lab curriculum.