Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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