cloudml / zen

Zen aims to provide the largest scale and the most efficient machine learning platform on top of Spark, including but not limited to logistic regression, latent dirichilet allocation, factorization machines and DNN.
Apache License 2.0
170 stars 75 forks source link

(FM/MVM, etc.) Bounded by high memory consumption but with Low CPU usage. Consider to use multi-thread to fully utilize the CPU cores #27

Open hucheng opened 9 years ago

hucheng commented 9 years ago

Currently, the resource usage in FM/MVM training is bounded by high memory consumption but with Low CPU usage. Consider to use multi-thread to fully utilize the CPU cores.