mnick / scikit-tensor

Python library for multilinear algebra and tensor factorizations
GNU General Public License v3.0
401 stars 113 forks source link

Implementation of CP Alternating Poisson Regression algorithm #18

Open theosotr opened 8 years ago

theosotr commented 8 years ago

CP APR algorithm which is suitable for sparse data can be implemented as well.

http://arxiv.org/pdf/1112.2414.pdf

brianholland commented 7 years ago

Is anyone else working on this? I'm taking a whack at it, trying to fit into the style of cp-als.

theosotr commented 7 years ago

I have already made an implementation and test the results against of that of MATLAB tensor toolboox. I will open a pull request to move discussion there.

cjnolet commented 6 years ago

Do you have this implementation pushed to github somewhere? I'm in need of an implementation for a quick prototype.

theosotr commented 6 years ago

27