Last active
December 3, 2018 10:41
-
-
Save DerekChia/1bafa37a15f39875d808f731d7e7c90a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
settings = { | |
'window_size': 2 # context window +- center word | |
'n': 10, # dimensions of word embeddings, also refer to size of hidden layer | |
'epochs': 50, # number of training epochs | |
'learning_rate': 0.01 # learning rate | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment