/ai-projects

Skunkworks for my AI projects until they are polished enough for a dedicated repo.

Primary LanguageJupyter Notebook

AI Projects

Skunkworks for all my AI projects until they are ready for a dedicated repo.

Tic Tac Toe

This is an implementation of tic tac toe with human vs computer. The computer uses either mimimax or minimax alpha beta pruning AI algorithms. You will never beat the AI, only lose and at best tie.

Traveling Salesperson Problem

Base code setup for TSP problem

QLearning

Code implemenations from Sentdex videos.

Credit for Code Used:

  • QLearning Videos - https://www.youtube.com/user/sentdex
  • TicTacToe Game Code - Based my game code around the implementation in Python Programming for the Absolute Beginner, 3rd Edition - Michael Dawson
  • TSP - Initial problem setup code from Udacity AI Nanodegree Course