https://github.com/peteprattis/k-fold-cross-validation-and-root-mean-square-error
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.
https://github.com/peteprattis/k-fold-cross-validation-and-root-mean-square-error
computer-science console-application cosine-similarity euclidean-distance hamming-distance heuristics java k-fold-cross-validation k-nearest-neighbours knn program recommender-system rmse root-mean-square-error similarity-score student
Last synced: 6 months 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 and RMSE to calculate the ideal k for our dataset.
- Host: GitHub
- URL: https://github.com/peteprattis/k-fold-cross-validation-and-root-mean-square-error
- Owner: PetePrattis
- License: mit
- Created: 2019-12-22T19:24:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T19:25:57.000Z (over 5 years ago)
- Last Synced: 2024-11-17T11:53:35.166Z (8 months ago)
- Topics: computer-science, console-application, cosine-similarity, euclidean-distance, hamming-distance, heuristics, java, k-fold-cross-validation, k-nearest-neighbours, knn, program, recommender-system, rmse, root-mean-square-error, similarity-score, student
- Language: Java
- Size: 47.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 and RMSE to calculate the ideal k for our dataset.> #### 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
>