mars-project / mars

Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and Python functions.
https://mars-project.readthedocs.io
Apache License 2.0
2.69k stars 325 forks source link

Is it possible to implement tensor decomposition algorithm such as tucker? #2151

Open ZpWaitingForSunshine opened 3 years ago

qinxuye commented 3 years ago

We have done some investigation that it's possible to implement a backend for tensorly, almost all the operations that required for tensorly are implemented in Mars except for quite a few ones.