====== 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 {{courses:smu:hw1.pdf|this file}}. The base for your code can be found in {{courses:smu:hw1.zip|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 [[https://colab.research.google.com/drive/1snJ8DG79NicFcrQW3g-rcyKGnJoW96oo?usp=sharing| colab]]. Your solution should also be uploaded as [yourname].ipynb file following the same structure.