maciejkula / spotlight

Deep recommender models using PyTorch.
MIT License
2.99k stars 428 forks source link

Tensorflow Implementation #105

Open ttrine opened 6 years ago

ttrine commented 6 years ago

Is anyone interested in having the same feature set available in TF?

I'm considering implementing at least implicit matrix factorization in TF, want to know if it's worth making PRs or not.

Skorkmaz88 commented 6 years ago

Definitely

maciejkula commented 6 years ago

Sure, this would be interesting, but I suspect a rather large commitment.

I would probably want all rather than some algorithms to have TF implementations.

Is there anything you miss in PyTorch?