-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Add embeding ranker in PyTorch #2205
Comments
Hi @miguelgfierro 👋 , do you mean implementing class |
it would be to have a similar model, but in PyTorch. There needs to be code in recommenders folder and a notebook showing an example. If someone wants to implement this, please let me know first because the example of TF is not constructed in the way we do at Recommenders. |
Hi Miguel, I'm not quite familiar yet with recommenders structure, but would like to give it a try and implement this😃 |
Nice @jmarrietar Feel free to attend the next reco meeting on Monday if you want the core team to give you some ideas. Here some details on how to implement this:
Let me know if you have any questions. |
I can work on this enhancement, I am thinking that this is based on User and Item like Matrix Factorization and Softmax example, so do I need to implement this based on MF and Softmax or any other but by considering user_id, movie_id and rating? |
@srivani21 this issue is not for matrix factorization, it's a fully connected network. |
Thanks @miguelgfierro , I will try to attend the Monday meeting to gather ideas, Thanks! |
Description
https://www.tensorflow.org/recommenders/examples/basic_ranking, but using PyTorch instead of TF
Expected behavior with the suggested feature
Willingness to contribute
Other Comments
The text was updated successfully, but these errors were encountered: