Skip to content

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

Notifications You must be signed in to change notification settings

jeffcore/ai-projects

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published