rescal.py icon indicating copy to clipboard operation
rescal.py copied to clipboard

If the dimension of matrix X is a large number, can we use the RESCAL-ALS method?

Open Jack-Ray opened this issue 7 years ago • 0 comments

Recently, I have been interested in the Tensor Decomposition. And I read your paper 'A Three-Way Model for Collective Learning on Multi-Relational Data'. Now I meet a problem that when dimension of matrix X is a large number, such as 10000X10000X11. It is too slow to use the RESCAL-ALS method to decompose the matrix. There was still no answer aftering running 6 hours, . So I want to know when the dimension of matrix is large, whether I have the efficient method to decompose the Matrix.

Jack-Ray avatar Dec 18 '18 07:12 Jack-Ray