Projects
Select a project card to open its GitHub repository.
Portfolio
Library-Management-Website
DeepSpace
Wumpus-World-Utility-Based-Agent
Implements a utility based agent into Wumpus World by using Depth First Search to explore futures with MEU
Candy-Crush
DrinkGuard
VirtualShelfApp
todo-list-generator
To-Do List made with HTML/CSS/JS & Bootstrap. Make a list and download it as a PDF
BFS-DFS-Algorithms
IDA-Star-Search-Algorithm
MovieLens-App
ID3-Decision-Tree-Algorithm
Python Script to make a decision tree from an data set given in a csv file
Markov-Descion-Process
A program that defines an MDP problem for a generic grid world (e.g. figure 17.1 of AIMA 4 th edition textbook page 563) and uses value iteration (figure 17.6) to print the values of states in each iteration
UnitConverter
Little project I have been working on. Hope to improve the UI as it is currently ran in a terminal. Enjoy
New-York-Times-Spelling-Bee
Spelling Bee Game made in C++ w/ Tries Data Structure to search and store words.
Logistic-Regression-Algorithm
Implementing Logistic Regression Algorithm with Cross Entropy Loss and Gradient Descent
GridWorld
GridWorld Assignment I did for my CS351 class at UIC. Passing runtime requirements with doubly linked lists.
CTA-Ridership-Statistics-2010-2022
Program written in Python using SQL queries to return desired information about CTA Ridership. Plots Data with MatPlotLib