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

Add Keras layer for using compressed embeddings #9

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

GabrielMajeri
Copy link

@GabrielMajeri GabrielMajeri commented Aug 10, 2019

This PR adds a custom Keras layer which can be used to embed words using a codebook and the list of codes.

Partially fixes #7, since we now support Keras as a high-level API.

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

Successfully merging this pull request may close these issues.

Is there any official embedding APIs that can utilize the compositional encoding directly?
1 participant