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

Implement LSTM with prototype conditioning #20

Open
larocheh opened this issue Jun 27, 2018 · 0 comments
Open

Implement LSTM with prototype conditioning #20

larocheh opened this issue Jun 27, 2018 · 0 comments

Comments

@larocheh
Copy link

In this paper:

https://arxiv.org/abs/1710.04157

The authors propose to perform a form of meta-learning by having the LSTM over outputs be conditioned on pooled representation of a support set of examples (which we can think of as a prototype, similar to Prototypical Networks).

We should try out something like this for having the LSTM over the query songs be adapted based on the support set.

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

No branches or pull requests

1 participant