Markov chains for text generation Concerning Software, using Python on 2020/11/03 text algorithms Generating believable sentences using Markov chains, based on input text on different topics and in different styles.
Unbeatable tic-tac-toe with Pygame - pt. 2 Concerning Software, using Python on 2020/10/08 algorithms Building a user interface with Pygame to allow the user to play tic-tac-toe against an AI (described in pt. 1).
Unbeatable tic-tac-toe with Pygame - pt. 1 Concerning Software, using Python on 2020/07/30 algorithms Programming an AI to play perfect (win or draw) tic-tac-toe against a user, either via command line or a user interface built with Pygame.
Playing 2048 with AI - pt. 3 Concerning Software, using Python on 2020/04/23 algorithms A Monte Carlo tree search approach to the game 2048. The final post in a 3-part series dedicated to playing 2048 with AI. Part 1 (the game itself) available here and part 2 (reinforcement learning) available here.
Recommending TV Shows via Collaborative Filtering Concerning Predictive Modeling, using Python on 2020/03/03 business case Predicting how much a user will like specific shows, based on their tastes and the tastes of similar users.