Completed

Course Projects

These are the topics/projects covered in class.

Database Management System

  1. Pizza Delivery Application: Used SQL and Java to manage customers and orders. Focused on database design and implementation.

Software Development

  1. Movie Recommendation System: Built with C++ and Python to recommend movies based on user preferences. Emphasized software development and algorithm design.

Artificial Intelligence

  1. Compute Drone Path: Tackles efficient pesticide-spraying by using TSP and K-means–based algorithms to minimize drone travel distance across many field points.

  2. Balance Ship Container: Develops an algorithm that rebalances ship containers within a constrained 8×12 grid so the left and right sides stay within 10% weight difference using the fewest crane moves.

  3. Eight-Puzzle Game: Developed in C++, applying the A* search algorithm to solve the puzzle. Explored artificial intelligence concepts.

  4. Feature Selection with KNN: Implemented the KNN algorithm and feature selection techniques in Python. Focused on data science and AI methodologies.

balance ship container
drone path
See More