/AI-algorithm-solutions

A collection of AI algorithm challenges and solutions, encompassing the Burnt Pancake Problem (solved using BFS and A*), Alpha-Beta search in Minimax trees, Q-learning, and implementations of Perceptron and Logistic Regression models.

Primary LanguagePython