Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximekjaer/mini-projet-cs106n
Mini-projet d'Introduction à la Programmation (CS-106n): Un système de recommendation UV-Decomposition en Java.
https://github.com/maximekjaer/mini-projet-cs106n
Last synced: about 1 month ago
JSON representation
Mini-projet d'Introduction à la Programmation (CS-106n): Un système de recommendation UV-Decomposition en Java.
- Host: GitHub
- URL: https://github.com/maximekjaer/mini-projet-cs106n
- Owner: MaximeKjaer
- Created: 2014-10-14T16:33:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-06T23:17:25.000Z (about 10 years ago)
- Last Synced: 2024-04-15T04:42:46.513Z (7 months ago)
- Language: Java
- Size: 805 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
mini-projet-UV-Decomposition
============================Mini-projet d'Introduction à la Programmation (CS-106n): Un système de recommendation UV-Decomposition en Java.
Status: Done!
=============Ready to be open-sourced as soon as soon as we get our grade back.
## Tasks
- [X] Part 1
- [X] isMatrix
- [X] matrixToString
- [X] createMatrix- [X] Part 2
- [X] multipilyMatrix
- [X] RMSE
- [X] updateUElem
- [X] updateVElem- [X] Part 3
- [X] optimizeU
- [X] optimizeV
- [X] recommend