streaming-matrix-factorization icon indicating copy to clipboard operation
streaming-matrix-factorization copied to clipboard

Distributed Streaming Matrix Factorization implemented on Spark for Recommendation Systems

Results 4 streaming-matrix-factorization issues
Sort by recently updated
recently updated
newest added

How to convert it to Java Or does it support java?

My code is as follows, mostly just like the code given in the **Usage** of README.md. I find there is a `if` to justify whether the `model` is empty in...

In the IndexedRDD of version 0.1.0, there are some problems when running on Spark by streaming method. Some uncaught exceptions like Array Index out of bound will appear when insert...