Skip to content
#

program

Here are 71 public repositories matching this topic...

A Java console application that implements the factionality of the knn algorithm to find the similarity between a new user with only a few non zero ratings of some locations, find the k nearest neighbors through similarity score and then predict the ratings of the new user for the non rated locations.

  • Updated Dec 18, 2019
  • Java

A Java console application that implemetns k-fold-cross-validation system to check the accuracy of predicted ratings compared to the actual ratings and RMSE to calculate the ideal k for our dataset.

  • Updated Dec 22, 2019
  • Java

A Java console application that implements the factionality of the knn algorithm to find the similarity between a new user's location preferences and the locations. The binary data (0,1) are the location characteristics.

  • Updated Dec 17, 2019
  • Java

Improve this page

Add a description, image, and links to the program topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the program topic, visit your repo's landing page and select "manage topics."

Learn more