ML Practical Exercises
Some answers to the labs I have done in my M.Sc Data Science at King's College London.
This lab is only theoretical and not practical.
Practical implementation using scikit-learn. For a manual implementation from scartch, please look at the PacmanSVM repo.
Bandit Learners for this lab. For the State-Action-Reward-State-Action implementation, please look at the PacmanSARSA repo.