/ArtOfIntelligence

Experiments with Artificial Intelligence

Primary LanguagePython

ArtOfIntelligence

Experiments with Artificial Intelligence and Machines

● gameAlphaBeta

An intelligent game designed so as to show how machines can be unbeatable. Enjoy playing against the intelligent that uses AlphaBeta strategy, a Minimax variant,iv and against the dumb machine. Feel the difference.

Python inbuilt Turtle graphics is used for better visualization although the interaction happens through the terminal.

● gameBayesian

An game to learn about Bayesian Networks and its base features of Markov Blanket. Gives wonderful insight on manipulation of Data Structures and strings in Python.

Turtle graphics is extensively used for complete Graphical interface. The code for graphics, although it looks a lot redundant, has inherent differences.