Skip to content
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

Autoencoder model #131

Open
luiscastro193 opened this issue Feb 15, 2019 · 1 comment
Open

Autoencoder model #131

luiscastro193 opened this issue Feb 15, 2019 · 1 comment
Assignees
Labels

Comments

@luiscastro193
Copy link

I came across the same issue as #93 and #116. Investigating further, I found this really interesting approach which would also solve that typical use case: https://arxiv.org/abs/1901.00415

Would you consider adding an autoencoder model?

@jfkirk jfkirk self-assigned this Feb 26, 2019
@jfkirk
Copy link
Owner

jfkirk commented Feb 26, 2019

Hey @luiscastro193 -- great question!

Implementing an autoencoder based recommender would be possible once I've finished #86

Once we have this working, a user's previous interactions could be fed in as features and autoencoder shaped nets could consume this information to make predictions and learn representations.

I'm going to leave this open as a reminder to create an example of this once #86 is finished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants