GeekHaven / GeektoberFest-AI

This repository contains the basic projects related to Data Sciences and AI.
2 stars 8 forks source link

SparseSVD and RMSE #35

Closed JLodha closed 4 years ago

JLodha commented 4 years ago

This PR is for Issue Number #31

The file named SparseSVD_RMSE in IIT2019134 folder has all the changes required by the issue. I was able to successfully apply SparseSVD and compute the RMSE.

Live Link : https://colab.research.google.com/drive/1uInZ8hUKIbXOPG2G8XMGt-NQgYBOqgTg?usp=sharing

References :

Screenshots :

  1. Dataframe of Ratings File: image

  2. Array of Dataframe: image

  3. Predicted Ratings: image

  4. RMSE and MSE: image