๐ŸŽฅ Netflix Recommender
Our team was tasked to built a Netflix Recommendation System using restricted Boltzmann machine (RBM). As this was a competition we had to pit our prediction scores with other teams as well as a baseline Linear Regression model.

Challenges: It was a bottomless pit, a lot of the resources I found did not prove helpful as it did not translate to an improvement in prediction. This is mainly due to poor implementation. If there were more time, I will try using a Bayesian optimisation approach as well as consider rounding off values to the nearest integer to simulate a userโ€™s pick

*****