Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peteprattis/k-nearest-neighbors-accuracy-scores

A Java console application that implemetns k-fold-cross-validation system to check the accuracy of predicted ratings compared to the actual ratings.
https://github.com/peteprattis/k-nearest-neighbors-accuracy-scores

computer-science console-application cosine-similarity euclidean-distance heuristic java k-fold-cross-validation k-nearest-neighbours knn program recommender-system similarity-score student

Last synced: about 17 hours ago
JSON representation

A Java console application that implemetns k-fold-cross-validation system to check the accuracy of predicted ratings compared to the actual ratings.

Awesome Lists containing this project

README

        

# A Java Program / Project

**This is a java project from my early days as a Computer Science student**

_This programm was created for my thesis project
and is a test program implementing knn algorithm k and heuristic validation for my thesis project_

> #### Description of project
>
>>A Java console application that implemetns k-fold-cross-validation system to check the accuracy of predicted ratings compared to the actual ratings.

> #### About this project
>
> - This is a test project and an effort to find the best k and heuristic for our test dataset
> - The comments to make the code understandable, are within the .java archive
> - This project was written in Eclipse Java IDE
> - This repository was created to show the variety of the work I did and experience I gained as a student
>