Artificial Intelligence Projects (SARSA, Connect 4, MultiVsMultiple)
These are three highlight projects of my most recent Artificial Intelligence class in the Fall of 2023. We learned about a ton of stuff, from linear regression, to ANNs, to SARSA, and more. I don't want to put all of the projects from that class here so here are just 3 of my best. Connect R is a Connect 4 clone that shows branching decision trees, alpha beta pruning, heuristics, and more to provi…