This repository contains projects completed for the CS520 AI course.
-
Ghosts in the Maze
Implemented search algorithms (DFS, BFS, A*) to find shortest paths in a stochastic environment. -
Circle of Life
Developed a probabilistic model to guide decision-making under uncertainty. -
Better, Smarter, Faster
Used Value Iteration to solve an MDP, then created a neural network to automate state utility calculation. -
Similarity Search
Built an unsupervised model to identify similar images.