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

Creating the TensorFlow model #19

Open
imsanjoykb opened this issue Nov 2, 2020 · 0 comments
Open

Creating the TensorFlow model #19

imsanjoykb opened this issue Nov 2, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@imsanjoykb
Copy link
Owner

batch_size = 128
embedding_size = 128  # Dimension of the embedding vector.
skip_window = 1       # How many words to consider left and right.
num_skips = 2         # How many times to reuse an input to generate a context.
@imsanjoykb imsanjoykb added the documentation Improvements or additions to documentation label Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant