Table of Contents

Projects

Project 1

In this project, we will try to derive an optimal strategy for a simplified version of the blackjack game using the SARSA algorithm. Follow detailed instructions in this file. The base for your code can be found in this archive.

Project 3

In the NLP mini-project, you will revisit the task of language modeling with poetry data, all the way from n-grams to embeddings and neural networks. Detailed instructions can be found in this colab. Your solution should also be uploaded as [yourname].ipynb file following the same structure.