Jean Kossaifi

Results 161 comments of Jean Kossaifi

Hi @Yanieleee, Thanks for reporting. I removed it from the core of tensorly a while back as it is fairly specific to that example. I will try re-adding it as...

It would be nice to have indeed but probably very slow if written directly in Python. We can try and see the speed in practice. An incremental (online) SVD would...

Hi @wanglu2014 - here's an [updated link for Slack](https://join.slack.com/t/tensorly/shared_invite/zt-wqnts2sk-wbiRX6ml~Xt6~GDYWRPFfg)

@wanglu2014 @aarmey should we close this or create a PR with more doc/user-guide to address this question?

Hi @bkmgit, thanks for creating the issue! This is indeed something I've been looking at. We already have the sphinx examples gallery. I would like to include the [notebooks](https://github.com/JeanKossaifi/tensorly-notebooks) as...

X can be a tensor of any order, while y is the vector of output labels. Note that you must have `len(weight_ranks) = ndim(X)` (i.e. the rank of the core...

I am completely busy the coming month so I don't think I'll have any bandwidth to work on this for a few weeks. Is anyone interested in having a try?...

Great to have you on board @cohenjer and looking forward to the new algos! :) As we discussed I agree on all points: * we want more decomposition algorithms *...

One really cool feature to add would be, given a CP decomposition learned on a given tensor, approximate the CP decomposition of new one. This would allow us to create...

Operating directly on decomposed tensors is a good feature - I am working on it. However in this case I am suggesting working not on the data structure modelling tensors...